Searched refs:match_count (Results 1 – 2 of 2) sorted by relevance
816 size_t match_count = 0; in find_pattern_in_buffer() local827 if (match && ++match_count >= expected_count) { in find_pattern_in_buffer()832 return match_count; in find_pattern_in_buffer()
1348 size_t match_count = find_pattern_in_buffer(pattern, saved, 2LL); in test_printf() local1349 T_EXPECT_EQ_ULONG(match_count, 2LL, "printf() logs to msgbuf"); in test_printf()1462 size_t match_count = find_pattern_in_buffer(pattern, saved, 1LL); in test_os_log() local1463 T_EXPECT_EQ_ULONG(match_count, 1LL, "oslog_info() logs to system message buffer"); in test_os_log()