Searched refs:gmtime_r (Results 1 – 7 of 7) sorted by relevance
69 pSystemTime = gmtime_r( &atime, &tmBuf ); in osl_getDateTimeFromTimeValue()217 atime = mktime( gmtime_r( &atime, &tmBuf ) ); in osl_getSystemTimeFromLocalTime()
483 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
167 struct tm *gmtime_r(const time_t *timep, struct tm *buffer) in gmtime_r() function
502 struct tm *gmtime_r(const time_t *timep, struct tm *buffer);
373 gmtime_r( &nTime, &aTM ); in GetUTCOffset()
56 /* Define to 1 if you have the `gmtime_r' function. */
Completed in 36 milliseconds