Searched refs:gmtime_r (Results 1 – 7 of 7) sorted by relevance
269 # undef gmtime_r270 # define gmtime_r tz_gmtime_r macro288 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
1422 return gmtime_r(timep, &tmGlobal); in gmtime()1430 gmtime_r(const time_t * const timep, struct tm * tmp) in gmtime_r() function
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
69 # define GMTIME_R(clock, result) gmtime_r(clock, result)
388 gmtime_r
1169 mytime = gmtime_r(&myclock, &res); in p_secstodate()
591 gmtime_r;