OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cat_datum_t
(Results
1 - 9
of
9
) sorted by null
/external/libsepol/tests/
test-common.c
131
cat_datum_t
*d = (
cat_datum_t
*) datum;
/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
505
void cat_datum_init(
cat_datum_t
* x)
507
memset(x, 0, sizeof(
cat_datum_t
));
510
void cat_datum_destroy(
cat_datum_t
* x __attribute__ ((unused)))
927
cat_datum_t
*catdatum;
929
catdatum = (
cat_datum_t
*) datum;
1219
cat_datum_destroy((
cat_datum_t
*) datum);
[
all
...]
expand.c
1257
cat_datum_t
*cat = (
cat_datum_t
*) datum, *new_cat = NULL;
1268
new_cat = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
[
all
...]
write.c
441
cat_datum_t
*catdatum;
447
catdatum = (
cat_datum_t
*) datum;
[
all
...]
link.c
712
cat_datum_t
*cat, *base_cat;
716
cat = (
cat_datum_t
*) datum;
[
all
...]
/external/checkpolicy/
policy_define.c
844
cat_datum_t
*datum = 0, *aliasdatum = 0;
868
datum = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
905
aliasdatum = (
cat_datum_t
*) malloc(sizeof(
cat_datum_t
));
1023
cat_datum_t
*cdatum;
1033
(
cat_datum_t
*) hashtab_search(policydbp->p_cats.
1044
(
cat_datum_t
*) hashtab_search(policydbp->p_cats.
1062
(
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
...]
/external/libsepol/include/sepol/policydb/
policydb.h
213
}
cat_datum_t
;
typedef in typeref:struct:cat_datum
629
extern void cat_datum_init(
cat_datum_t
* x);
630
extern void cat_datum_destroy(
cat_datum_t
* x);
Completed in 378 milliseconds