Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-12-stable/contrib/unbound/util/
Dconfigparser.y348 yyerror("out of memory");
367 yyerror("out of memory");
385 yyerror("view without name");
388 yyerror("out of memory");
414 yyerror("out of memory");
434 yyerror("could not parse tags, (define-tag them first)");
450 yyerror("rpz-action-override action: expected nxdomain, "
473 yyerror("expected yes or no.");
490 yyerror("expected yes or no.");
511 yyerror("out of memory");
[all …]
/freebsd-12-stable/sbin/pfctl/
Dparse.y102 int yyerror(const char *, ...);
559 yyerror("failed to include file %s", $2);
590 yyerror("unknown ruleset-optimization %s", $1);
602 yyerror("unknown optimization %s", $3);
624 yyerror("error setting loginterface %s", $3);
632 yyerror("hostid must be non-zero");
636 yyerror("error setting hostid %08x", $3);
684 yyerror("error loading "
710 yyerror("error setting debuglevel %s", $3);
718 yyerror("error setting skip interface(s)");
[all …]
/freebsd-12-stable/usr.bin/colldef/
Dparse.y47 void yyerror(const char *fmt, ...) __printflike(1, 2);
112 yyerror("Charmap symbol name '%s' is too long", $1);
118 yyerror("NUL character can't be substituted");
120 yyerror("Char 0x%02x substitution is recursive", $2);
122 yyerror("Char 0x%02x substitution is too long", $2);
135 yyerror("Char 0x%02x not found", ch);
137 yyerror("Char 0x%02x can't be ordered since substituted", ch);
142 yyerror("can't grow chain table");
206 yyerror("\\0 can't be chained");
214 yyerror("\\0 can't be chained");
[all …]
/freebsd-12-stable/sbin/setkey/
Dparse.y88 extern void yyerror(const char *);
174 yyerror("multiple address specified");
178 yyerror("WARNING: mode is obsolete");
205 yyerror("WARNING: mode is obsolete");
274 yyerror("invalid SPI");
278 yyerror("SPI too big.");
305 yyerror("unsupported algorithm");
313 yyerror("unsupported algorithm");
324 yyerror("unsupported algorithm");
333 yyerror(ipsec_strerror());
[all …]
/freebsd-12-stable/usr.bin/localedef/
Dscanner.c272 yyerror("ungetc failed"); in unscanc()
284 yyerror("malformed hex digit"); in scan_hex_byte()
289 yyerror("malformed hex digit"); in scan_hex_byte()
304 yyerror("malformed decimal digit"); in scan_dec_byte()
310 yyerror("malformed decimal digit"); in scan_dec_byte()
335 yyerror("malformed octal digit"); in scan_oct_byte()
341 yyerror("malformed octal digit"); in scan_oct_byte()
362 yyerror("out of memory"); in add_tok()
379 yyerror("out of memory"); in add_wcs()
399 yyerror("out of memory"); in get_wcs()
[all …]
/freebsd-12-stable/usr.sbin/ypldap/
Dparse.y69 int yyerror(const char *, ...)
135 yyerror("failed to include file %s", $2);
150 yyerror("macro name cannot contain "
192 yyerror("directory binddn truncated");
203 yyerror("directory bindcred truncated");
213 yyerror("directory basedn truncated");
223 yyerror("directory groupdn truncated");
233 yyerror("filter truncated");
243 yyerror("attribute truncated");
253 yyerror("attribute truncated");
[all …]
/freebsd-12-stable/sbin/ipf/ipnat/
Dipnat_y.y38 extern void yyerror(char *);
183 yyerror("3.address family mismatch");
208 yyerror("4.address family mismatch");
244 yyerror("5.address family mismatch");
268 yyerror("6.address family mismatch");
291 yyerror("7.address family mismatch");
331 yyerror("21.address family mismatch");
359 yyerror("20.address family mismatch");
464 yyerror("divert must have /32 dest");
472 yyerror("divert must have /32 dest");
[all …]
/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_qos_parser_y.y152 static void yyerror(const char *format, ...);
658 yyerror("illegal SL value");
674 yyerror("ULP rule doesn't have service ids");
695 yyerror("ULP rule doesn't have pkeys");
716 yyerror("ULP rule doesn't have port guids");
751 yyerror("ULP rule doesn't have port guids");
786 yyerror("ULP rule doesn't have port guids");
838 yyerror("SDP ULP rule doesn't have port numbers");
851 yyerror("SDP port number out of range");
885 yyerror("RDS ULP rule doesn't have port numbers");
[all …]
/freebsd-12-stable/usr.sbin/ctld/
Dparse.y57 extern void yyerror(const char *);
118 yyerror("invalid numeric value");
132 yyerror("invalid numeric value");
146 yyerror("invalid numeric value");
182 yyerror("invalid numeric value");
196 yyerror("invalid numeric value");
463 yyerror("invalid numeric value");
480 yyerror("invalid numeric value");
485 yyerror("invalid dscp value");
885 yyerror("invalid numeric value");
[all …]
/freebsd-12-stable/contrib/amd/amd/
Dconf_parse.y51 static int yyerror(const char *s);
116 yyerror("syntax error");
126 yyerror("syntax error");
136 yyerror("syntax error");
147 yyerror(const char *s)
/freebsd-12-stable/bin/sh/
Darith_yacc.c89 static __dead2 void yyerror(const char *s) in yyerror() function
103 yyerror("variable not set"); in arith_lookupvarint()
109 yyerror("variable conversion error"); in arith_lookupvarint()
131 yyerror("division by zero"); in do_binop()
133 yyerror("divide error"); in do_binop()
177 yyerror("expecting ')'"); in primary()
201 yyerror("expecting primary"); in primary()
292 yyerror("expecting ':'"); in cond()
338 yyerror("expecting EOF"); in arith()
/freebsd-12-stable/contrib/com_err/
Dparse.y38 void yyerror (char *s);
153 yyerror("table name too long");
159 yyerror("invalid character in table name");
171 yyerror (char *s) in yyerror() function
/freebsd-12-stable/crypto/heimdal/lib/com_err/
Dparse.y38 void yyerror (char *s);
153 yyerror("table name too long");
159 yyerror("invalid character in table name");
171 yyerror (char *s) in yyerror() function
/freebsd-12-stable/contrib/byacc/test/yacc/
Drename_debug.i9 static void yyerror(const char *);
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
/freebsd-12-stable/contrib/byacc/test/btyacc/
Dcode_debug.i9 static void yyerror(const char *);
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
Drename_debug.i9 static void yyerror(const char *);
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
/freebsd-12-stable/usr.bin/m4/
Dparser.y26 extern int yyerror(const char *);
53 yyerror("division by zero");
60 yyerror("modulo zero");
/freebsd-12-stable/contrib/amd/fsinfo/
Dfsi_gram.y164 { yyerror("unknown host attribute"); }
272 { yyerror("unknown filesystem attribute"); }
339 yyerror("not allowed '/' in a directory name");
362 { yyerror("unknown directory attribute"); }
413 { yyerror("unknown mount attribute"); }
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_lex.l405 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
504 yyerror("closing ) expected in "
508 yyerror("closing ] expected in "
526 yyerror("extra ) in input stream\n");
537 yyerror("extra ] in input stream\n");
549 yyerror("extra } in input stream\n");
595 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
597 <S1>"/*" yyerror("/* encountered inside a comment\n");
658 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
/freebsd-12-stable/sbin/veriexec/
Dmanifest_lexer.l40 void yyerror(const char *message);
87 . yyerror("invalid character");
141 yyerror(const char *string)
/freebsd-12-stable/contrib/binutils/binutils/
Darparse.y34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
/freebsd-12-stable/contrib/byacc/test/
Derr_syntax18.y3 static void yyerror(const char *);
30 yyerror(const char* s) in yyerror() function
Derr_syntax4.y3 static void yyerror(const char *);
25 yyerror(const char* s) in yyerror() function
Derr_syntax1.y3 static void yyerror(const char *);
25 yyerror(const char* s) in yyerror() function
Derror.y3 static void yyerror(const char *);
25 yyerror(const char* s) in yyerror() function

12345678910>>...12