Searched refs:timezone_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tzcode/ |
H A D | private.h | 199 #define timezone_t sys_timezone_t macro 210 #undef timezone_t 866 typedef struct state *timezone_t; typedef 867 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict, 869 time_t mktime_z(timezone_t restrict, struct tm *restrict); 870 timezone_t tzalloc(char const *); 871 void tzfree(timezone_t); 874 ATTRIBUTE_PURE time_t posix2time_z(timezone_t, time_t); 877 ATTRIBUTE_PURE time_t time2posix_z(timezone_t, time_t);
|
H A D | zdump.c | 60 # undef timezone_t 61 # define timezone_t char ** macro 90 static time_t hunt(timezone_t, time_t, time_t, bool); 91 static void show(timezone_t, char *, time_t, bool); 92 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t); 216 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() 225 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() 236 static timezone_t 292 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ) in tzfree() 304 static timezone_t gmtz; [all …]
|
H A D | localtime.c | 1711 timezone_t in tzalloc() 1714 timezone_t sp = malloc(sizeof *sp); in tzalloc() 1728 tzfree(timezone_t sp) in tzfree()
|