Searched refs:CIL_KEY_SELF (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_find.c310 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) {
313 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) {
315 } else if (t1->fqn == CIL_KEY_SELF) {
323 } else if (t2->fqn == CIL_KEY_SELF) {
H A Dcil_internal.h100 char *CIL_KEY_SELF; variable
H A Dcil_build_ast.c1888 if (parse_current->next->data == CIL_KEY_SELF) {
1889 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF);
2272 if (parse_current->next->data == CIL_KEY_SELF) {
2273 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF);
2326 if (parse_current->next->data == CIL_KEY_SELF) {
2327 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF);
3032 if (flavor == CIL_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) {
3033 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF);
3094 if ((flavor == CIL_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) || parse_current->next->next->data == CIL_KEY_SELF) {
[all...]
H A Dcil.c106 CIL_KEY_SELF = cil_strpool_add("self");
271 (*db)->selftype->datum.name = CIL_KEY_SELF;
272 (*db)->selftype->datum.fqn = CIL_KEY_SELF;
H A Dcil_binary.c1450 if (tgt->fqn == CIL_KEY_SELF) {
1827 if (tgt->fqn == CIL_KEY_SELF) {
4602 if (tgt->fqn == CIL_KEY_SELF) {
H A Dcil_resolve_ast.c323 if (rule->tgt_str == CIL_KEY_SELF) {

Completed in 137 milliseconds