Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dtimers.cc191 std::size_t tz_len; in LocalDateTimeString() local
218 tz_len = std::strftime(tz_offset, sizeof(tz_offset), "%z", timeinfo_p); in LocalDateTimeString()
220 if (tz_len < kTzOffsetLen && tz_len > 1) { in LocalDateTimeString()
231 tz_len = in LocalDateTimeString()
234 BM_CHECK(tz_len == kTzOffsetLen); in LocalDateTimeString()
235 ((void)tz_len); // Prevent unused variable warning in optimized build. in LocalDateTimeString()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3803 size_t tz_len = os_strlen(pos); local
3804 if (tz_len < 4 || tz_len > 255) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3909 size_t tz_len = os_strlen(pos); in hostapd_config_fill() local
3910 if (tz_len < 4 || tz_len > 255) { in hostapd_config_fill()