Home
last modified time | relevance | path

Searched refs:tz_offset (Results 1 - 5 of 5) sorted by relevance

/third_party/benchmark/src/
H A Dtimers.cc208 // tz_offset is set in one of three ways: in LocalDateTimeString()
219 char tz_offset[41]; in LocalDateTimeString() local
231 tz_len = std::strftime(tz_offset, sizeof(tz_offset), "%z", timeinfo_p); in LocalDateTimeString()
238 offset_minutes = ::strtol(tz_offset, NULL, 10); in LocalDateTimeString()
245 ::snprintf(tz_offset, sizeof(tz_offset), "%c%02li:%02li", in LocalDateTimeString()
259 strncpy(tz_offset, "-00:00", kTzOffsetLen + 1); in LocalDateTimeString()
268 std::strncat(storage, tz_offset, sizeof(storage) - timestamp_len - 1); in LocalDateTimeString()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c67 os_time_t tz_offset; in os_mktime() local
91 tz_offset = t2 - t1; in os_mktime()
93 tz_offset = 0; in os_mktime()
95 tz_offset = 0; in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
H A Dos_unix.c133 os_time_t tz_offset; in os_mktime() local
157 tz_offset = t2 - t1; in os_mktime()
159 tz_offset = 0; in os_mktime()
161 tz_offset = 0; in os_mktime()
163 *t = (os_time_t) t_local - tz_offset; in os_mktime()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c67 os_time_t tz_offset; in os_mktime() local
91 tz_offset = t2 - t1; in os_mktime()
93 tz_offset = 0; in os_mktime()
95 tz_offset = 0; in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
H A Dos_unix.c139 os_time_t tz_offset; in os_mktime() local
163 tz_offset = t2 - t1; in os_mktime()
165 tz_offset = 0; in os_mktime()
167 tz_offset = 0; in os_mktime()
169 *t = (os_time_t) t_local - tz_offset; in os_mktime()

Completed in 5 milliseconds