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 65 time_t t_local, t1, t2; local
81 t_local = mktime(&tm);
84 tm1 = localtime(&t_local);
87 tm1 = gmtime(&t_local);
96 *t = (os_time_t) t_local - tz_offset;
os_unix.c 105 time_t t_local, t1, t2; local
121 t_local = mktime(&tm);
124 tm1 = localtime(&t_local);
127 tm1 = gmtime(&t_local);
136 *t = (os_time_t) t_local - tz_offset;

Completed in 62 milliseconds