Searched refs:timep (Results 1 – 5 of 5) sorted by relevance
150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r() argument156 if ( (res = localtime(timep))) in localtime_r()167 struct tm *gmtime_r(const time_t *timep, struct tm *buffer) in gmtime_r() argument173 if ( (res = gmtime(timep)) ) in gmtime_r()
482 struct tm *localtime_r(const time_t *timep, struct tm *buffer);483 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
501 struct tm *localtime_r(const time_t *timep, struct tm *buffer);502 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
44 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
46 struct tm *localtime_r(const time_t *timep, struct tm *buffer);
Completed in 35 milliseconds