Home
last modified time | relevance | path

Searched refs:os_mktime (Results 1 - 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dutils_module_tests.c479 if (os_mktime(1969, 1, 1, 1, 1, 1, &t) == 0 || in os_tests()
480 os_mktime(1971, 0, 1, 1, 1, 1, &t) == 0 || in os_tests()
481 os_mktime(1971, 13, 1, 1, 1, 1, &t) == 0 || in os_tests()
482 os_mktime(1971, 1, 0, 1, 1, 1, &t) == 0 || in os_tests()
483 os_mktime(1971, 1, 32, 1, 1, 1, &t) == 0 || in os_tests()
484 os_mktime(1971, 1, 1, -1, 1, 1, &t) == 0 || in os_tests()
485 os_mktime(1971, 1, 1, 24, 1, 1, &t) == 0 || in os_tests()
486 os_mktime(1971, 1, 1, 1, -1, 1, &t) == 0 || in os_tests()
487 os_mktime(1971, 1, 1, 1, 60, 1, &t) == 0 || in os_tests()
488 os_mktime(197 in os_tests()
[all...]
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos_win32.c62 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos.h119 * os_mktime - Convert broken-down time into seconds since 1970-01-01
133 int os_mktime(int year, int month, int day, int hour, int min, int sec,
H A Dos_internal.c57 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos_unix.c128 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dutils_module_tests.c480 if (os_mktime(1969, 1, 1, 1, 1, 1, &t) == 0 || in os_tests()
481 os_mktime(1971, 0, 1, 1, 1, 1, &t) == 0 || in os_tests()
482 os_mktime(1971, 13, 1, 1, 1, 1, &t) == 0 || in os_tests()
483 os_mktime(1971, 1, 0, 1, 1, 1, &t) == 0 || in os_tests()
484 os_mktime(1971, 1, 32, 1, 1, 1, &t) == 0 || in os_tests()
485 os_mktime(1971, 1, 1, -1, 1, 1, &t) == 0 || in os_tests()
486 os_mktime(1971, 1, 1, 24, 1, 1, &t) == 0 || in os_tests()
487 os_mktime(1971, 1, 1, 1, -1, 1, &t) == 0 || in os_tests()
488 os_mktime(1971, 1, 1, 1, 60, 1, &t) == 0 || in os_tests()
489 os_mktime(197 in os_tests()
[all...]
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos_win32.c62 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos.h119 * os_mktime - Convert broken-down time into seconds since 1970-01-01
133 int os_mktime(int year, int month, int day, int hour, int min, int sec,
H A Dos_internal.c63 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
H A Dos_unix.c134 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dx509v3.c671 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.c665 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c2253 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c5330 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()

Completed in 31 milliseconds