Searched refs:anchored_regex (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_file.h | 331 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/ |
D | label_file.h | 334 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()
|