HomeSort by relevance Sort by last modified time
    Searched full:suffix_regexp (Results 1 - 1 of 1) sorted by null

  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 87 pcre *suffix_regexp; member in struct:word_group
322 pcre_free(group->suffix_regexp);
1082 build_regexp(&g->suffix_regexp, buffer);
1173 if (g->suffix_regexp) {
1174 int rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT);
    [all...]

Completed in 56 milliseconds