Lines Matching defs:timezone_t
185 #define timezone_t sys_timezone_t
196 #undef timezone_t
814 ** better prototypes. NetBSD 6.1.4 defines a pointer type timezone_t
815 ** and labors under the misconception that 'const timezone_t' is a
821 typedef struct state *timezone_t;
822 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
824 time_t mktime_z(timezone_t restrict, struct tm *restrict);
825 timezone_t tzalloc(char const *);
826 void tzfree(timezone_t);
829 ATTRIBUTE_PURE time_t posix2time_z(timezone_t, time_t);
832 ATTRIBUTE_PURE time_t time2posix_z(timezone_t, time_t);