Home
last modified time | relevance | path

Searched refs:timezone_t (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/timezone/
Dprivate.h145 #define timezone_t sys_timezone_t macro
156 #undef timezone_t
599 typedef struct state *timezone_t; typedef
600 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
602 time_t mktime_z(timezone_t restrict, struct tm *restrict);
603 timezone_t tzalloc(char const *);
604 void tzfree(timezone_t);
607 time_t posix2time_z(timezone_t, time_t) ATTRIBUTE_PURE;
610 time_t time2posix_z(timezone_t, time_t) ATTRIBUTE_PURE;
Dzdump.c68 # undef timezone_t
69 # define timezone_t char ** macro
98 static time_t hunt(timezone_t, char *, time_t, time_t);
99 static void show(timezone_t, char *, time_t, bool);
207 localtime_rz(timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz()
216 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z()
227 static timezone_t
253 tzfree(timezone_t env) in tzfree()
261 static timezone_t gmtz;
289 my_localtime_rz(timezone_t tz, time_t *tp, struct tm *tmp) in my_localtime_rz()
[all …]