OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
357
common_datum_t
*comdatum = 0;
377
comdatum = (
common_datum_t
*) malloc(sizeof(
common_datum_t
));
382
memset(comdatum, 0, sizeof(
common_datum_t
));
451
common_datum_t
*comdatum;
490
(
common_datum_t
*) hashtab_search(policydbp->p_commons.
[
all
...]
/external/libsepol/src/
policydb.c
767
common_datum_t
*comdatum;
769
comdatum = (
common_datum_t
*) datum;
1051
common_datum_t
*comdatum;
1055
comdatum = (
common_datum_t
*) datum;
[
all
...]
expand.c
229
common_datum_t
*common, *new_common;
233
common = (
common_datum_t
*) datum;
239
new_common = (
common_datum_t
*) malloc(sizeof(
common_datum_t
));
244
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 323 milliseconds