Searched refs:timep (Results 1 – 2 of 2) sorted by relevance
112 struct tm *gmtime_r(const time_t *timep, struct tm *r);
155 struct tm *gmtime_r(const time_t *timep, struct tm *r) in gmtime_r() argument160 if(timep == RT_NULL || r == RT_NULL) in gmtime_r()168 work = *timep % (24*60*60); in gmtime_r()173 work = (int)(*timep / (24*60*60)); in gmtime_r()
Completed in 4 milliseconds