Home
last modified time | relevance | path

Searched refs:yyerror (Results 1 – 25 of 59) sorted by relevance

123

/external/ipsec-tools/src/racoon/
Dcfparse.y295 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 …]
Dcftoken_proto.h40 extern void yyerror __P((char *, ...));
/external/selinux/checkpolicy/
Dpolicy_define.c76 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 …]
Dmodule_compiler.c42 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/
Dprogram_parse.y68 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/
Dconf-parse.y135 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/
Dpolicy_parse.y110 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/
Demp_ematch.y22 extern void yyerror(const char *s);
97 void yyerror(const char *s)
Demp_ematch.yacc.c65 #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/
Dplural.c8 #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
Dplural.y58 static void yyerror (const char *str);
378 yyerror (const char *str) in yyerror() function
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp65 #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
DExpressionParser.y105 static void yyerror(Context* context, const char* reason);
429 void yyerror(Context *context, const char *reason) in yyerror() function
/external/angle/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp68 #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
Dpreprocessor.y93 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/
Dyacc.c89 # 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/
Di965_asm.h43 void yyerror (char *);
/external/mksh/src/
Dsyn.c213 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()
Dlex.c905 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/
Dparser.y47 void yyerror(const char *error);
48 void yyerror(const char *error) in yyerror() function
/external/libnl/lib/route/
Dpktloc_syntax.y27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror() function
/external/u-boot/scripts/dtc/
Ddtc-parser.y28 extern void yyerror(char const *s);
535 void yyerror(char const *s)
/external/dtc/
Ddtc-parser.y28 extern void yyerror(char const *s);
530 void yyerror(char const *s)
/external/igt-gpu-tools/assembler/
Dgen4asm.h63 void yyerror (char *msg);
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y26 void yyerror( const char* error );
381 void yyerror( const char *str ) in yyerror() function

123