Searched refs:time_t (Results 1 – 7 of 7) sorted by relevance
19 time_t time(time_t *t);22 char *ctime_r(const time_t *timep, char *buf);23 char *ctime(const time_t *timep);24 struct tm *gmtime(const time_t *timep);25 struct tm *gmtime_r(const time_t *timep, struct tm *result);26 struct tm *localtime(const time_t *timep);27 struct tm *localtime_r(const time_t *timep, struct tm *result);28 time_t mktime(struct tm *tm);
19 time_t20 time(time_t *t) in time()23 time_t sec = nsec / 1000000000; in time()71 ctime_r(const time_t *timep, char *buf) in ctime_r()78 ctime(const time_t *timep) in ctime()108 gmtime_r(const time_t *timep, struct tm *tm) in gmtime_r()164 gmtime(const time_t *timep) in gmtime()171 localtime_r(const time_t *timep, struct tm *result) in localtime_r()173 time_t t = *timep - TZ_OFFSET_SECS; in localtime_r()178 localtime(const time_t *timep) in localtime()[all …]
8 time_t tv_sec;
9 time_t tv_sec;
25 typedef uint64_t time_t; typedef
8 time_t t = time(NULL); in main()
377 time_t tdiff; in cond_wait()378 time_t sec, usec; in cond_wait()