Searched refs:localtime_rz (Results 1 - 3 of 3) sorted by relevance
/third_party/tzdata/ |
H A D | private.h | 179 #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 D | zdump.c | 203 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 D | localtime.c | 1470 ** 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