Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c147 const char *original_pattern = pattern, *next; in free_test_spec()
177 PRINT_FAIL("Regexp too long: '%s'\n", original_pattern); in compile_regex()
181 PRINT_FAIL("Regexp has open '{{' but no closing '}}': '%s'\n", original_pattern); in compile_regex()
163 const char *original_pattern = pattern; compile_regex() local