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 98 if (s[i] & CIL_SYN_N_LISTS || s[i] & CIL_SYN_N_STRINGS) {
110 } else if ((s[i] & CIL_SYN_N_STRINGS) && (c->data != NULL && c->cl_head == NULL)) {
197 syntax[0] = CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS;
    [all...]
cil_build_ast.c 63 CIL_SYN_N_STRINGS,
597 CIL_SYN_N_STRINGS | CIL_SYN_N_LISTS,
    [all...]

Completed in 494 milliseconds