Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c1122 …rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector, O… in compute_raw_from_trans()
1165 rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1173 rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1188 rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
/external/selinux/libselinux/src/
Dregex.c437 rc = pcre_exec(regex->regex, get_pcre_extra(regex), in regex_match()
/external/regex-re2/util/
Dpcre.h184 #define pcre_exec(a, b, c, d, e, f, g, h) ({ (void)(a); (void)(b); (void)(c); (void)(d); (void)(e);… macro
Dpcre.cc495 int rc = pcre_exec(re, // The regular expression object in TryMatch()
/external/pcre/dist2/src/
Dpcre2grep.c1951 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0, in pcre2grep()