Home
last modified time | relevance | path

Searched refs:tz_offset (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant/
Dos_win32.c60 os_time_t tz_offset; in os_mktime() local
84 tz_offset = t2 - t1; in os_mktime()
86 tz_offset = 0; in os_mktime()
88 tz_offset = 0; in os_mktime()
90 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c50 os_time_t tz_offset; in os_mktime() local
74 tz_offset = t2 - t1; in os_mktime()
76 tz_offset = 0; in os_mktime()
78 tz_offset = 0; in os_mktime()
80 *t = (os_time_t) t_local - tz_offset; in os_mktime()
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_win32.c60 os_time_t tz_offset; in os_mktime() local
84 tz_offset = t2 - t1; in os_mktime()
86 tz_offset = 0; in os_mktime()
88 tz_offset = 0; in os_mktime()
90 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c50 os_time_t tz_offset; in os_mktime() local
74 tz_offset = t2 - t1; in os_mktime()
76 tz_offset = 0; in os_mktime()
78 tz_offset = 0; in os_mktime()
80 *t = (os_time_t) t_local - tz_offset; in os_mktime()
/external/openssl/ssl/
Dkssl.c2011 time_t now, tl, tg, tr, tz_offset; in kssl_check_authent() local
2129 tz_offset = tg - tl; in kssl_check_authent()
2131 *atimep = (krb5_timestamp)(tr - tz_offset); in kssl_check_authent()