ReactOS 0.4.16-dev-336-gb667d82
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
void * | __p__daylight (void) |
long * | __p__timezone (void) |
long * | __p__dstbias (void) |
char ** | __p__tzname (void) |
void | _tzset (void) |
int CDECL | _get_tzname (size_t *ret, char *buf, size_t bufsize, int index) |
Variables | |
char | _tz_is_set = 0 |
static char | tz_name [64] = "PST" |
static char | tz_dst_name [64] = "PDT" |
long | dst_begin = 0 |
long | dst_end = 0 |
char * | _tzname [2] |
int | _daylight = 0 |
long | _timezone = 28800 |
long | _dstbias = 0 |
Definition at line 37 of file timezone.c.
Referenced by Test__daylight().
Definition at line 69 of file timezone.c.
Referenced by Test__dstbias().
Definition at line 53 of file timezone.c.
Referenced by Test__timezone().
Definition at line 79 of file timezone.c.
Referenced by Test__tzname().
Definition at line 220 of file timezone.c.
Definition at line 92 of file timezone.c.
Referenced by _Strftime(), gettimeofday(), localtime(), and test__tzset().
int _daylight = 0 |
Definition at line 30 of file timezone.c.
Referenced by __p__daylight(), _tzset(), gettimeofday(), and Test__daylight().
long _dstbias = 0 |
Definition at line 62 of file timezone.c.
Referenced by __p__dstbias(), _gmtime_worker(), _tzset(), localtime(), and Test__dstbias().
long _timezone = 28800 |
Definition at line 46 of file timezone.c.
Referenced by __p__timezone(), _tzset(), gettimeofday(), localtime(), and Test__timezone().
char _tz_is_set = 0 |
Definition at line 10 of file timezone.c.
Referenced by _tzset(), and localtime().
char* _tzname[2] |
Definition at line 22 of file timezone.c.
Referenced by __p__tzname(), and Test__tzname().
long dst_begin = 0 |
Definition at line 16 of file timezone.c.
Referenced by _gmtime_worker(), and _tzset().
long dst_end = 0 |
Definition at line 17 of file timezone.c.
Referenced by _gmtime_worker(), _tzset(), HLPFILE_Uncompress3(), lznt1_decompress(), lznt1_decompress_chunk(), and RtlpCompressBufferLZNT1().
|
static |
Definition at line 14 of file timezone.c.
Referenced by _get_tzname(), and _tzset().
|
static |
Definition at line 13 of file timezone.c.
Referenced by _get_tzname(), and _tzset().