Searched refs:yyerror (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.9.5/Liby-20/
H A Dyyerror.c36 int yyerror(msg) function
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcftoken_proto.h40 extern void yyerror (const char *);
/macosx-10.9.5/sudo-72/src/
H A Dtoke.h25 void yyerror __P((const char *));
H A Dtoke_util.c114 yyerror("unable to allocate memory");
170 yyerror("unable to allocate memory");
212 yyerror("unable to allocate memory");
223 yyerror("fill_args: buffer overflow"); /* paranoia */
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
H A Darparse.y34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dextern.h13 void yyerror(const char *);
H A Dparse.y187 yyerror("multiple address specified");
191 yyerror("WARNING: mode is obsolete");
218 yyerror("WARNING: mode is obsolete");
303 yyerror("invalid SPI");
307 yyerror("SPI too big.");
334 yyerror("unsupported algorithm");
342 yyerror("unsupported algorithm");
353 yyerror("unsupported algorithm");
362 yyerror(ipsec_strerror());
368 yyerror("unsupporte
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sl/
H A Dslc.h54 void yyerror (char *s);
H A Dslc-lex.l83 yyerror (char *s)
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dytab.sed34 s/^\([ ]*\)\(yyerror[ ]*([ ]*parser,\)/\1parser_\2/
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dparse.y38 void yyerror (char *s);
153 yyerror("table name too long");
159 yyerror("invalid character in table name");
171 yyerror (char *s)
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dparser.y244 yyerror("Unknown machine type");
350 yyerror("extraneous root device specification");
368 yyerror("extraneous dump device specification");
387 yyerror("extraneous arg device specification");
529 yyerror("wrong machine type for vme16d16");
536 yyerror("wrong machine type for vme24d16");
543 yyerror("wrong machine type for vme32d16");
549 yyerror("wrong machine type for vme16d32");
555 yyerror("wrong machine type for vme24d32");
561 yyerror("wron
[all...]
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dparse.y56 void yyerror(const char *fmt, ...) __printflike(1, 2);
445 yyerror("collating-element symbol name '%s' is too long", showwcs($2, CHARMAP_SYMBOL_LEN));
447 yyerror("collating-element string '%s' is too long", showwcs($4, STR_LEN));
449 yyerror("collating-element string '%s' must be at least two characters", showwcs($4, STR_LEN));
460 yyerror("collating-element symbol name '%s' is too long", showwcs($2, CHARMAP_SYMBOL_LEN));
478 yyerror("Multiple order_start lines not allowed");
485 yyerror("only COLL_WEIGHTS_MAX weights allowed");
498 yyerror("The forward and backward directives are mutually exclusive");
509 yyerror("<%s> redefined", showwcs($1, CHARMAP_SYMBOL_LEN));
516 yyerror("Chai
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dsel.h72 #define yyerror _hx509_sel_yyerror macro
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h49 #ifdef yyerror
50 #undef yyerror macro
/macosx-10.9.5/bc-21/bc/bc/
H A Dutil.c199 yyerror ("duplicate parameter names");
218 yyerror ("duplicate auto variable names");
222 yyerror ("* not allowed here");
237 yyerror ("variable in both parameter and auto lists");
589 yyerror ("Too many array variables");
610 yyerror ("Too many functions");
627 yyerror ("Too many variables");
631 yyerror ("End of util.c/lookup() reached. Please report this bug.");
724 /* The standard yyerror routine. Built with variable number of argumnets. */
729 yyerror (cha function
[all...]
H A Dscan.l93 yyerror( "read() in flex scanner failed" );
164 yyerror( "read() in flex scanner failed" );
227 yyerror ("illegal character: #");
264 yyerror ("illegal character: %s",yytext);
324 if (count != 2) yyerror ("NUL character in string.");
356 yyerror ("illegal character: ^%c",yytext[0] + '@');
359 yyerror ("illegal character: \\%03o", (int) yytext[0]);
361 yyerror ("illegal character: %s",yytext);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_lex.l401 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
506 yyerror("closing ) expected in "
510 yyerror("closing ] expected in "
528 yyerror("extra ) in input stream\n");
539 yyerror("extra ] in input stream\n");
551 yyerror("extra } in input stream\n");
601 yyerror("syntax error: spurious '\0'\n");
604 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
606 <S1>"/*" yyerror("/* encountered inside a comment\n");
671 yyerror("synta
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dextern.h101 void yyerror(char *);
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr.h98 #define yyerror ssl_expr_yyerror macro
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSUnserialize.y77 static int yyerror(const char *s);
123 | SYNTAX_ERROR { yyerror("syntax error"); YYERROR; }
137 yyerror("forward reference detected");
233 yyerror(const char *s) /* Called by yyparse on error */
H A DOSUnserializeXML.y104 #undef yyerror
105 #define yyerror(s) OSUnserializeerror(STATE, (s))
149 input: /* empty */ { yyerror("unexpected end of buffer");
157 | SYNTAX_ERROR { yyerror("syntax error");
166 yyerror("maximum object count");
174 yyerror("maximum object count");
182 yyerror("maximum object count");
190 yyerror("maximum object count");
198 yyerror("maximum object count");
206 yyerror("maximu
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A DCalc.yp77 $self->YYParse( yylex => \&_Lexer, yyerror => \&_Error );
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A DCalc.yp77 $self->YYParse( yylex => \&_Lexer, yyerror => \&_Error );

Completed in 363 milliseconds

12345