Home
last modified time | relevance | path

Searched refs:tz_len (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/src/
H A Dtimers.cc204 std::size_t tz_len; in LocalDateTimeString() local
231 tz_len = std::strftime(tz_offset, sizeof(tz_offset), "%z", timeinfo_p); in LocalDateTimeString()
233 if (tz_len < kTzOffsetLen && tz_len > 1) { in LocalDateTimeString()
244 tz_len = in LocalDateTimeString()
247 BM_CHECK(tz_len == kTzOffsetLen); in LocalDateTimeString()
248 ((void)tz_len); // Prevent unused variable warning in optimized build. in LocalDateTimeString()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4004 size_t tz_len = os_strlen(pos); in hostapd_config_fill() local
4005 if (tz_len < 4 || tz_len > 255) { in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3803 size_t tz_len = os_strlen(pos); local
3804 if (tz_len < 4 || tz_len > 255) {

Completed in 10 milliseconds