Lines Matching refs:time_t
38 TYPE(time_t); in time_h()
59 STRUCT_MEMBER(struct timespec, time_t, tv_sec); in time_h()
84 FUNCTION(ctime, char* (*f)(const time_t*)); in time_h()
85 FUNCTION(ctime_r, char* (*f)(const time_t*, char*)); in time_h()
86 FUNCTION(difftime, double (*f)(time_t, time_t)); in time_h()
90 FUNCTION(gmtime, struct tm* (*f)(const time_t*)); in time_h()
91 FUNCTION(gmtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
92 FUNCTION(localtime, struct tm* (*f)(const time_t*)); in time_h()
93 FUNCTION(localtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
94 FUNCTION(mktime, time_t (*f)(struct tm*)); in time_h()
99 FUNCTION(time, time_t (*f)(time_t*)); in time_h()