Home
last modified time | relevance | path

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

/external/selinux/libselinux/utils/
Dsefcontext_compile.c40 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/
Dlabel_file.c234 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/
Dlabel_file.c109 int erroff; in compile_regex() local
132 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, &erroff, NULL); in compile_regex()