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

  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 67 case CIL_PARAM: {
68 struct cil_param *po = orig_item->data;
69 struct cil_param *pn;
73 cil_list_append(new, CIL_PARAM, pn);
    [all...]
cil_internal.h 837 struct cil_param { struct
1029 void cil_param_init(struct cil_param **param);
cil_build_ast.h 196 void cil_destroy_param(struct cil_param *param);
cil_tree.c     [all...]
cil_resolve_ast.c 96 if (((struct cil_param*)item->data)->str == key) {
    [all...]
cil_build_ast.c 123 struct cil_param *param = item->data;
    [all...]
cil.c 495 case CIL_PARAM:
894 case CIL_PARAM:
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c     [all...]

Completed in 80 milliseconds