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
35
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os_win32.c
90
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os.h
76
int
os_gmtime
(os_time_t t, struct os_tm *tm);
os_internal.c
67
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
os_unix.c
103
int
os_gmtime
(os_time_t t, struct os_tm *tm)
function
/external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c
407
if (os_get_time(&t) < 0 ||
os_gmtime
(t.sec, &tm) < 0)
Completed in 717 milliseconds