OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_gmtime
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_none.c
41
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os_win32.c
102
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os.h
144
int
os_gmtime
(os_time_t t, struct os_tm *tm);
os_internal.c
80
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os_unix.c
170
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
/external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c
472
if (os_get_time(&t) < 0 ||
os_gmtime
(t.sec, &tm) < 0)
Completed in 531 milliseconds