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 376 struct cil_list *class_list_str; member in struct:cil_classorder
cil_tree.c 926 if (classorder->class_list_str == NULL) {
932 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 466 rc = cil_fill_list(parse_current->next->cl_head, CIL_CLASSORDER, &classorder->class_list_str);
471 head = classorder->class_list_str->head;
472 cil_list_for_each(curr, classorder->class_list_str) {
503 if (classorder->class_list_str != NULL) {
504 cil_list_destroy(&classorder->class_list_str, 1);
    [all...]
cil.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 320 milliseconds