Searched refs:os_gmtime (Results 1 – 6 of 6) sorted by relevance
35 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
90 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
76 int os_gmtime(os_time_t t, struct os_tm *tm);
67 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
103 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
359 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()