Searched refs:erroff (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 40 int items, erroff, rc; in process_file() local 103 re = pcre_compile(anchored_regex, PCRE_DOTALL, &err, &erroff, NULL); in process_file() 105 … fprintf(stderr, "PCRE compilation failed for %s at offset %d: %s\n", anchored_regex, erroff, err); in process_file()
|
/external/libselinux/src/ |
D | label_file.c | 234 int erroff; in compile_regex() local 259 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL); in compile_regex()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 109 int erroff; in compile_regex() local 132 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL); in compile_regex()
|