/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/checkpolicy/ |
D | module_compiler.c | 42 extern int yyerror(char *msg); 59 yyerror in define_policy() 70 yyerror("no module name"); in define_policy() 76 yyerror in define_policy() 83 yyerror in define_policy() 178 yyerror("out of memory"); in role_implicit_bounds() 211 yyerror("no role name"); in declare_role() 215 yyerror("Out of memory!"); in declare_role() 227 yyerror("Out of memory!"); in declare_role() 251 yyerror("Out of memory!"); in declare_role() [all …]
|
D | policy_define.c | 67 extern int yyerror(char *msg); 89 yyerror(errormsg); in yyerror2() 103 yyerror("queue overflow"); in insert_separator() 116 yyerror("out of memory"); in insert_id() 126 yyerror("queue overflow"); in insert_id() 158 yyerror("no class name for class definition?"); in define_class() 163 yyerror("out of memory"); in define_class() 170 yyerror("Out of memory!"); in define_class() 178 yyerror("could not declare class here"); in define_class() 256 yyerror("no capability name for policycap definition?"); in define_polcap() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 284 yyerror(& @1, state, "invalid fragment program header"); 292 yyerror(& @1, state, "invalid vertex program header"); 323 yyerror(& @2, state, err_str); 449 yyerror(& @8, state, 508 yyerror(& @12, state, 565 yyerror(& @2, state, "unexpected character '|'"); 589 yyerror(& @1, state, "expected scalar suffix"); 619 yyerror(& @2, state, "unexpected character '|'"); 649 yyerror(& @1, state, "position-invariant programs cannot " [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_parse.y | 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 284 yyerror(& @1, state, "invalid fragment program header"); 292 yyerror(& @1, state, "invalid vertex program header"); 323 yyerror(& @2, state, err_str); 449 yyerror(& @8, state, 508 yyerror(& @12, state, 565 yyerror(& @2, state, "unexpected character '|'"); 589 yyerror(& @1, state, "expected scalar suffix"); 619 yyerror(& @2, state, "unexpected character '|'"); 649 yyerror(& @1, state, "position-invariant programs cannot " [all …]
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 67 #define yyerror _mesa_program_error macro 139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 1444 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 2292 yyerror(& (yylsp[(1) - (1)]), state, "invalid fragment program header"); 2305 yyerror(& (yylsp[(1) - (1)]), state, "invalid vertex program header"); 2335 yyerror(& (yylsp[(2) - (3)]), state, err_str); 2472 yyerror(& (yylsp[(8) - (8)]), state, 2542 yyerror(& (yylsp[(12) - (12)]), state, 2683 yyerror(& (yylsp[(2) - (4)]), state, "unexpected character '|'"); 2715 yyerror(& (yylsp[(1) - (1)]), state, "expected scalar suffix"); [all …]
|
/external/bison/lib/ |
D | yyerror.c | 24 int yyerror (char const *); 27 yyerror (char const *message) in yyerror() function
|
D | Makefile.am | 55 liby_a_SOURCES = main.c yyerror.c
|
/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)
|
/external/bison/data/ |
D | lalr1.java | 143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);] 206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) { 207 yylexer.yyerror (]b4_locations_if([loc, ])[s); 211 protected final void yyerror (String s) { 212 yylexer.yyerror ((]b4_location_type[)null, s); 214 protected final void yyerror (]b4_position_type[ loc, String s) { 215 yylexer.yyerror (new ]b4_location_type[ (loc), s); 583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken));
|
D | glr.cc | 99 # and declaration of yyerror. 104 ]b4_c_ansi_function_decl([yyerror], 112 # Hijack the epilogue to define implementations (yyerror, parser member 120 ]b4_c_ansi_function_def([yyerror],
|
D | yacc.c | 87 # Expand ARG iff yyerror is to be given a location as argument. 95 # Arguments passed to yyerror: user args plus yylloc. 363 #define yyerror ]b4_prefix[error 776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \ 1436 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]], [[ 1438 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]])[ 1856 yyerror (]b4_yyerror_args[YY_("syntax error")); 1886 yyerror (]b4_yyerror_args[yymsgp); 2013 yyerror (]b4_yyerror_args[YY_("memory exhausted"));
|
/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/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 65 #define yyerror pperror macro 131 static void yyerror(Context* context, const char* reason); 702 yyerror (context, YY_("syntax error: cannot back up")); \ 1710 yyerror (context, YY_("syntax error")); 1737 yyerror (context, yymsgp); 1854 yyerror (context, YY_("memory exhausted")); 1964 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | ExpressionParser.y | 78 static void yyerror(Context* context, const char* reason); 268 void yyerror(Context *context, const char *reason) in yyerror() function
|
/external/mksh/src/ |
D | syn.c | 204 yyerror("too many %ss\n", "<<"); in synio() 296 yyerror("too many %ss\n", in get_command() 426 yyerror("%s: %s\n", c == FOR ? "for" : Tselect, in get_command() 490 yyerror("too many %ss\n", "redirection"); in get_command() 678 yyerror("%s: %s\n", sname, "invalid function name"); in function_body() 845 yyerror("%s: %s %s\n", Tsynerr, "unexpected", "EOF"); in syntaxerr() 872 yyerror("%s: '%s' %s\n", Tsynerr, s, what); in syntaxerr()
|
/external/libnl/lib/route/ |
D | pktloc_syntax.y | 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror() function
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.c | 67 #define yyerror perf_pmu_error macro 587 yyerror (format, name, YY_("syntax error: cannot back up")); \ 1515 yyerror (format, name, YY_("syntax error")); 1542 yyerror (format, name, yymsgp); 1657 yyerror (format, name, YY_("memory exhausted"));
|
D | parse-events-bison.c | 67 #define yyerror parse_events_error macro 697 yyerror (_data, scanner, YY_("syntax error: cannot back up")); \ 1976 yyerror (_data, scanner, YY_("syntax error")); 2003 yyerror (_data, scanner, yymsgp); 2118 yyerror (_data, scanner, YY_("memory exhausted"));
|
/external/bison/ |
D | cfg.mk | 89 require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.c | 67 #define yyerror glcpp_parser_error macro 113 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 1046 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \ 2357 yyerror (& (yylsp[(1) - (3)]), parser, 2371 yyerror (& (yylsp[(1) - (3)]), parser, 2467 yyerror (& (yylsp[(1) - (2)]), parser, "Invalid tokens after #"); 2869 yyerror (&yylloc, parser, YY_("syntax error")); 2896 yyerror (&yylloc, parser, yymsgp); 3017 yyerror (&yylloc, parser, YY_("memory exhausted")); 3567 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror() function [all …]
|
/external/elfutils/0.153/src/ |
D | ldscript.c | 67 #define yyerror lderror macro 122 static void yyerror (const char *s); 842 yyerror (YY_("syntax error: cannot back up")); \ 2252 yyerror (YY_("syntax error")); 2279 yyerror (yymsgp); 2394 yyerror (YY_("memory exhausted")); 2437 yyerror (const char *s) in yyerror() function
|