Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_file.h331 char *reg_buf, *anchored_regex, *cp; in compile_regex() local
346 cp = anchored_regex = malloc(len + 3); in compile_regex()
347 if (!anchored_regex) in compile_regex()
358 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex()
360 free(anchored_regex); in compile_regex()
/external/libselinux/src/
Dlabel_file.h334 char *reg_buf, *anchored_regex, *cp; in compile_regex() local
349 cp = anchored_regex = malloc(len + 3); in compile_regex()
350 if (!anchored_regex) in compile_regex()
361 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex()
363 free(anchored_regex); in compile_regex()