/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 | module_compiler.c | 42 extern int yyerror(const char *msg); 60 yyerror in define_policy() 71 yyerror("no module name"); in define_policy() 77 yyerror in define_policy() 84 yyerror in define_policy() 179 yyerror("out of memory"); in role_implicit_bounds() 212 yyerror("no role name"); in declare_role() 216 yyerror("Out of memory!"); in declare_role() 228 yyerror("Out of memory!"); in declare_role() 252 yyerror("Out of memory!"); in declare_role() [all …]
|
D | policy_define.c | 69 extern int yyerror(const char *msg); 92 yyerror(errormsg); in yyerror2() 106 yyerror("queue overflow"); in insert_separator() 119 yyerror("out of memory"); in insert_id() 129 yyerror("queue overflow"); in insert_id() 161 yyerror("no class name for class definition?"); in define_class() 166 yyerror("out of memory"); in define_class() 173 yyerror("Out of memory!"); in define_class() 181 yyerror("could not declare class here"); in define_class() 259 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/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/fio/exp/ |
D | expression-parser.y | 38 int yyerror(__attribute__((unused)) long long *result, 112 yyerror(0, 0, 0, 0, "divide by zero"); 116 yyerror(0, 0, 0, 0, "divide by zero"); 143 yyerror(0, 0, 0, 0, "modulo on floats"); 145 yyerror(0, 0, 0, 0, "divide by zero"); 238 int yyerror(__attribute__((unused)) long long *result, in yyerror() function
|
D | expression-parser.l | 39 extern int yyerror(long long *result, double *dresult, 141 yyerror(0, 0, 0, 0, "bad number\n"); 156 yyerror(0, 0, 0, 0, "bad number\n"); 171 yyerror(0, 0, 0, 0, "bad number\n");
|
/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/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"));
|
D | glr.c | 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and 102 # Arguments passed to yyerror: user formals plus yylocp with leading comma. 199 #define yyerror ]b4_prefix[error macro 766 yyerror (]b4_yyerror_args[yymsg); 855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \ 1729 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous")); 2014 yyerror (]b4_lyyerror_args[YY_("syntax error")); 2129 yyerror (]b4_lyyerror_args[yymsg); 2134 yyerror (]b4_lyyerror_args[YY_("syntax error")); 2459 yyerror (]b4_lyyerror_args[YY_("memory exhausted"));
|
/external/iproute2/tc/ |
D | emp_ematch.y | 22 extern void yyerror(const char *s); 97 void yyerror(const char *s)
|
/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/mksh/src/ |
D | syn.c | 210 yyerror("too many %ss\n", "<<"); in synio() 314 yyerror("too many %ss\n", in get_command() 450 yyerror("%s: %s\n", c == FOR ? "for" : Tselect, in get_command() 514 yyerror("too many %ss\n", "redirection"); in get_command() 708 yyerror("%s: %s\n", sname, "invalid function name"); in function_body() 875 yyerror("%s: %s %s\n", Tsynerr, "unexpected", "EOF"); in syntaxerr() 902 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/bison/ |
D | cfg.mk | 89 require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
|
/external/bison/src/ |
D | parse-gram.c | 67 #define yyerror gram_error macro 124 #undef yyerror 125 #define yyerror(Msg) \ macro 964 yyerror (YY_("syntax error: cannot back up")); \ 2949 yyerror (YY_("syntax error")); 2979 yyerror (yymsgp); 3106 yyerror (YY_("memory exhausted"));
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 26 void yyerror( const char* error ); 381 void yyerror( const char *str ) in yyerror() function
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.y | 36 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 426 yyerror (& @1, parser, 434 yyerror (& @1, parser, 480 yyerror (& @1, parser, "Invalid tokens after #"); 1100 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror() function 1359 …yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"… in _glcpp_parser_apply_pastes()
|
/external/bison/tests/ |
D | local.at | 164 # yyerror receives the location if %location, and if the parser is pure. For 179 # yyerror always sees the locations (when activated) if the parser is impure. 180 # When the parser is pure, yyerror sees the location if it is received as an 407 [java], [AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s) 415 public void yyerror (String s) 767 # the grammar file. Insert basic yyerror, yylex, and main function
|