OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catset
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_tree.c
1172
struct cil_catset *
catset
= node->data;
local
1174
cil_log(CIL_INFO, "
CATSET
: %s ",
catset
->datum.name);
1176
cil_tree_print_cats(
catset
->cats);
[
all
...]
cil_post.c
889
struct cil_catset *
catset
= (struct cil_catset *)datum;
local
891
if (
catset
->cats->evaluated == CIL_FALSE) {
892
rc = __evaluate_cat_expression(
catset
->cats, db);
895
for (curr =
catset
->cats->datum_expr->head; curr; curr = curr->next) {
1495
struct cil_
catset
*
catset
= node->data;
local
[
all
...]
cil_build_ast.c
3526
struct cil_
catset
*
catset
= NULL;
local
[
all
...]
cil_resolve_ast.c
2758
struct cil_
catset
*
catset
= NULL;
local
[
all
...]
Completed in 61 milliseconds