Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c154 const char *original_pattern = pattern; in compile_regex() local
184 PRINT_FAIL("Regexp too long: '%s'\n", original_pattern); in compile_regex()
188 PRINT_FAIL("Regexp has open '{{' but no closing '}}': '%s'\n", original_pattern); in compile_regex()