OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catorder
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_tree.c
1181
struct cil_catorder *
catorder
= node->data;
local
1184
if (
catorder
->cat_list_str == NULL) {
1185
cil_log(CIL_INFO, "
CATORDER
: ()\n");
1189
cil_log(CIL_INFO, "
CATORDER
: (");
1190
cil_list_for_each(cat,
catorder
->cat_list_str) {
[
all
...]
cil_build_ast.c
3583
struct cil_
catorder
*
catorder
= NULL;
local
[
all
...]
cil_resolve_ast.c
1504
struct cil_
catorder
*
catorder
= current->data;
local
[
all
...]
cil_internal.h
276
struct cil_list *
catorder
;
member in struct:cil_db
1007
void cil_catorder_init(struct cil_catorder **
catorder
);
Completed in 50 milliseconds