Searched refs:pcre_exec (Results 1 – 5 of 5) sorted by relevance
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1122 …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/ |
D | regex.c | 437 rc = pcre_exec(regex->regex, get_pcre_extra(regex), in regex_match()
|
/external/regex-re2/util/ |
D | pcre.h | 184 #define pcre_exec(a, b, c, d, e, f, g, h) ({ (void)(a); (void)(b); (void)(c); (void)(d); (void)(e);… macro
|
D | pcre.cc | 495 int rc = pcre_exec(re, // The regular expression object in TryMatch()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 1951 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0, in pcre2grep()
|