HomeSort by relevance Sort by last modified time
    Searched refs:CIL_SYN_N_LISTS (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/cil/src/
cil_verify.h 44 CIL_SYN_N_LISTS = 1 << 3,
cil_verify.c 98 if (s[i] & CIL_SYN_N_LISTS || s[i] & CIL_SYN_N_STRINGS) {
106 } else if ((s[i] & CIL_SYN_N_LISTS) && (c->data == NULL && c->cl_head != NULL)) {
197 syntax[0] = CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS;
    [all...]
cil_build_ast.c 191 CIL_SYN_N_LISTS | CIL_SYN_END,
334 CIL_SYN_N_LISTS,
597 CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS,
    [all...]

Completed in 242 milliseconds