Home
last modified time | relevance | path

Searched refs:localtime_rz (Results 1 - 3 of 3) sorted by relevance

/third_party/tzdata/
H A Dprivate.h179 #define localtime_rz sys_localtime_rz macro
190 #undef localtime_rz macro
623 # undef localtime_rz macro
624 # define localtime_rz tz_localtime_rz macro
794 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
H A Dzdump.c203 faster localtime_rz or localtime_r if available. */
228 # undef localtime_rz macro
229 # define localtime_rz zdump_localtime_rz macro
231 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() function
351 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()
355 # define my_localtime_rz localtime_rz
361 tmp = localtime_rz(tz, tp, tmp); in my_localtime_rz()
640 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main()
647 newtmp = localtime_rz(tz, &newt, &newtm); in main()
1240 ** The packaged localtime_rz an in dumptime()
[all...]
H A Dlocaltime.c1470 ** ctime_rz would share. Callers can instead use localtime_rz + strftime.
1474 ** Callers can instead use localtime_rz + strftime.
1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz() function
1676 Callers can instead use localtime_rz with a fixed-offset zone. */

Completed in 7 milliseconds