OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:classorder
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_tree.c
826
struct cil_classorder *
classorder
= node->data;
local
829
if (
classorder
->class_list_str == NULL) {
830
cil_log(CIL_INFO, "
CLASSORDER
: ()\n");
834
cil_log(CIL_INFO, "
CLASSORDER
: (");
835
cil_list_for_each(class,
classorder
->class_list_str) {
[
all
...]
cil_build_ast.c
417
struct cil_classorder *
classorder
= NULL;
local
431
cil_classorder_init(&
classorder
);
433
rc = cil_fill_list(parse_current->next->cl_head, CIL_CLASSORDER, &
classorder
->class_list_str);
438
head =
classorder
->class_list_str->head;
439
cil_list_for_each(curr,
classorder
->class_list_str) {
442
cil_log(CIL_ERR, "
Classorder
'unordered' keyword must be followed by one or more class.\n");
446
cil_log(CIL_ERR, "
Classorder
can only use 'unordered' keyword as the first item in the list.\n");
453
ast_node->data =
classorder
;
459
cil_log(CIL_ERR, "Bad
classorder
declaration at line %d of %s\n",
461
cil_destroy_classorder(
classorder
);
[
all
...]
cil_resolve_ast.c
1414
struct cil_
classorder
*
classorder
= current->data;
local
[
all
...]
cil_internal.h
275
struct cil_list *
classorder
;
member in struct:cil_db
950
void cil_classorder_init(struct cil_classorder **
classorder
);
Completed in 42 milliseconds