Searched refs:timezone_t (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | private.h | 199 #define timezone_t sys_timezone_t macro 210 #undef timezone_t 861 typedef struct state *timezone_t; typedef 862 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict, 864 time_t mktime_z(timezone_t restrict, struct tm *restrict); 865 timezone_t tzalloc(char const *); 866 void tzfree(timezone_t); 869 ATTRIBUTE_PURE time_t posix2time_z(timezone_t, time_t); 872 ATTRIBUTE_PURE time_t time2posix_z(timezone_t, time_t);
|
| /illumos-gate/usr/src/cmd/zdump/ |
| H A D | zdump.c | 61 # undef timezone_t 62 # define timezone_t char ** macro 91 static time_t hunt(timezone_t, time_t, time_t, bool); 92 static void show(timezone_t, char *, time_t, bool); 93 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t); 217 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() 226 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z() 237 static timezone_t 293 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ) in tzfree() 303 static timezone_t gmtz; [all …]
|