Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c328 static regex_t *compile_regex(char *pat) in compile_regex() function
803 field_regex = compile_regex("^([[:alpha:]_][[:alnum:]_]+)::([[:alpha:]_][[:alnum:]_]+)"); in test_ctx_rewrite()
804 ident_regex = compile_regex("^[[:alpha:]_][[:alnum:]_]+"); in test_ctx_rewrite()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c151 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex() function
218 err = compile_regex(pattern, &msg->regex); in __push_msg()