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

  /external/wpa_supplicant/
os_win32.c 59 time_t t_local, t1, t2; local
75 t_local = mktime(&tm);
78 tm1 = localtime(&t_local);
81 tm1 = gmtime(&t_local);
90 *t = (os_time_t) t_local - tz_offset;
os_unix.c 49 time_t t_local, t1, t2; local
65 t_local = mktime(&tm);
68 tm1 = localtime(&t_local);
71 tm1 = gmtime(&t_local);
80 *t = (os_time_t) t_local - tz_offset;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 59 time_t t_local, t1, t2; local
75 t_local = mktime(&tm);
78 tm1 = localtime(&t_local);
81 tm1 = gmtime(&t_local);
90 *t = (os_time_t) t_local - tz_offset;
os_unix.c 49 time_t t_local, t1, t2; local
65 t_local = mktime(&tm);
68 tm1 = localtime(&t_local);
71 tm1 = gmtime(&t_local);
80 *t = (os_time_t) t_local - tz_offset;

Completed in 449 milliseconds