Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:insert_id

348  			{ if (insert_id("T",0)) return -1; }
350 { if (insert_id("F",0)) return -1; }
724 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def
730 { if (insert_id(yytext,0)) return -1; }
759 { if (insert_id("*", 0)) return -1;
762 { if (insert_id("~", 0)) return -1;
765 { if (insert_id("~", 0)) return -1;
767 | identifier '-' { if (insert_id("-", 0)) return -1; } identifier
771 { if (insert_id("~", 1)) return -1; }
774 { if (insert_id("*", 1)) return -1; }
786 { if (insert_id(yytext, 1)) return -1; }
795 nested_id_element : identifier | '-' { if (insert_id("-", 0)) return -1; } identifier | nested_id_set
798 { if (insert_id(yytext,0)) return -1; }
801 { if (insert_id(yytext,0)) return -1; }
803 { if (insert_id(yytext,0)) return -1; }
806 { if (insert_id(yytext,0)) return -1; }
809 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
815 { if (insert_id(yytext,0)) return -1; }
834 { if (insert_id(yytext,0)) return -1; }
836 { if (insert_id(yytext,0)) return -1; }