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 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;
    [all...]
policy_define.h 66 int insert_id(char *id,int push);
policy_define.c 107 int insert_id(char *id, int push) function
    [all...]

Completed in 36 milliseconds