Lines Matching refs:timezone_t
186 #define timezone_t sys_timezone_t
197 #undef timezone_t
786 ** better prototypes. NetBSD 6.1.4 defines a pointer type timezone_t
787 ** and labors under the misconception that 'const timezone_t' is a
793 typedef struct state *timezone_t;
794 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
796 time_t mktime_z(timezone_t restrict, struct tm *restrict);
797 timezone_t tzalloc(char const *);
798 void tzfree(timezone_t);
801 ATTRIBUTE_REPRODUCIBLE time_t posix2time_z(timezone_t, time_t);
804 ATTRIBUTE_REPRODUCIBLE time_t time2posix_z(timezone_t, time_t);