Searched refs:localtime (Results 1 – 16 of 16) sorted by relevance
92 FUNCTION(localtime, struct tm* (*f)(const time_t*)); in time_h()
617 # undef localtime618 # define localtime tz_localtime macro692 struct tm *localtime(time_t const *);
1691 localtime(const time_t *timep) in localtime() function
192 localtime(&t); in BM_time_localtime()
180 struct tm* _Nullable localtime(const time_t* _Nonnull __t);
428 const struct tm *static_result = localtime(clock); in fake_localtime_r()
511 localtime
559 CALL(localtime)
111 CALL(localtime)
1322 CALL(localtime)
9769 CALL(localtime)
5702 CALL(localtime)
1198 struct tm* tm_p = localtime(&t); in TEST()
608 localtime;
260 // Android uses a system property instead of /etc/localtime, so make callers crash.