Searched refs:timezone_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 60 # undef timezone_t 61 # define timezone_t char ** macro 83 static time_t hunt(timezone_t, time_t, time_t, bool); 84 static void show(timezone_t, char *, time_t, bool); 85 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t); 210 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() 219 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() 230 static timezone_t 286 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ) in tzfree() 298 static timezone_t gmtz; [all …]
|
| H A D | private.h | 924 typedef struct state *timezone_t; typedef 926 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict, 928 time_t mktime_z(timezone_t restrict, struct tm *restrict); 929 timezone_t tzalloc(char const *); 930 void tzfree(timezone_t); 938 ATTRIBUTE_POSIX2TIME time_t posix2time_z(timezone_t, time_t); 941 ATTRIBUTE_POSIX2TIME time_t time2posix_z(timezone_t, time_t);
|
| H A D | localtime.c | 2019 timezone_t 2022 timezone_t sp = malloc(sizeof *sp); in tzalloc() 2046 tzfree(timezone_t sp) in tzfree()
|