Lines Matching defs:timezone_t
212 #define timezone_t sys_timezone_t
223 #undef timezone_t
875 ** better prototypes. NetBSD 6.1.4 defines a pointer type timezone_t
876 ** and labors under the misconception that 'const timezone_t' is a
883 typedef struct state *timezone_t;
884 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
886 time_t mktime_z(timezone_t restrict, struct tm *restrict);
887 timezone_t tzalloc(char const *);
888 void tzfree(timezone_t);
891 ATTRIBUTE_PURE time_t posix2time_z(timezone_t __restrict, time_t);
894 ATTRIBUTE_PURE time_t time2posix_z(timezone_t __restrict, time_t);