Home
last modified time | relevance | path

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

/third_party/weston/shared/
Dfile-util.c42 struct tm *t_local; in current_time_str() local
46 t_local = localtime(&t); in current_time_str()
47 if (!t_local) { in current_time_str()
52 ret = strftime(str, len, fmt, t_local); in current_time_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c66 time_t t_local, t1, t2; in os_mktime() local
82 t_local = mktime(&tm); in os_mktime()
85 tm1 = localtime(&t_local); in os_mktime()
88 tm1 = gmtime(&t_local); in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c138 time_t t_local, t1, t2; in os_mktime() local
154 t_local = mktime(&tm); in os_mktime()
157 tm1 = localtime(&t_local); in os_mktime()
160 tm1 = gmtime(&t_local); in os_mktime()
169 *t = (os_time_t) t_local - tz_offset; in os_mktime()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c66 time_t t_local, t1, t2; in os_mktime() local
82 t_local = mktime(&tm); in os_mktime()
85 tm1 = localtime(&t_local); in os_mktime()
88 tm1 = gmtime(&t_local); in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c132 time_t t_local, t1, t2; in os_mktime() local
148 t_local = mktime(&tm); in os_mktime()
151 tm1 = localtime(&t_local); in os_mktime()
154 tm1 = gmtime(&t_local); in os_mktime()
163 *t = (os_time_t) t_local - tz_offset; in os_mktime()