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

  /external/libsepol/tests/
test-common.c 59 common_datum_t *d = (common_datum_t *) datum;
  /external/libsepol/include/sepol/policydb/
policydb.h 104 } common_datum_t; typedef in typeref:struct:common_datum
110 common_datum_t *comdatum; /* common datum */
  /external/checkpolicy/
policy_define.c 487 common_datum_t *comdatum = 0;
507 comdatum = (common_datum_t *) malloc(sizeof(common_datum_t));
512 memset(comdatum, 0, sizeof(common_datum_t));
581 common_datum_t *comdatum;
620 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/libsepol/src/
policydb.c 832 common_datum_t *comdatum;
834 comdatum = (common_datum_t *) datum;
1116 common_datum_t *comdatum;
1120 comdatum = (common_datum_t *) datum;
    [all...]
expand.c 305 common_datum_t *common, *new_common;
309 common = (common_datum_t *) datum;
315 new_common = (common_datum_t *) malloc(sizeof(common_datum_t));
320 memset(new_common, 0, sizeof(common_datum_t));
    [all...]
write.c 833 common_datum_t *comdatum;
839 comdatum = (common_datum_t *) datum;
    [all...]

Completed in 47 milliseconds