Searched refs:localtime_r (Results 1 – 2 of 2) sorted by relevance
444 # undef localtime_r445 # define localtime_r tz_localtime_r macro515 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
190 # undef localtime_r191 # define localtime_r zdump_localtime_r macro193 localtime_r(time_t *tp, struct tm *tmp) in localtime_r() function209 return localtime_r(tp, tmp); in localtime_rz()
Completed in 9 milliseconds