Searched refs:t_local (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_win32.c66 time_t t_local, t1, t2; local
82 t_local = mktime(&tm);
85 tm1 = localtime(&t_local);
88 tm1 = gmtime(&t_local);
97 *t = (os_time_t) t_local - tz_offset;
H A Dos_unix.c132 time_t t_local, t1, t2; local
148 t_local = mktime(&tm);
151 tm1 = localtime(&t_local);
154 tm1 = gmtime(&t_local);
163 *t = (os_time_t) t_local - tz_offset;

Completed in 102 milliseconds