Searched refs:gmtime (Results 1 – 10 of 10) sorted by relevance
338 # undef gmtime339 # define gmtime tz_gmtime macro384 struct tm *gmtime(time_t const *);
1558 gmtime(const time_t *timep) in gmtime() function
74 struct tm* gmtime(const time_t* __t);
90 FUNCTION(gmtime, struct tm* (*f)(const time_t*)); in time_h()
59 TEST(time, gmtime) { in TEST() argument61 tm* broken_down = gmtime(&t); in TEST()
446 const struct tm *static_result = gmtime(clock); in fake_gmtime_r()
387 gmtime
1171 mytime = gmtime(&myclock); in p_secstodate()
492 gmtime;