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/
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/
A 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()

Completed in 15 milliseconds