OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scope_index_t
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/include/sepol/policydb/
policydb.h
365
/*
scope_index_t
holds all of the symbols that are in scope in a
385
}
scope_index_t
;
typedef in typeref:struct:scope_index
401
scope_index_t
required; /* symbols needed to activate this block */
402
scope_index_t
declared; /* symbols declared within this block */
494
* p_*_macros (cf. struct
scope_index_t
declaration). */
/external/libsepol/src/
avrule_block.c
78
static void scope_index_destroy(
scope_index_t
* scope)
link.c
[
all
...]
write.c
[
all
...]
policydb.c
[
all
...]
/external/checkpolicy/
module_compiler.c
697
scope_index_t
*scope;
1259
scope_index_t
* scope)
[
all
...]
/external/checkpolicy/test/
dismod.c
514
static int display_scope_index(
scope_index_t
* indices, policydb_t * p,
Completed in 317 milliseconds