| /freebsd-12-stable/contrib/unbound/util/ |
| D | configparser.y | 348 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/ |
| D | parse.y | 102 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/ |
| D | parse.y | 47 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/ |
| D | parse.y | 88 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/ |
| D | scanner.c | 272 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/ |
| D | parse.y | 69 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/ |
| D | ipnat_y.y | 38 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/ |
| D | osm_qos_parser_y.y | 152 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/ |
| D | parse.y | 57 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/ |
| D | conf_parse.y | 51 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/ |
| D | arith_yacc.c | 89 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/ |
| D | parse.y | 38 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/ |
| D | parse.y | 38 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/ |
| D | rename_debug.i | 9 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/ |
| D | code_debug.i | 9 static void yyerror(const char *); 42 #define YYERROR_DECL() yyerror(const char *s) 45 #define YYERROR_CALL(msg) yyerror(msg)
|
| D | rename_debug.i | 9 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/ |
| D | parser.y | 26 extern int yyerror(const char *); 53 yyerror("division by zero"); 60 yyerror("modulo zero");
|
| /freebsd-12-stable/contrib/amd/fsinfo/ |
| D | fsi_gram.y | 164 { 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/ |
| D | dt_lex.l | 405 <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/ |
| D | manifest_lexer.l | 40 void yyerror(const char *message); 87 . yyerror("invalid character"); 141 yyerror(const char *string)
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | arparse.y | 34 static int yyerror (const char *); 95 | FILENAME { yyerror("foo"); } 197 yyerror (const char *x ATTRIBUTE_UNUSED)
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | err_syntax18.y | 3 static void yyerror(const char *); 30 yyerror(const char* s) in yyerror() function
|
| D | err_syntax4.y | 3 static void yyerror(const char *); 25 yyerror(const char* s) in yyerror() function
|
| D | err_syntax1.y | 3 static void yyerror(const char *); 25 yyerror(const char* s) in yyerror() function
|
| D | error.y | 3 static void yyerror(const char *); 25 yyerror(const char* s) in yyerror() function
|