Searched refs:gmtime (Results 1 – 18 of 18) sorted by relevance
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
327 # undef gmtime328 # define gmtime tz_gmtime macro373 struct tm *gmtime(time_t const *);
1581 gmtime(const time_t *timep) in gmtime() function
56 using ::gmtime;
34 TEST(time, gmtime) { in TEST() argument36 tm* broken_down = gmtime(&t); in TEST()
446 const struct tm *static_result = gmtime(clock); in fake_gmtime_r()
426 gmtime;
493 gmtime;
495 gmtime;
497 gmtime;
499 gmtime;
387 gmtime
1171 mytime = gmtime(&myclock); in p_secstodate()