Searched refs:os_gmtime (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dos_none.c35 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos_win32.c90 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos.h76 int os_gmtime(os_time_t t, struct os_tm *tm);
H A Dos_internal.c67 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos_unix.c103 int os_gmtime(os_time_t t, struct os_tm *tm) function
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c390 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)

Completed in 168 milliseconds