Lines Matching refs:time_t
497 time_t time(time_t *timer) in time()
500 time_t sec; in time()
519 return (time_t)-1; in time()
535 static INT32 ConvertSecs2Utc(time_t t, INT32 offset, struct tm *tp) in ConvertSecs2Utc()
537 time_t days; in ConvertSecs2Utc()
538 time_t rem; in ConvertSecs2Utc()
539 time_t year; in ConvertSecs2Utc()
540 time_t month; in ConvertSecs2Utc()
541 time_t yearGuess; in ConvertSecs2Utc()
595 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
608 struct tm *gmtime(const time_t *timer) in gmtime()
614 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
638 struct tm *localtime(const time_t *timer) in localtime()
644 static time_t ConvertUtc2Secs(struct tm *tm) in ConvertUtc2Secs()
646 time_t seconds = 0; in ConvertUtc2Secs()
685 time_t mktime(struct tm *tmptr) in mktime()
687 time_t timeInSeconds; in mktime()
690 return (time_t)-1; in mktime()
703 return (time_t)-1; in mktime()
812 specTime.tv_sec = (time_t)(nanoseconds / OS_SYS_NS_PER_SECOND); in usleep()
822 specTime.tv_sec = (time_t)(nanoseconds / OS_SYS_NS_PER_SECOND); in sleep()