HomeSort by: relevance | last modified time | path
    Searched refs:os_gmtime (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/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 164 int os_gmtime(os_time_t t, struct os_tm *tm);
os_internal.c 86 int os_gmtime(os_time_t t, struct os_tm *tm) function
os_unix.c 174 int os_gmtime(os_time_t t, struct os_tm *tm) function
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c 697 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
  /src/external/bsd/wpa/dist/src/common/
dpp.c 1774 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) {

Completed in 71 milliseconds