Searched refs:timep (Results 1 – 4 of 4) sorted by relevance
13 struct tm *gmtime(const time_t *timep) in gmtime() argument15 return gmtime_r(timep, &gmtime_result); in gmtime()
55 struct tm *gmtime(const time_t *timep);56 struct tm *gmtime_r(const time_t *ZRESTRICT timep,
81 struct tm *gmtime_r(const time_t *ZRESTRICT timep, in gmtime_r() argument84 time_t z = *timep; in gmtime_r()
18 extern struct tm *gmtime_r(const time_t *timep, struct tm *result);