Searched refs:gmtime_r (Results 1 – 6 of 6) sorted by relevance
5 gmtime_r
13 CSRC-y += asctime.c asctime_r.c clock.c ctime.c ctime_r.c gmtime.c gmtime_r.c \
549 struct tm *gmtime_r(const time_t *__restrict timer, in gmtime_r() function
256 extern struct tm *gmtime_r (const time_t *__restrict __timer,
88 #define l_gmtime(t,r) gmtime_r(t,r)
329 time/gmtime_r
Completed in 9 milliseconds