OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yyerror2
(Results
1 - 2
of
2
) sorted by null
/external/selinux/checkpolicy/
policy_define.c
87
void
yyerror2
(const char *fmt, ...)
function
177
yyerror2
("duplicate declaration of class %s", id);
212
yyerror2
("forgot to include type in permissive definition?");
221
yyerror2
("type %s is not within scope", type);
228
yyerror2
("type is not defined: %s", type);
234
yyerror2
("attributes may not be permissive: %s\n", type);
266
yyerror2
("invalid policy capability name %s", id);
312
yyerror2
("duplicate initial SID %s", id);
342
yyerror2
("class %s is not within scope", id);
347
yyerror2
("unknown class %s", id)
[
all
...]
module_compiler.c
44
extern void
yyerror2
(const char *fmt, ...);
186
yyerror2
("role %s doesn't exist, is implicit bounds of %s",
194
yyerror2
("role %s has inconsistent bounds %s/%s",
354
yyerror2
("duplicate declaration of type/attribute");
390
yyerror2
("user %s doesn't exist, is implicit bounds of %s",
398
yyerror2
("user %s has inconsistent bounds %s/%s",
827
yyerror2
[
all
...]
Completed in 106 milliseconds