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

  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 766 CuAssertStrEquals(tc, (char*)((struct cil_senscat *)test_ast_node->data)->catset->cat_list_str->head->data,
767 (char*)test_copy->catset->cat_list_str->head->data);
768 CuAssertStrEquals(tc, (char*)((struct cil_senscat *)test_ast_node->data)->catset->cat_list_str->head->next->data,
769 (char*)test_copy->catset->cat_list_str->head->next->data);
799 CuAssertStrEquals(tc, (char*)((struct cil_catorder *)test_ast_node->data)->cat_list_str->head->data, (char*)test_copy->cat_list_str->head->data);
800 CuAssertStrEquals(tc, (char*)((struct cil_catorder *)test_ast_node->data)->cat_list_str->head->next->data, (char*)test_copy->cat_list_str->head->next->data);
    [all...]
test_cil_resolve_ast.c 621 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next, test_catset->cat_list_str, test_cat_list, args);
646 test_catset->cat_list_str = NULL;
648 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next, test_catset->cat_list_str, test_cat_list, args);
673 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next, test_catset->cat_list_str, test_cat_list, args);
703 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next->next, test_catset->cat_list_str, test_cat_list, args);
734 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next->next, test_catset->cat_list_str, test_cat_list, args);
764 int rc = cil_resolve_cat_list(test_db->ast->root->cl_head->next->next->next->next, test_catset->cat_list_str, test_cat_list, args);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 947 if (orig->cat_list_str != NULL) {
948 cil_copy_list(orig->cat_list_str, &new->cat_list_str);
    [all...]
cil_internal.h 661 struct cil_list *cat_list_str; member in struct:cil_catorder
cil_tree.c 1184 if (catorder->cat_list_str == NULL) {
1190 cil_list_for_each(cat, catorder->cat_list_str) {
    [all...]
cil_build_ast.c     [all...]
cil.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 397 milliseconds