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

  /external/checkpolicy/
policy_define.c 82 void yyerror2(char *fmt, ...) function
172 yyerror2("duplicate declaration of class %s", id);
207 yyerror2("forgot to include type in permissive definition?");
216 yyerror2("type %s is not within scope", type);
223 yyerror2("type is not defined: %s", type);
229 yyerror2("attributes may not be permissive: %s\n", type);
261 yyerror2("invalid policy capability name %s", id);
307 yyerror2("duplicate initial SID %s", id);
337 yyerror2("class %s is not within scope", id);
342 yyerror2("unknown class %s", id)
    [all...]
module_compiler.c 43 extern void yyerror2(char *fmt, ...);
185 yyerror2("role %s doesn't exist, is implicit bounds of %s",
193 yyerror2("role %s has inconsistent bounds %s/%s",
353 yyerror2("duplicate declaration of type/attribute");
389 yyerror2("user %s doesn't exist, is implicit bounds of %s",
397 yyerror2("user %s has inconsistent bounds %s/%s",
826 yyerror2
    [all...]
ChangeLog 108 * Use yyerror2() where appropriate from Todd C. Miller.

Completed in 82 milliseconds