HomeSort by relevance Sort by last modified time
    Searched refs:insert_id (Results 1 - 3 of 3) sorted by null

  /external/checkpolicy/
policy_parse.y 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;
    [all...]
policy_define.h 67 int insert_id(char *id,int push);
policy_define.c 109 int insert_id(char *id, int push) function
    [all...]

Completed in 181 milliseconds