Lines Matching refs:timezone_t
97 struct tm *localtime_rz(const timezone_t, const int32_t * __restrict,
99 char *ctime_rz(const timezone_t, const int32_t *, char *);
100 int32_t mktime_z(const timezone_t, struct tm *);
101 int32_t timelocal_z(const timezone_t, struct tm *);
102 int32_t time2posix_z(const timezone_t, int32_t);
103 int32_t posix2time_z(const timezone_t, int32_t);
104 timezone_t tzalloc(const char *);
105 void tzfree(const timezone_t);
106 const char *tzgetname(const timezone_t, int);
107 long tzgetgmtoff(const timezone_t, int);