/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 | 68 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 293 yyerror(& @1, state, "invalid fragment program header"); 301 yyerror(& @1, state, "invalid vertex program header"); 332 yyerror(& @2, state, err_str); 456 yyerror(& @8, state, 507 yyerror(& @12, state, 595 yyerror(& @1, state, "position-invariant programs cannot " 634 yyerror(& @1, state, "cannot combine RGBA and XYZW swizzle " 655 yyerror(& @1, state, "invalid extended swizzle selector"); 673 yyerror(& @1, state, "invalid extended swizzle selector"); [all …]
|
/external/selinux/libsemanage/src/ |
D | conf-parse.y | 135 yyerror("disable-caching can only be 'true' or 'false'"); 158 yyerror("target_platform can only be 'selinux' or 'xen'"); 182 yyerror("save-previous can only be 'true' or 'false'"); 195 yyerror("save-linked can only be 'true' or 'false'"); 207 yyerror("disable-genhomedircon can only be 'true' or 'false'"); 218 yyerror("usepasswd can only be 'true' or 'false'"); 236 yyerror("handle-unknown can only be 'deny', 'reject' or 'allow'"); 245 yyerror("bzip-blocksize can only be in the range 0-9"); 256 yyerror("bzip-small can only be 'true' or 'false'"); 267 yyerror("remove-hll can only be 'true' or 'false'"); [all …]
|
/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/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/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/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/angle/src/compiler/preprocessor/ |
D | preprocessor_tab_autogen.cpp | 68 #define yyerror pperror macro 146 static void yyerror(Context *context, const char *reason); 577 yyerror(context, YY_("syntax error: cannot back up")); \ 1608 yyerror(context, YY_("syntax error")); in yyparse() 1634 yyerror(context, yymsgp); in yyparse() 1740 yyerror(context, YY_("memory exhausted")); in yyparse() 1857 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | preprocessor.y | 93 static void yyerror(Context* context, const char* reason); 417 void yyerror(Context *context, const char *reason) in yyerror() function
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | yacc.c | 89 # Expand ARG iff yyerror is to be given a location as argument. 97 # Arguments passed to yyerror: user args plus yylloc. 329 #define yyerror ]b4_prefix[error 639 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \ 1292 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]], [[ 1294 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]])[ 1715 yyerror (]b4_yyerror_args[YY_("syntax error")); 1745 yyerror (]b4_yyerror_args[yymsgp); 1871 yyerror (]b4_yyerror_args[YY_("memory exhausted"));
|
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 43 void yyerror (char *);
|
/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/mesa3d/src/freedreno/afuc/ |
D | parser.y | 47 void yyerror(const char *error); 48 void yyerror(const char *error) in yyerror() function
|
/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/igt-gpu-tools/assembler/ |
D | gen4asm.h | 63 void yyerror (char *msg);
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 26 void yyerror( const char* error ); 381 void yyerror( const char *str ) in yyerror() function
|