Lines Matching refs:time_t
11 element {struct timespec} time_t tv_sec
18 type time_t
33 function double difftime (time_t, time_t)
34 function time_t mktime (struct tm*)
35 function time_t time (time_t*)
37 function {char*} ctime (const time_t*)
38 function {struct tm*} gmtime (const time_t*)
39 function {struct tm*} localtime (const time_t*)
94 function {char*} ctime_r (const time_t*, char*)
98 function {struct tm*} gmtime_r (const time_t*, struct tm*)
99 function {struct tm*} localtime_r (const time_t*, struct tm*)