Home
last modified time | relevance | path

Searched refs:tm1 (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/utils/
Dos_zephyr.c80 struct tm tm, *tm1; in os_mktime() local
101 tm1 = localtime(&t_local); in os_mktime()
102 if (tm1) { in os_mktime()
103 t1 = mktime(tm1); in os_mktime()
104 tm1 = gmtime(&t_local); in os_mktime()
105 if (tm1) { in os_mktime()
106 t2 = mktime(tm1); in os_mktime()
Dos_win32.c65 struct tm tm, *tm1; in os_mktime() local
85 tm1 = localtime(&t_local); in os_mktime()
86 if (tm1) { in os_mktime()
87 t1 = mktime(tm1); in os_mktime()
88 tm1 = gmtime(&t_local); in os_mktime()
89 if (tm1) { in os_mktime()
90 t2 = mktime(tm1); in os_mktime()
Dos_unix.c137 struct tm tm, *tm1; in os_mktime() local
157 tm1 = localtime(&t_local); in os_mktime()
158 if (tm1) { in os_mktime()
159 t1 = mktime(tm1); in os_mktime()
160 tm1 = gmtime(&t_local); in os_mktime()
161 if (tm1) { in os_mktime()
162 t2 = mktime(tm1); in os_mktime()