Home
last modified time | relevance | path

Searched refs:localtime_rz (Results 1 – 5 of 5) sorted by relevance

/third_party/tzdata/
Dprivate.h138 #define localtime_rz sys_localtime_rz macro
149 #undef localtime_rz
455 # undef localtime_rz
456 # define localtime_rz tz_localtime_rz macro
604 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
Dzdump.c220 # undef localtime_rz
221 # define localtime_rz zdump_localtime_rz macro
223 localtime_rz(timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() function
309 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()
313 # define my_localtime_rz localtime_rz
319 tmp = localtime_rz(tz, tp, tmp); in my_localtime_rz()
596 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main()
603 newtmp = localtime_rz(tz, &newt, &newtm); in main()
Dnewctime.3.txt28 struct tm *localtime_rz(timezone_t restrict zone,
105 The localtime_rz and mktime_z functions are like their unsuffixed
Dlocaltime.c1609 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) in localtime_rz() function
DNEWS1861 tm_zone and localtime_rz that have long been supported by the
2757 timezones. The new functions are tzalloc, tzfree, localtime_rz,
2760 localtime_rz (unlike localtime_r) is trivially thread-safe without
2770 zdump now uses localtime_rz if available, as it's significantly faster,
2773 defaults to 1 if NETBSD_INSPIRED && USE_LTZ. When localtime_rz is
2852 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and