Searched refs:timezone_t (Results 1 - 3 of 3) sorted by relevance
/third_party/tzdata/ |
H A D | private.h | 186 #define timezone_t sys_timezone_t macro 197 #undef timezone_t macro 786 ** better prototypes. NetBSD 6.1.4 defines a pointer type timezone_t 787 ** and labors under the misconception that 'const timezone_t' is a 793 typedef struct state *timezone_t; typedef 794 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict, 796 time_t mktime_z(timezone_t restrict, struct tm *restrict); 797 timezone_t tzalloc(char const *); 798 void tzfree(timezone_t); 801 ATTRIBUTE_REPRODUCIBLE time_t posix2time_z(timezone_t, time_ [all...] |
H A D | zdump.c | 64 # undef timezone_t macro 65 # define timezone_t char ** macro 94 static time_t hunt(timezone_t, time_t, time_t, bool); 95 static void show(timezone_t, char *, time_t, bool); 96 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t); 231 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() 240 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() 251 static timezone_t 307 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ) in tzfree() 317 static timezone_t gmt [all...] |
H A D | localtime.c | 1445 timezone_t 1448 timezone_t sp = malloc(sizeof *sp); in tzalloc() 1462 tzfree(timezone_t sp) in tzfree()
|
Completed in 7 milliseconds