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