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

  /external/wpa_supplicant_8/src/utils/
os_win32.c 67 os_time_t tz_offset; local
91 tz_offset = t2 - t1;
93 tz_offset = 0;
95 tz_offset = 0;
97 *t = (os_time_t) t_local - tz_offset;
os_unix.c 130 os_time_t tz_offset; local
154 tz_offset = t2 - t1;
156 tz_offset = 0;
158 tz_offset = 0;
160 *t = (os_time_t) t_local - tz_offset;

Completed in 250 milliseconds