OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_roleattributeset
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_internal.h
491
struct
cil_roleattributeset
{
struct
959
void cil_roleattributeset_init(struct
cil_roleattributeset
**attrset);
cil_reset_ast.c
161
static void cil_reset_roleattributeset(struct
cil_roleattributeset
*ras)
447
case
CIL_ROLEATTRIBUTESET
:
cil_build_ast.h
110
void cil_destroy_roleattributeset(struct
cil_roleattributeset
*attrset);
cil_copy_ast.c
554
struct
cil_roleattributeset
*orig = data;
555
struct
cil_roleattributeset
*new = NULL;
[
all
...]
cil_tree.c
776
case
CIL_ROLEATTRIBUTESET
: {
777
struct
cil_roleattributeset
*attr = node->data;
[
all
...]
cil.c
593
case
CIL_ROLEATTRIBUTESET
:
961
case
CIL_ROLEATTRIBUTESET
:
[
all
...]
cil_build_ast.c
[
all
...]
cil_resolve_ast.c
1076
struct
cil_roleattributeset
*attrroles = current->data;
1094
rc = cil_resolve_expr(
CIL_ROLEATTRIBUTESET
, attrroles->str_expr, &attrroles->datum_expr, current, extra_args);
[
all
...]
Completed in 48 milliseconds