| /src/lib/liby/ |
| yyerror.c | 33 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93"; 35 __RCSID("$NetBSD: yyerror.c,v 1.9 2012/03/21 10:10:37 matt Exp $"); 42 int yyerror(char *); 45 yyerror(char *msg) function
|
| Makefile | 7 SRCS= main.c yyerror.c
|
| /src/sbin/cgdconfig/ |
| extern.h | 6 void yyerror(const char *);
|
| /src/usr.bin/mkcsmapper/ |
| ldef.h | 40 extern int yyerror(const char *);
|
| lex.l | 69 yyerror("unexpected file end (unterminate comment)\n");
|
| /src/games/atc/ |
| grammar.y | 80 static int yyerror(const char *); 88 yyerror("Need at least 2 airports and/or exits."); 109 return (yyerror("Redefinition of 'update'.")); 111 return (yyerror("'update' is too small.")); 121 return (yyerror("Redefinition of 'newplane'.")); 123 return (yyerror("'newplane' is too small.")); 133 return (yyerror("Redefinition of 'height'.")); 135 return (yyerror("'height' is too small.")); 145 return (yyerror("Redefinition of 'width'.")); 147 return (yyerror("'width' is too small.")) [all...] |
| /src/usr.bin/mkesdb/ |
| ldef.h | 33 extern int yyerror(const char *);
|
| lex.l | 68 yyerror("unexpected file end (unterminate comment)\n");
|
| /src/usr.sbin/pf/pfs/ |
| parser.h | 32 void yyerror(const char*);
|
| token.l | 103 yyerror(s); 108 yyerror(const char *s)
|
| /src/usr.bin/m4/ |
| expr.c | 34 extern int yyerror(const char *); 37 yyerror(const char *msg) function
|
| parser.y | 28 extern int yyerror(const char *); 53 yyerror("division by zero"); 60 yyerror("modulo zero");
|
| /src/usr.bin/msgc/ |
| msgscan.l | 82 <COMMENT><<EOF>> { yyerror ("EOF inside a comment."); exit (1); } 108 yyerror ("illegal character: ^%c",yytext[0] + '@'); 111 yyerror ("illegal character: \\%3d", (int) yytext[0]); 113 yyerror ("illegal character: %s",yytext);
|
| defs.h | 75 void yyerror(const char *, ...);
|
| /src/sys/arch/hpc/hpc/platid_gen/ |
| scan.l | 47 void yyerror(const char *); 102 yyerror( "EOF in comment" );
|
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 263 int yyerror(const char *, ...); 513 yyerror("unknown ruleset-optimization %s", $$); 514 YYERROR; 522 YYERROR; 525 yyerror("unknown optimization %s", $3); 527 YYERROR; 544 YYERROR; 547 yyerror("error setting loginterface %s", $3); 549 YYERROR; 555 yyerror("hostid must be non-zero") [all...] |
| /src/usr.bin/menuc/ |
| scan.l | 152 yyerror ("EOF inside a comment that started at line %d", 177 yyerror ("illegal character: ^%c",yytext[0] + '@'); 180 yyerror ("illegal character: \\%3d", (int) yytext[0]); 182 yyerror ("illegal character: %s",yytext);
|
| defs.h | 83 void yyerror(const char *, ...)
|
| util.c | 55 yyerror(const char *fmt, ...) function
|
| /src/usr.sbin/npf/npfctl/ |
| npf_var.c | 180 yyerror("variable '%s' has multiple elements", vp->v_key); 191 yyerror("variable '%s' has multiple elements", vp->v_key); 209 yyerror("unknown %s %s", var_id, ridt); 216 yyerror("undefined variable '%s'", var_id); 219 yyerror("wrong variable '%s' type '%s' for %s id", 243 yyerror("circular dependency for variable '%s'", vp->v_key); 247 yyerror("variable '%s' has only %zu elements, requested %zu", 276 yyerror("variable '%s' element %zu " 305 yyerror("variable not found"); 326 yyerror("variable not found") [all...] |
| npf_build.c | 234 yyerror("multiple ports are not valid"); 238 yyerror("port range is not valid"); 250 yyerror("map segment must be an address or network"); 253 yyerror("map segment cannot have multiple static addresses"); 257 yyerror("invalid map segment"); 268 yyerror("invalid use of multiple tables"); 286 yyerror("specified address is not of the required " 294 yyerror("family %d is not supported", family); 303 yyerror("filter criterion would never match"); 327 yyerror("variable not found") [all...] |
| npf_data.c | 94 yyerror("illegitimate interface name '%s'", ifname); 108 yyerror("unknown interface '%s'", ifname); 130 yyerror("unknown address family %u", fam); 153 yyerror("cannot parse '%s' (%s)", name, gai_strerror(ret)); 266 yyerror("table '%s' is not defined", name); 360 yyerror("wrong variable '%s' type '%s' " 363 yyerror("wrong element '%s' in the " 418 yyerror("no addresses matched for interface '%s'", ifname); 469 yyerror("unknown protocol '%s'", proto); 489 yyerror("invalid port name '%s' (%s)", port, gai_strerror(e)) [all...] |
| /src/bin/expr/ |
| expr.y | 53 static void yyerror(const char *, ...) __dead; 166 yyerror("value '%s' is too %s is %lld", str, 181 yyerror("non-integer argument '%s'", left); 183 yyerror("non-integer argument '%s'", right); 242 yyerror("integer overflow or underflow occurred for " 246 yyerror("second argument to '%s' must not be zero", op); 308 yyerror("%s", errbuf); 381 yyerror(const char *fmt, ...)
|
| /src/usr.bin/rdist/ |
| expand.c | 167 yyerror("no variable name after '$'"); 173 yyerror("unmatched '{'"); 178 yyerror("no variable name after '$'"); 222 yyerror(expbuf+1); 338 yyerror(path); 368 yyerror("Missing ']'"); 373 yyerror("Missing '}'"); 414 yyerror("Missing ']'"); 471 yyerror("Missing ']'"); 534 yyerror("Arguments too long") [all...] |
| /src/usr.sbin/envstat/ |
| config_lex.l | 42 extern int yyerror(const char *, ...) __printflike(1, 2); 71 . { yyerror("illegal token `%s'", yytext); }
|