Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 2 of 2) sorted by relevance

/timezone/
A Dprivate.h440 # undef gmtime_r
441 # define gmtime_r tz_gmtime_r macro
513 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
A Dzdump.c162 # undef gmtime_r
163 # define gmtime_r zdump_gmtime_r macro
166 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r() function
281 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()

Completed in 8 milliseconds