OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yyerror2
(Results
1 - 3
of
3
) sorted by null
/external/checkpolicy/
policy_define.c
84
void
yyerror2
(char *fmt, ...)
function
174
yyerror2
("duplicate declaration of class %s", id);
209
yyerror2
("forgot to include type in permissive definition?");
218
yyerror2
("type %s is not within scope", type);
225
yyerror2
("type is not defined: %s", type);
231
yyerror2
("attributes may not be permissive: %s\n", type);
263
yyerror2
("invalid policy capability name %s", id);
309
yyerror2
("duplicate initial SID %s", id);
339
yyerror2
("class %s is not within scope", id);
344
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
119
* Use
yyerror2
() where appropriate from Todd C. Miller.
Completed in 477 milliseconds