Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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/tools/testing/selftests/bpf/
H A Dtest_loader.c160 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex()
227 err = compile_regex(pattern, &msg->regex); in __push_msg()
153 static int compile_regex(const char *pattern, regex_t *regex) compile_regex() function