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

  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 261 if (orig->class_list_str != NULL) {
262 cil_copy_list(orig->class_list_str, &new->class_list_str);
    [all...]
cil_internal.h 370 struct cil_list *class_list_str; member in struct:cil_classorder
cil_tree.c 915 if (classorder->class_list_str == NULL) {
921 cil_list_for_each(class, classorder->class_list_str) {
    [all...]
cil_write_ast.c 471 rc = cil_unfill_expr(classord->class_list_str, &ord_str, 1);
    [all...]
cil_build_ast.c 432 rc = cil_fill_list(parse_current->next->cl_head, CIL_CLASSORDER, &classorder->class_list_str);
437 head = classorder->class_list_str->head;
438 cil_list_for_each(curr, classorder->class_list_str) {
469 if (classorder->class_list_str != NULL) {
470 cil_list_destroy(&classorder->class_list_str, 1);
    [all...]
cil.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 65 milliseconds