Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:insert_id

341  			{ if (insert_id("T",0)) return -1; }
343 { if (insert_id("F",0)) return -1; }
717 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def
723 { if (insert_id(yytext,0)) return -1; }
752 { if (insert_id("*", 0)) return -1;
755 { if (insert_id("~", 0)) return -1;
758 { if (insert_id("~", 0)) return -1;
760 | identifier '-' { if (insert_id("-", 0)) return -1; } identifier
764 { if (insert_id("~", 1)) return -1; }
767 { if (insert_id("*", 1)) return -1; }
779 { if (insert_id(yytext, 1)) return -1; }
788 nested_id_element : identifier | '-' { if (insert_id("-", 0)) return -1; } identifier | nested_id_set
791 { if (insert_id(yytext,0)) return -1; }
794 { if (insert_id(yytext,0)) return -1; }
796 { if (insert_id(yytext,0)) return -1; }
799 { if (insert_id(yytext,0)) return -1; }
802 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
808 { if (insert_id(yytext,0)) return -1; }
827 { if (insert_id(yytext,0)) return -1; }
829 { if (insert_id(yytext,0)) return -1; }