Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dlabel_file.h349 char *reg_buf, *anchored_regex, *cp; in compile_regex() local
391 cp = anchored_regex = malloc(len + 3); in compile_regex()
392 if (!anchored_regex) { in compile_regex()
407 rc = regex_prepare_data(&spec->regex, anchored_regex, &error_data); in compile_regex()
408 free(anchored_regex); in compile_regex()