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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 47 CIL_PARAM,
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.c 483 case CIL_PARAM:
879 case CIL_PARAM:
    [all...]
cil_resolve_ast.c 96 if (((struct cil_param*)item->data)->str == key) {
    [all...]
cil_build_ast.c 124 struct cil_param *param = item->data;
    [all...]

Completed in 2806 milliseconds