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

1234

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dllib-ly31 extern int yyerror(char *);
H A Dlibzer.c36 yyerror(const char *s) function
39 yyerror(s)
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.h42 extern void yyerror(const char *, ...);
H A Dinj_decl.c106 yyerror("unknown %s %s", inj_item2str(type), declnm);
175 yyerror("duplicate member name %s (other on line %d)\n",
196 yyerror("class may not be explicitly declared\n");
214 yyerror("fmri declared without scheme member\n");
220 yyerror("scheme member must be a string\n");
258 yyerror("duplicate %s name %s (other on line %d)\n",
H A Dinj_defn.c181 yyerror(" %d: defined array has %d elements, expected %d\n",
334 yyerror(" %d: array cell %d is invalid\n",
345 yyerror(" %d: array cell %d %s\n",
371 yyerror(" %d: array cell %d %s\n",
456 yyerror(" %d: array cell %d is invalid\n",
519 yyerror(" %d: array cell %d is invalid\n",
528 yyerror(" %d: invalid enum value %s\n",
573 yyerror(" %d: reference to undefined %s %s\n", dfm->dfm_lineno,
580 yyerror(" %d: %s %s is not a(n) %s\n", dfm->dfm_lineno,
651 yyerror("
[all...]
H A Dinj_grammar.y230 yyerror("duplicate enum value \"%s\"", $3);
334 yyerror("unknown event \"%s\"\n", $1);
344 yyerror("invalid number");
355 yyerror("invalid time");
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dsource.h46 void yyerror(char *s);
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_main.c56 yyerror(char *msg) function
/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y44 extern void yyerror (const char *msg);
82 yyerror (NULL);
93 yyerror (NULL);
106 yyerror ("First Element of absolute path MUST be tagged");
119 yyerror (NULL);
136 yyerror (NULL);
143 yyerror (NULL);
152 yyerror (NULL);
177 yyerror (const char *msg)
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.h30 * yacc like yyerror(). yylex() and yyerror() are called only
76 void yyerror(const char *s);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.h26 extern void yyerror __P((char *));
H A Dipnat_y.y54 extern void yyerror __P((char *));
155 yyerror("1.address family mismatch");
172 yyerror("2.address family mismatch");
189 yyerror("3.address family mismatch");
204 yyerror("4.address family mismatch");
222 yyerror("5.address family mismatch");
241 yyerror("6.address family mismatch");
257 yyerror("7.address family mismatch");
271 yyerror("8.address family mismatch");
286 yyerror("prox
[all...]
H A Dippool_y.y226 yyerror("sorry, out of memory");
243 yyerror("sorry, out of memory");
267 yyerror("sorry, out of memory");
287 yyerror("sorry, out of memory");
305 yyerror("sorry, out of memory");
330 yyerror("sorry, out of memory");
363 yyerror("Unknown hostname");
392 yyerror("Invalid octet string for IP address");
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c147 yyerror(_("ungetc failed"));
159 yyerror(_("malformed hex digit"));
164 yyerror(_("malformed hex digit"));
179 yyerror(_("malformed decimal digit"));
185 yyerror(_("malformed decimal digit"));
210 yyerror(_("malformed octal digit"));
216 yyerror(_("malformed octal digit"));
237 yyerror(_("out of memory"));
317 yyerror(_("max multibyte character size too big"));
325 yyerror(
645 yyerror(const char *msg) function
[all...]
H A Dcharmap.h49 void yyerror(const char *);
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c249 yyerror(_("ungetc failed"));
261 yyerror(_("malformed hex digit"));
266 yyerror(_("malformed hex digit"));
281 yyerror(_("malformed decimal digit"));
287 yyerror(_("malformed decimal digit"));
312 yyerror(_("malformed octal digit"));
318 yyerror(_("malformed octal digit"));
339 yyerror(_("out of memory"));
356 yyerror(_("out of memory"));
376 yyerror(
804 yyerror(const char *msg) function
[all...]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l80 extern void yyerror(char *s);
174 yyerror(gettext("Invalid value"));
184 yyerror(gettext("Invalid value"));
203 yyerror(gettext("Out of memory"));
215 yyerror(gettext("Invalid value"));
224 yyerror(gettext("Out of memory"));
232 yyerror(gettext("Out of memory"));
239 yyerror(gettext("Illegal character"));
246 yyerror(char *s)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.h47 extern void yyerror(const char *, ...);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c142 yyerror("no variable name after '$'");
148 yyerror("unmatched '{'");
153 yyerror("no variable name after '$'");
191 yyerror("User name too long");
206 yyerror(buf+1);
338 yyerror(path);
352 yyerror("Pathname too long");
373 yyerror("Missing ']'");
378 yyerror("Missing '}'");
403 yyerror("Pathnam
[all...]
H A Dlookup.c127 yyerror(buf);
136 yyerror(buf);
H A Dgram.y29 void yyerror(char *s);
128 yyerror("only one name allowed\n");
157 yyerror(cp);
238 yyerror("command string too long\n");
257 yyerror("missing closing '\"'\n");
272 yyerror("input line too long\n");
446 yyerror(s)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l372 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
471 yyerror("closing ) expected in "
475 yyerror("closing ] expected in "
493 yyerror("extra ) in input stream\n");
504 yyerror("extra ] in input stream\n");
516 yyerror("extra } in input stream\n");
562 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
564 <S1>"/*" yyerror("/* encountered inside a comment\n");
625 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
654 <S3>. yyerror("synta
[all...]
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c69 static void yyerror(char *);
253 yyerror("non-numeric argument");
284 yyerror("division by zero");
289 yyerror("division by zero");
410 yyerror("Too many '\\('s");
424 yyerror("string too long");
445 yyerror("invalid multibyte character encountered");
463 yyerror("RE error");
467 yyerror(char *s) function
533 yyerror("synta
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y42 extern void yyerror(char *);
135 yyerror(gettext("zero divide"));
156 yyerror(gettext("zero devide"));
177 yyerror(gettext("zero divide"));
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y178 yyerror("non-numeric argument");
194 yyerror("division by zero");
199 yyerror("division by zero");
307 yyerror("Too many '\\('s");
312 if ((num > 127) || (num < 0)) yyerror("Paren problem");
367 yyerror(message);
373 yyerror(char *s)

Completed in 189 milliseconds

1234