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 91 if (s[i] & CIL_SYN_N_LISTS || s[i] & CIL_SYN_N_STRINGS) {
99 } else if ((s[i] & CIL_SYN_N_LISTS) && (c->data == NULL && c->cl_head != NULL)) {
190 syntax[0] = CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS;
    [all...]
cil_build_ast.c 158 CIL_SYN_N_LISTS | CIL_SYN_END,
304 CIL_SYN_N_LISTS,
535 CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS,
    [all...]

Completed in 80 milliseconds