Home
last modified time | relevance | path

Searched refs:timep (Results 1 – 2 of 2) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dtime.h112 struct tm *gmtime_r(const time_t *timep, struct tm *r);
/components/libc/compilers/common/
A Dctime.c155 struct tm *gmtime_r(const time_t *timep, struct tm *r) in gmtime_r() argument
160 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