Home
last modified time | relevance | path

Searched refs:DATUM (Results 1 – 9 of 9) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_policy.c191 fprintf(out, "%s %s;\n", kind, DATUM(i1->data)->fqn); in cil_simple_rules_to_policy()
209 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
216 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
223 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy()
229 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
236 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy()
243 fprintf(out, "%s", DATUM(level->sens)->fqn); in cil_level_to_policy()
273 fprintf(out, "%s:", DATUM(context->user)->fqn); in cil_context_to_policy()
274 fprintf(out, "%s:", DATUM(context->role)->fqn); in cil_context_to_policy()
275 fprintf(out, "%s", DATUM(context->type)->fqn); in cil_context_to_policy()
[all …]
Dcil_binary.c415 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role), &sepol_role); in cil_role_bounds_to_policydb()
418 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role->bounds), &sepol_parent); in cil_role_bounds_to_policydb()
441 rc = __cil_get_sepol_role_datum(pdb, DATUM(role), &sepol_role); in cil_roletype_to_policydb()
447 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_type); in cil_roletype_to_policydb()
500 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type), &sepol_type); in cil_type_bounds_to_policydb()
503 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type->bounds), &sepol_parent); in cil_type_bounds_to_policydb()
524 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_alias->actual), &sepol_type); in cil_typealias_to_policydb()
551 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_typeperm->type), &sepol_type); in cil_typepermissive_to_policydb()
650 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_attr), &sepol_type); in cil_typeattribute_to_bitmap()
658 rc = __cil_get_sepol_type_datum(pdb, DATUM(db->val_to_type[i]), &sepol_type); in cil_typeattribute_to_bitmap()
[all …]
Dcil_symtab.h45 #define DATUM(d) ((struct cil_symtab_datum *)(d)) macro
46 #define NODE(n) ((struct cil_tree_node *)(DATUM(n)->nodes->head->data))
Dcil_post.c68 rc = strcmp(DATUM(i->data)->fqn, DATUM(j->data)->fqn); in cats_compare()
84 rc = strcmp(DATUM(a->sens)->fqn, DATUM(b->sens)->fqn); in level_compare()
116 rc = strcmp(DATUM(a->user)->fqn, DATUM(b->user)->fqn); in context_compare()
120 rc = strcmp(DATUM(a->role)->fqn, DATUM(b->role)->fqn); in context_compare()
124 rc = strcmp(DATUM(a->type)->fqn, DATUM(b->type)->fqn); in context_compare()
1459 if (strcmp(DATUM(attr)->name, GEN_REQUIRE_ATTR) == 0) { in cil_typeattribute_used()
1461 } else if (strstr(DATUM(attr)->name, TYPEATTR_INFIX) != NULL) { in cil_typeattribute_used()
1487 if (strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __mark_neverallow_attrs()
1516 strstr(DATUM(attr)->name, TYPEATTR_INFIX)) { in __cil_post_db_neverallow_attr_helper()
Dandroid.c96 datum->orig_name = DATUM(node->data)->name; in __extract_attributees_helper()
Dcil_copy_ast.c2068 if (DATUM(data)->nodes->head && FLAVOR(data) != orig->flavor) { in __cil_copy_node_helper()
2069 cil_tree_log(orig, CIL_ERR, "Incompatible flavor when trying to copy %s", DATUM(data)->name); in __cil_copy_node_helper()
Dcil_resolve_ast.c2363 cil_tree_log(curr, CIL_ERR, "block %s", DATUM(curr->data)->name); in cil_print_recursive_blockinherit()
2718 cil_tree_log(curr, CIL_ERR, "macro %s", DATUM(curr->data)->name); in cil_print_recursive_call()
Dcil.c1278 node = DATUM(i->data)->nodes->head->data; in cil_cats_to_ebitmap()
/external/python/google-api-python-client/samples/maps_engine/
Dpolygons.prj1 GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenw…