/external/ipsec-tools/src/racoon/ |
D | cfparse.y | 295 yyerror("unknown user \"%s\"", $2->v); 307 yyerror("unknown group \"%s\"", $2->v); 322 yyerror("invalid path type %d", $2); 362 yyerror("invalid GSS ID encoding %d", $2); 385 yyerror("failed to set my ident: %s", 454 yyerror("NAT-T support not compiled in."); 460 yyerror("admin directive is obsoleted."); 513 yyerror("racoon not configured with --enable-hybrid"); 517 yyerror("racoon not configured with --with-libldap"); 532 yyerror("invalid ldap protocol version (2|3)"); [all …]
|
D | cftoken_proto.h | 40 extern void yyerror __P((char *, ...));
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 76 extern int yyerror(const char *msg); 99 yyerror(errormsg); in yyerror2() 113 yyerror("queue overflow"); in insert_separator() 126 yyerror("out of memory"); in insert_id() 136 yyerror("queue overflow"); in insert_id() 168 yyerror("no class name for class definition?"); in define_class() 173 yyerror("out of memory"); in define_class() 180 yyerror("Out of memory!"); in define_class() 188 yyerror("could not declare class here"); in define_class() 266 yyerror("no capability name for policycap definition?"); in define_polcap() [all …]
|
D | module_compiler.c | 42 extern int yyerror(const char *msg); 69 yyerror("Out of memory!"); in print_error_msg() 78 yyerror("Unknown error"); in print_error_msg() 88 yyerror in define_policy() 99 yyerror("no module name"); in define_policy() 105 yyerror in define_policy() 112 yyerror in define_policy() 227 yyerror("out of memory"); in role_implicit_bounds() 264 yyerror("no role name"); in create_role() 270 yyerror("Out of memory!"); in create_role() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 64 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 289 yyerror(& @1, state, "invalid fragment program header"); 297 yyerror(& @1, state, "invalid vertex program header"); 328 yyerror(& @2, state, err_str); 452 yyerror(& @8, state, 503 yyerror(& @12, state, 591 yyerror(& @1, state, "position-invariant programs cannot " 630 yyerror(& @1, state, "cannot combine RGBA and XYZW swizzle " 651 yyerror(& @1, state, "invalid extended swizzle selector"); 669 yyerror(& @1, state, "invalid extended swizzle selector"); [all …]
|
/external/selinux/libsemanage/src/ |
D | conf-parse.y | 134 yyerror("disable-caching can only be 'true' or 'false'"); 157 yyerror("target_platform can only be 'selinux' or 'xen'"); 181 yyerror("save-previous can only be 'true' or 'false'"); 194 yyerror("save-linked can only be 'true' or 'false'"); 206 yyerror("disable-genhomedircon can only be 'true' or 'false'"); 217 yyerror("usepasswd can only be 'true' or 'false'"); 235 yyerror("handle-unknown can only be 'deny', 'reject' or 'allow'"); 244 yyerror("bzip-blocksize can only be in the range 0-9"); 255 yyerror("bzip-small can only be 'true' or 'false'"); 266 yyerror("remove-hll can only be 'true' or 'false'");
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 110 extern void yyerror __P((char *msg)); 365 yyerror(msg) in yyerror() function 386 yyerror("malloc failed"); 393 yyerror("malloc failed"); 415 yyerror("invalid IP address"); 421 yyerror("invalid IP address");
|
/external/e2fsprogs/intl/ |
D | plural.c | 8 #define yyerror __gettexterror macro 79 static void yyerror (const char *str); 476 yyerror ("syntax error: cannot back up"); \ 1169 yyerror (yymsg); in yyparse() 1173 yyerror ("parse error; also virtual memory exhausted"); in yyparse() 1177 yyerror ("parse error"); in yyparse() 1302 yyerror ("parser stack overflow"); in yyparse() 1487 yyerror (const char *str) in yyerror() function
|
D | plural.y | 58 static void yyerror (const char *str); 378 yyerror (const char *str) in yyerror() function
|
/external/iproute2/tc/ |
D | emp_ematch.y | 22 extern void yyerror(const char *s); 97 void yyerror(const char *s)
|
D | emp_ematch.yacc.c | 65 #define yyerror ematch_error macro 169 extern void yyerror(const char *s); 602 yyerror (YY_("syntax error: cannot back up")); \ 1484 yyerror (YY_("syntax error")); in yyparse() 1511 yyerror (yymsgp); in yyparse() 1634 yyerror (YY_("memory exhausted")); in yyparse() 1671 void yyerror(const char *s) in yyerror() function
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 65 #define yyerror pperror macro 149 static void yyerror(Context* context, const char* reason); 687 yyerror (context, YY_("syntax error: cannot back up")); \ 1746 yyerror (context, YY_("syntax error")); in yyparse() 1773 yyerror (context, yymsgp); in yyparse() 1890 yyerror (context, YY_("memory exhausted")); in yyparse() 2006 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | ExpressionParser.y | 105 static void yyerror(Context* context, const char* reason); 429 void yyerror(Context *context, const char *reason) in yyerror() function
|
/external/mksh/src/ |
D | syn.c | 213 yyerror(Tf_toomany, "<<"); in synio() 312 yyerror(Tf_toomany, in get_command() 450 yyerror("%s: bad identifier", in get_command() 514 yyerror(Tf_toomany, Tredirection); in get_command() 708 yyerror(Tinvname, sname, Tfunction); in function_body() 875 yyerror("%s: unexpected EOF", Tsynerr); in syntaxerr() 902 yyerror(Tf_sD_s_qs, Tsynerr, what, s); in syntaxerr()
|
D | lex.c | 905 yyerror("no closing quote"); in yylex() 1010 yyerror(Tf_heredoc, in yylex() 1186 yyerror(Tf_heredoc, eof); in readhere() 1214 yyerror(const char *fmt, ...) in yyerror() function 1649 yyerror("missing ]"); in get_brace_var()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/ |
D | 2006-11-01-vastart.ll | 7 define void @yyerror(i32, ...) {
|
/external/libnl/lib/route/ |
D | pktloc_syntax.y | 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror() function
|
/external/u-boot/scripts/dtc/ |
D | dtc-parser.y | 28 extern void yyerror(char const *s); 535 void yyerror(char const *s)
|
/external/dtc/ |
D | dtc-parser.y | 28 extern void yyerror(char const *s); 530 void yyerror(char const *s)
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 26 void yyerror( const char* error ); 381 void yyerror( const char *str ) in yyerror() function
|
/external/iptables/iptables/ |
D | xtables-config-parser.y | 147 yyerror(char *msg)
|
/external/libpcap/ |
D | grammar.c | 65 #define yyerror pcap_error macro 268 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() function 1423 yyerror (yyscanner, cstate, YY_("syntax error: cannot back up")); \ 3486 yyerror (yyscanner, cstate, YY_("syntax error")); in yyparse() 3513 yyerror (yyscanner, cstate, yymsgp); in yyparse() 3630 yyerror (yyscanner, cstate, YY_("memory exhausted")); in yyparse()
|
/external/iproute2/misc/ |
D | ssfilter.y | 35 static void yyerror(char *s) in yyerror() function
|
/external/one-true-awk/ |
D | proto.h | 131 extern void yyerror(const char *);
|
/external/u-boot/scripts/kconfig/ |
D | zconf.y | 24 static void yyerror(const char *err); 621 static void yyerror(const char *err) in yyerror() function
|