OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cat_datum_t
(Results
1 - 9
of
9
) sorted by null
/external/libsepol/src/
mls.c
336
cat_datum_t
*catdatum, *rngdatum;
382
(
cat_datum_t
*) hashtab_search(policydb->
398
rngdatum = (
cat_datum_t
*)
556
cat_datum_t
*catdatum;
585
(
cat_datum_t
*) hashtab_search(newp->p_cats.
policydb.c
442
void cat_datum_init(
cat_datum_t
* x)
444
memset(x, 0, sizeof(
cat_datum_t
));
447
void cat_datum_destroy(
cat_datum_t
* x __attribute__ ((unused)))
864
cat_datum_t
*catdatum;
866
catdatum = (
cat_datum_t
*) datum;
1156
cat_datum_destroy((
cat_datum_t
*) datum);
[
all
...]
expand.c
1115
cat_datum_t
*cat = (
cat_datum_t
*) datum, *new_cat = NULL;
1126
new_cat = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
[
all
...]
link.c
666
cat_datum_t
*cat, *base_cat;
670
cat = (
cat_datum_t
*) datum;
[
all
...]
write.c
441
cat_datum_t
*catdatum;
447
catdatum = (
cat_datum_t
*) datum;
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
199
}
cat_datum_t
;
typedef in typeref:struct:cat_datum
615
extern void cat_datum_init(
cat_datum_t
* x);
616
extern void cat_datum_destroy(
cat_datum_t
* x);
/external/libsepol/tests/
test-common.c
131
cat_datum_t
*d = (
cat_datum_t
*) datum;
/external/checkpolicy/
policy_define.c
748
cat_datum_t
*datum = 0, *aliasdatum = 0;
772
datum = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
809
aliasdatum = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
927
cat_datum_t
*cdatum;
937
(
cat_datum_t
*) hashtab_search(policydbp->p_cats.
948
(
cat_datum_t
*) hashtab_search(policydbp->p_cats.
966
(
cat_datum_t
*) hashtab_search(policydbp->p_cats.
[
all
...]
module_compiler.c
1175
cat_datum_t
*cat = NULL;
1185
cat = malloc(sizeof(
cat_datum_t
));
[
all
...]
Completed in 79 milliseconds