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

  /external/selinux/libsepol/cil/src/
cil_verify.h 45 CIL_SYN_N_STRINGS = 1 << 4,
cil_verify.c 91 if (s[i] & CIL_SYN_N_LISTS || s[i] & CIL_SYN_N_STRINGS) {
103 } else if ((s[i] & CIL_SYN_N_STRINGS) && (c->data != NULL && c->cl_head == NULL)) {
190 syntax[0] = CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS;
    [all...]
cil_build_ast.c 63 CIL_SYN_N_STRINGS,
535 CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS,
    [all...]

Completed in 34 milliseconds