Searched refs:gmtime_r (Results 1 – 2 of 2) sorted by relevance
440 # undef gmtime_r441 # define gmtime_r tz_gmtime_r macro513 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
162 # undef gmtime_r163 # define gmtime_r zdump_gmtime_r macro166 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r() function281 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()
Completed in 8 milliseconds