Searched refs:gmtime (Results 1 – 13 of 13) sorted by relevance
90 FUNCTION(gmtime, struct tm* (*f)(const time_t*)); in time_h()
613 # undef gmtime614 # define gmtime tz_gmtime macro690 struct tm *gmtime(time_t const *);
1740 gmtime(const time_t *timep) in gmtime() function
209 struct tm* tm = gmtime(&t); in BM_time_strftime()
219 struct tm* _Nullable gmtime(const time_t* _Nonnull __t);
446 const struct tm *static_result = gmtime(clock); in fake_gmtime_r()
65 TEST(time, gmtime) { in TEST() argument67 tm* broken_down = gmtime(&t); in TEST()
387 gmtime
1189 mytime = gmtime(&myclock); in p_secstodate()
492 gmtime;
2249 CALL(gmtime)
9770 CALL(gmtime)