Searched refs:timezone_t (Results 1 – 2 of 2) sorted by relevance
94 #define timezone_t sys_timezone_t macro102 #undef timezone_t463 typedef struct state *timezone_t; typedef464 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,466 time_t mktime_z(timezone_t restrict, struct tm *restrict);467 timezone_t tzalloc(char const *);468 void tzfree(timezone_t);471 time_t posix2time_z(timezone_t, time_t) ATTRIBUTE_PURE;474 time_t time2posix_z(timezone_t, time_t) ATTRIBUTE_PURE;
1353 timezone_t1356 timezone_t sp = malloc(sizeof *sp); in tzalloc()1369 tzfree(timezone_t sp) in tzfree()