Searched refs:pattern (Results 1 – 5 of 5) sorted by relevance
407 def get_iperf_speed(iperf_res, pattern="Mbits/sec"): argument424 res = word.find(pattern)426 return words[count - 1] + " " + pattern431 res = line.find(pattern)436 return "0 " + pattern441 res = word.find(pattern)443 return words[count - 1] + " " + pattern446 return "0 " + pattern
545 char pattern[256]; member590 pos = wpa_trace_test_fail[is_alloc][idx].pattern; in testing_test_fail()644 wpa_trace_test_fail[is_alloc][idx].pattern); in testing_test_fail()677 os_strlcpy(wpa_trace_test_fail[is_alloc][idx].pattern, in testing_set_fail_pattern()679 sizeof(wpa_trace_test_fail[is_alloc][0].pattern)); in testing_set_fail_pattern()700 if (wpa_trace_test_fail[is_alloc][idx].pattern[0] == '\0') in testing_get_fail_pattern()706 wpa_trace_test_fail[is_alloc][idx].pattern); in testing_get_fail_pattern()
182 $pattern = "/serial=(?P<snhex>[0-9a-fA-F:]*)/m"; variable183 preg_match($pattern, $serial, $matches);
4 # Order is important; the last matching pattern takes the most
485 allows for pattern matching.