Home
last modified time | relevance | path

Searched refs:hasMetaChars (Results 1 - 3 of 3) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dlabel_file.h56 char hasMetaChars; /* regular expression has meta-chars */ member
81 * the specification file. Sorting occurs based on hasMetaChars.
167 spec->hasMetaChars = 0; in spec_hasMetaChars()
184 spec->hasMetaChars = 1; in spec_hasMetaChars()
215 if (data->spec_arr[i].hasMetaChars) in sort_specs()
H A Dlabel_file.c380 /* retrieve the hasMetaChars bit */ in load_mmap()
385 spec->hasMetaChars = meta_chars; in load_mmap()
1200 if (!specs[0]->hasMetaChars) { in lookup_best_match()
1211 if (!specs[i]->hasMetaChars) { in lookup_best_match()
1266 if (!spec1->hasMetaChars && spec2->hasMetaChars) { in cmp()
1272 if (spec1->hasMetaChars && !spec2->hasMetaChars) { in cmp()
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c220 to_write = specs[i].hasMetaChars; in write_binary_file()

Completed in 4 milliseconds