Searched refs:gmtime_r (Results 1 – 2 of 2) sorted by relevance
108 gmtime_r(const time_t *timep, struct tm *tm) in gmtime_r() function167 return gmtime_r(timep, &tm); in gmtime()174 return gmtime_r(&t, result); in localtime_r()
25 struct tm *gmtime_r(const time_t *timep, struct tm *result);