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

  /external/selinux/libsepol/cil/src/
cil_internal.h 437 struct cil_userprefix { struct
912 void cil_userprefix_init(struct cil_userprefix **userprefix);
cil_build_ast.h 89 void cil_destroy_userprefix(struct cil_userprefix *userprefix);
cil_copy_ast.c 449 struct cil_userprefix *orig = data;
450 struct cil_userprefix *new = NULL;
    [all...]
cil.c 549 case CIL_USERPREFIX:
912 case CIL_USERPREFIX:
1131 struct cil_userprefix *userprefix = NULL;
    [all...]
cil_build_ast.c 1334 struct cil_userprefix *userprefix = NULL;
1352 ast_node->flavor = CIL_USERPREFIX;
1362 void cil_destroy_userprefix(struct cil_userprefix *userprefix)
    [all...]
cil_resolve_ast.c 852 struct cil_userprefix *userprefix = current->data;
    [all...]

Completed in 37 milliseconds