Lines Matching refs:time_t
9 T(time_t) in f()
18 F(time_t,tv_sec) in f()
48 {char*(*p)(const time_t*) = ctime;} in f()
49 {double(*p)(time_t,time_t) = difftime;} in f()
50 {struct tm*(*p)(const time_t*) = gmtime;} in f()
51 {struct tm*(*p)(const time_t*) = localtime;} in f()
52 {time_t(*p)(struct tm*) = mktime;} in f()
54 {time_t(*p)(time_t*) = time;} in f()
62 {char*(*p)(const time_t*,char*) = ctime_r;} in f()
63 {struct tm*(*p)(const time_t*restrict,struct tm*restrict) = gmtime_r;} in f()
64 {struct tm*(*p)(const time_t*restrict,struct tm*restrict) = localtime_r;} in f()