Searched refs:tz_len (Results 1 – 3 of 3) sorted by relevance
191 std::size_t tz_len; in LocalDateTimeString() local218 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()
3803 size_t tz_len = os_strlen(pos); local3804 if (tz_len < 4 || tz_len > 255) {
3909 size_t tz_len = os_strlen(pos); in hostapd_config_fill() local3910 if (tz_len < 4 || tz_len > 255) { in hostapd_config_fill()