HomeSort by relevance Sort by last modified time
    Searched refs:t_local (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_win32.c 54 time_t t_local, t1, t2; local
70 t_local = mktime(&tm);
73 tm1 = localtime(&t_local);
76 tm1 = gmtime(&t_local);
85 *t = (os_time_t) t_local - tz_offset;
os_unix.c 67 time_t t_local, t1, t2; local
83 t_local = mktime(&tm);
86 tm1 = localtime(&t_local);
89 tm1 = gmtime(&t_local);
98 *t = (os_time_t) t_local - tz_offset;

Completed in 34 milliseconds