bin/expr/expr.y
166
yyerror("value '%s' is too %s is %lld", str,
bin/expr/expr.y
181
yyerror("non-integer argument '%s'", left);
bin/expr/expr.y
183
yyerror("non-integer argument '%s'", right);
bin/expr/expr.y
242
yyerror("integer overflow or underflow occurred for "
bin/expr/expr.y
246
yyerror("second argument to '%s' must not be zero", op);
bin/expr/expr.y
308
yyerror("%s", errbuf);
bin/expr/expr.y
381
yyerror(const char *fmt, ...)
bin/expr/expr.y
53
static void yyerror(const char *, ...) __dead;
bin/ksh/lex.c
1242
yyerror("missing ]\n");
bin/ksh/lex.c
621
yyerror("no closing quote\n");
bin/ksh/lex.c
824
yyerror("here document `%s' unclosed\n", eof);
bin/ksh/proto.h
155
void yyerror ARGS((const char *, ...))
bin/ksh/syn.c
179
yyerror("too many <<'s\n");
bin/ksh/syn.c
244
yyerror("too many redirections\n");
bin/ksh/syn.c
340
yyerror("%s: bad identifier\n",
bin/ksh/syn.c
398
yyerror("too many redirections\n");
bin/ksh/syn.c
558
yyerror("%s: invalid function name\n", sname);
bin/ksh/syn.c
729
yyerror("syntax error: unexpected EOF\n");
bin/ksh/syn.c
756
yyerror("syntax error: `%s' %s\n", s, what);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
110
extern void yyerror(const char *msg);
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
383
yyerror("malloc failed");
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
390
yyerror("malloc failed");
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
412
yyerror("invalid IP address");
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
418
yyerror("invalid IP address");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1032
yyerror(error_message_hybrid_config_not_configured);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1052
yyerror("racoon not configured with --with-libradius");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1065
yyerror("racoon not configured with --with-libpam");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1138
yyerror("racoon not configured with --with-libradius");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1151
yyerror("racoon not configured with --with-libpam");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1162
yyerror("cannot allocate memory for pool");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1210
yyerror("racoon not configured with --with-libradius");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1254
yyerror("No more than %d DNS", MAXNS);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1257
yyerror("bad IPv4 DNS address.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1276
yyerror("No more than %d WINS", MAXWINS);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1279
yyerror("bad IPv4 WINS address.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1300
yyerror("bad IPv4 SPLIT address.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1307
yyerror("Unable to allocate split network");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1330
yyerror("unable to allocate auth group list");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1337
yyerror("unable to allocate auth group name");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1368
yyerror("error allocating splitdns list buffer");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1380
yyerror("error allocating splitdns list buffer");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1436
yyerror("libipsec lacks NAT-T support");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1438
yyerror(error_message_natt_not_compiled_in);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1451
yyerror("failed to allocate sainfo");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1462
yyerror("no encryption algorithm at %s",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1467
yyerror("no authentication algorithm at %s",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1472
yyerror("no compression algorithm at %s",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1486
yyerror("duplicated sainfo: %s",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1539
yyerror("port must be \"any\" for icmp{,6}.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1554
yyerror("upper layer protocol mismatched.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1565
yyerror("upper layer protocol mismatched.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1575
yyerror("invalid family: %d", saddr->sa_family);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1590
yyerror("port number must be \"any\".");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1611
yyerror("upper layer protocol mismatched.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1624
yyerror("upper layer protocol mismatched.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1636
yyerror("invalid family: %d", laddr->sa_family);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1652
yyerror("id type forbidden: %d", $1);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1661
yyerror("failed to allocate identifier");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1685
yyerror("failed to set identifer.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1690
yyerror("failed to allocate identifier");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1708
yyerror("failed to set sainfo xauth group.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1740
yyerror("byte lifetime support is deprecated");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1774
yyerror("failed to get algorithm allocation");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1780
yyerror("algorithm mismatched");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1787
yyerror("keylen not allowed");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1793
yyerror("invalid keylen %d", $2);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
180
yyerror("no exchange mode specified.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1815
yyerror("Failed to convert keylen %d to keymat len for alg %d",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1836
yyerror("algorithm %s not supported by the kernel (missing module?)",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1868
yyerror("named remoteconf \"%s\" already exists.",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1875
yyerror("named parent remoteconf \"%s\" does not exist.",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1882
yyerror("failed to duplicate remoteconf from \"%s\".",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1901
yyerror("Named remoteconf \"%s\" already exists.",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1908
yyerror("failed to get new remoteconf.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1926
yyerror("failed to get remoteconf for %s.",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1933
yyerror("failed to duplicate remoteconf from %s.",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1950
yyerror("failed to get new remoteconf.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
196
yyerror("ASN1 ID not specified "
crypto/dist/ipsec-tools/src/racoon/cfparse.y
1989
yyerror("failed to allocate sockaddr\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2002
yyerror("remote_address already specified\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2023
yyerror("peers_certfile already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2029
yyerror("failed to load certificate \"%s\"\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2040
yyerror("peers_certfile already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2046
yyerror("failed to load certificate \"%s\"\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2058
yyerror("peers_certfile already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2064
yyerror("failed to allocate peerscert\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2074
yyerror("Couldn't parse keyfile.\n", path);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2087
yyerror("peers_certfile already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2093
yyerror("failed to allocate peerscert\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2103
yyerror("ca_type already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2109
yyerror("failed to load certificate \"%s\"\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2124
yyerror("failed to set identifer.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2135
yyerror("failed to set identifer.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2148
yyerror("failed to allocate xauth state\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2153
yyerror("failed to set identifer\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2168
yyerror("failed to set identifer\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2173
yyerror("failed to allocate idspec\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2189
yyerror("failed to set identifer\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
219
yyerror("DH group must be equal "
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2194
yyerror("failed to allocate idspec\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2210
yyerror("dh_group cannot be defined here\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2279
yyerror("libipsec lacks NAT-T support");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
228
yyerror("DH group must be set in the proposal.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2335
yyerror("byte lifetime support is deprecated in Phase1");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
235
yyerror("failed to set DH value.\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2362
yyerror("failed to allocate etypes");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2383
yyerror("certificate_type already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2389
yyerror("failed to load certificate \"%s\"\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2396
yyerror("failed to allocate myprivfile\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2409
yyerror("certificate_type already defined\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2415
yyerror("failed to allocate mycert\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2428
yyerror("Couldn't parse keyfile %s\n", path);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2443
yyerror("must be DH group\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2453
yyerror("must be DH group\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2476
yyerror("byte lifetime support is deprecated\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2493
yyerror("wrong Vendor ID for gssapi_id\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2502
yyerror("failed to allocate gssid\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2514
yyerror("algorithm mismatched 1\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2523
yyerror("algorithm %s not supported\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2530
yyerror("algorithm %s not supported\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2540
yyerror("keylen not allowed\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2545
yyerror("invalid keylen %d\n", $3);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2567
yyerror("Vendor ID mismatch for auth method\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2580
yyerror ("Private PlainRSA key not set."
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2586
yyerror ("Public PlainRSA keys not set."
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2597
yyerror("algorithm mismatched 2\n");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2624
yyerror("failed to allocate spproto");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2740
yyerror("no remote specification found: %s.\n",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2747
yyerror("encryption algorithm required.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2751
yyerror("hash algorithm required.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2755
yyerror("DH group required.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2759
yyerror("authentication method required.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2851
yyerror("few definition of algorithm "
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2864
yyerror("failed to allocate isakmp sa");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2882
yyerror("failed to allocate gssid");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2912
yyerror("byte size should be more than 1024B.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
414
yyerror("unknown user \"%s\"", $2->v);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
428
yyerror("unknown group \"%s\"", $2->v);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
450
yyerror("copy string fatal error: %s", $3->v);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
455
yyerror("invalid path type %d", $2);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
495
yyerror("invalid GSS ID encoding %d", $2);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
640
yyerror(error_message_hybrid_config_not_configured);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
644
yyerror("racoon not configured with --with-libradius");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
666
yyerror("maximum radius auth servers exceeded");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
685
yyerror("maximum radius auth servers exceeded");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
704
yyerror("maximum radius account servers exceeded");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
723
yyerror("maximum radius account servers exceeded");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
760
yyerror(error_message_hybrid_config_not_configured);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
764
yyerror(error_message_ldap_config_not_configured);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
977
yyerror("bad IPv4 network address.");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
989
yyerror("bad IPv4 netmask address.");
crypto/dist/ipsec-tools/src/racoon/cftoken_proto.h
40
extern void yyerror(const char *, ...);
crypto/dist/ipsec-tools/src/setkey/extern.h
44
void yyerror(const char *);
crypto/dist/ipsec-tools/src/setkey/parse.y
1599
yyerror(gai_strerror(error));
crypto/dist/ipsec-tools/src/setkey/parse.y
1625
yyerror("invalid an upper layer protocol spec");
crypto/dist/ipsec-tools/src/setkey/parse.y
1637
yyerror("invalid an upper layer protocol spec");
crypto/dist/ipsec-tools/src/setkey/parse.y
1646
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
1654
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
209
yyerror("multiple address specified");
crypto/dist/ipsec-tools/src/setkey/parse.y
213
yyerror("WARNING: mode is obsolete");
crypto/dist/ipsec-tools/src/setkey/parse.y
256
yyerror("WARNING: mode is obsolete");
crypto/dist/ipsec-tools/src/setkey/parse.y
352
yyerror("invalid SPI");
crypto/dist/ipsec-tools/src/setkey/parse.y
356
yyerror("SPI too big.");
crypto/dist/ipsec-tools/src/setkey/parse.y
383
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
391
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
402
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
411
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
417
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
426
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
432
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
435
yyerror("WARNING: obsolete algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
442
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
449
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
454
yyerror("algorithm mismatched");
crypto/dist/ipsec-tools/src/setkey/parse.y
463
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
470
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
475
yyerror("algorithm mismatched");
crypto/dist/ipsec-tools/src/setkey/parse.y
484
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
493
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
511
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
518
yyerror("unsupported algorithm");
crypto/dist/ipsec-tools/src/setkey/parse.y
528
yyerror(ipsec_strerror());
crypto/dist/ipsec-tools/src/setkey/parse.y
548
yyerror("not enough core");
crypto/dist/ipsec-tools/src/setkey/parse.y
582
yyerror("esp fragment size only valid for NAT-T");
crypto/dist/ipsec-tools/src/setkey/parse.y
590
yyerror("replay prevention cannot be used with "
crypto/dist/ipsec-tools/src/setkey/parse.y
632
yyerror("multiple address specified");
crypto/dist/ipsec-tools/src/setkey/parse.y
678
yyerror("multiple address specified");
crypto/dist/ipsec-tools/src/setkey/parse.y
719
yyerror("multiple address specified");
crypto/dist/ipsec-tools/src/setkey/parse.y
779
yyerror("invalid flag");
crypto/dist/ipsec-tools/src/setkey/parse.y
825
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
838
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
849
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
879
yyerror("invalid upper layer protocol");
crypto/dist/ipsec-tools/src/setkey/parse.y
897
yyerror("insufficient memory");
crypto/dist/ipsec-tools/src/setkey/parse.y
924
yyerror(ipsec_strerror());
dist/pf/sbin/pfctl/parse.y
1001
yyerror("fragcache cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1009
yyerror("scrub reassemble supports only tcp, "
dist/pf/sbin/pfctl/parse.y
1016
yyerror("reassemble tcp cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1023
yyerror("random-id cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1030
yyerror("invalid rtable id");
dist/pf/sbin/pfctl/parse.y
1068
yyerror("interface name too long");
dist/pf/sbin/pfctl/parse.y
1082
yyerror(
dist/pf/sbin/pfctl/parse.y
1166
yyerror("label cannot be redefined");
dist/pf/sbin/pfctl/parse.y
1173
yyerror("invalid rtable id");
dist/pf/sbin/pfctl/parse.y
1189
yyerror("table name too long, max %d chars",
dist/pf/sbin/pfctl/parse.y
1238
yyerror("invalid table option '%s'", $1);
dist/pf/sbin/pfctl/parse.y
1254
yyerror("dynamic addresses are not "
dist/pf/sbin/pfctl/parse.y
1258
yyerror("tables cannot contain tables");
dist/pf/sbin/pfctl/parse.y
1261
yyerror("\"no-route\" is not permitted "
dist/pf/sbin/pfctl/parse.y
1265
yyerror("\"urpf-failed\" is not "
dist/pf/sbin/pfctl/parse.y
1269
yyerror("unknown address type %d",
dist/pf/sbin/pfctl/parse.y
1301
yyerror("no scheduler specified!");
dist/pf/sbin/pfctl/parse.y
1308
yyerror("no child queues specified");
dist/pf/sbin/pfctl/parse.y
1329
yyerror("queue name too long (max "
dist/pf/sbin/pfctl/parse.y
1336
yyerror("cannot specify tbrsize for queue");
dist/pf/sbin/pfctl/parse.y
1340
yyerror("priority out of range: max 255");
dist/pf/sbin/pfctl/parse.y
1348
yyerror("errors in queue definition");
dist/pf/sbin/pfctl/parse.y
1379
yyerror("bandwidth cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1387
yyerror("priority cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1391
yyerror("priority out of range: max 255");
dist/pf/sbin/pfctl/parse.y
1399
yyerror("qlimit cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1403
yyerror("qlimit out of range: max 65535");
dist/pf/sbin/pfctl/parse.y
1411
yyerror("scheduler cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1419
yyerror("tbrsize cannot be respecified");
dist/pf/sbin/pfctl/parse.y
1423
yyerror("tbrsize too big: max 65535");
dist/pf/sbin/pfctl/parse.y
1449
yyerror("bandwidth spec "
dist/pf/sbin/pfctl/parse.y
1457
yyerror("unknown unit %s", cp);
dist/pf/sbin/pfctl/parse.y
1512
yyerror("unknown cbq flag \"%s\"", $1);
dist/pf/sbin/pfctl/parse.y
1534
yyerror("unknown priq flag \"%s\"", $1);
dist/pf/sbin/pfctl/parse.y
1557
yyerror("linkshare already specified");
dist/pf/sbin/pfctl/parse.y
1566
yyerror("linkshare already specified");
dist/pf/sbin/pfctl/parse.y
1576
yyerror("realtime already specified");
dist/pf/sbin/pfctl/parse.y
1585
yyerror("realtime already specified");
dist/pf/sbin/pfctl/parse.y
1595
yyerror("upperlimit already specified");
dist/pf/sbin/pfctl/parse.y
1604
yyerror("upperlimit already specified");
dist/pf/sbin/pfctl/parse.y
1622
yyerror("unknown hfsc flag \"%s\"", $1);
dist/pf/sbin/pfctl/parse.y
1649
yyerror("queue name '%s' too long (max "
dist/pf/sbin/pfctl/parse.y
1704
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
1711
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
1722
yyerror("flags always false");
dist/pf/sbin/pfctl/parse.y
1732
yyerror(
dist/pf/sbin/pfctl/parse.y
1735
yyerror(
dist/pf/sbin/pfctl/parse.y
1743
yyerror("OS fingerprinting requires "
dist/pf/sbin/pfctl/parse.y
1765
yyerror("state option 'max' "
dist/pf/sbin/pfctl/parse.y
1773
yyerror("state option 'sync' "
dist/pf/sbin/pfctl/parse.y
1781
yyerror("state option "
dist/pf/sbin/pfctl/parse.y
1791
yyerror("state option "
dist/pf/sbin/pfctl/parse.y
1797
yyerror("'max-src-states' must "
dist/pf/sbin/pfctl/parse.y
1807
yyerror("multiple 'overload' "
dist/pf/sbin/pfctl/parse.y
1815
yyerror("state option: "
dist/pf/sbin/pfctl/parse.y
1823
yyerror("state option "
dist/pf/sbin/pfctl/parse.y
1829
yyerror("'max-src-conn' "
dist/pf/sbin/pfctl/parse.y
1840
yyerror("state option "
dist/pf/sbin/pfctl/parse.y
1847
yyerror("'max-src-conn-rate' "
dist/pf/sbin/pfctl/parse.y
1853
yyerror("'max-src-conn-rate' "
dist/pf/sbin/pfctl/parse.y
1867
yyerror("state option "
dist/pf/sbin/pfctl/parse.y
1873
yyerror("'max-src-nodes' must "
dist/pf/sbin/pfctl/parse.y
1884
yyerror("state locking option: "
dist/pf/sbin/pfctl/parse.y
1898
yyerror("state timeout %s "
dist/pf/sbin/pfctl/parse.y
1927
yyerror("'max-src-nodes' is "
dist/pf/sbin/pfctl/parse.y
1934
yyerror("'max-src-conn' is "
dist/pf/sbin/pfctl/parse.y
1941
yyerror("'max-src-conn-rate' is "
dist/pf/sbin/pfctl/parse.y
1966
yyerror("direction must be explicit "
dist/pf/sbin/pfctl/parse.y
1980
yyerror("no routing address with "
dist/pf/sbin/pfctl/parse.y
2003
yyerror("r.rpool.opts must "
dist/pf/sbin/pfctl/parse.y
2012
yyerror("rule qname too long (max "
dist/pf/sbin/pfctl/parse.y
2021
yyerror("rule pqname too long (max "
dist/pf/sbin/pfctl/parse.y
2078
yyerror("flags cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2089
yyerror("icmp-type cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2097
yyerror("tos cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2105
yyerror("modulate or keep cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2120
yyerror("label cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2127
yyerror("queue cannot be redefined");
dist/pf/sbin/pfctl/parse.y
2148
yyerror("invalid probability: %s", $2);
dist/pf/sbin/pfctl/parse.y
2154
yyerror("invalid probability: %s", $2);
dist/pf/sbin/pfctl/parse.y
2163
yyerror("invalid rtable id");
dist/pf/sbin/pfctl/parse.y
2191
yyerror("illegal ttl value %d", $4);
dist/pf/sbin/pfctl/parse.y
2285
yyerror("%s: should be a pflog interface", $2);
dist/pf/sbin/pfctl/parse.y
2291
yyerror("%s: %s", $2, errstr);
dist/pf/sbin/pfctl/parse.y
2326
yyerror("interface name too long");
dist/pf/sbin/pfctl/parse.y
2364
yyerror("protocol outside range");
dist/pf/sbin/pfctl/parse.y
2374
yyerror("unknown protocol %s", $1);
dist/pf/sbin/pfctl/parse.y
2382
yyerror("proto 0 cannot be used");
dist/pf/sbin/pfctl/parse.y
2515
yyerror("could not parse host specification");
dist/pf/sbin/pfctl/parse.y
2530
yyerror("could not parse host specification");
dist/pf/sbin/pfctl/parse.y
2545
yyerror("table name '%s' too long", $2);
dist/pf/sbin/pfctl/parse.y
2571
yyerror("route label too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
2587
yyerror("%s is not a number", $1);
dist/pf/sbin/pfctl/parse.y
2602
yyerror("invalid interface name '%s'", op);
dist/pf/sbin/pfctl/parse.y
2616
yyerror("interface %s has bad modifier",
dist/pf/sbin/pfctl/parse.y
2625
yyerror("illegal combination of "
dist/pf/sbin/pfctl/parse.y
263
int yyerror(const char *, ...);
dist/pf/sbin/pfctl/parse.y
2641
yyerror("interface name too long");
dist/pf/sbin/pfctl/parse.y
2677
yyerror("':' cannot be used with an other "
dist/pf/sbin/pfctl/parse.y
2692
yyerror("':' cannot be used with an other "
dist/pf/sbin/pfctl/parse.y
2757
yyerror("user unknown requires operator = or "
dist/pf/sbin/pfctl/parse.y
2772
yyerror("user unknown requires operator = or "
dist/pf/sbin/pfctl/parse.y
2797
yyerror("unknown user %s", $1);
dist/pf/sbin/pfctl/parse.y
2806
yyerror("illegal uid value %lu", ulval);
dist/pf/sbin/pfctl/parse.y
2839
yyerror("group unknown requires operator = or "
dist/pf/sbin/pfctl/parse.y
2854
yyerror("group unknown requires operator = or "
dist/pf/sbin/pfctl/parse.y
2879
yyerror("unknown group %s", $1);
dist/pf/sbin/pfctl/parse.y
2887
yyerror("illegal gid value %lu", ulval);
dist/pf/sbin/pfctl/parse.y
2901
yyerror("bad flags %s", $1);
dist/pf/sbin/pfctl/parse.y
2954
yyerror("illegal icmp-code %lu", ulval);
dist/pf/sbin/pfctl/parse.y
2960
yyerror("unknown icmp-code %s", $3);
dist/pf/sbin/pfctl/parse.y
2994
yyerror("illegal icmp6-code %lu",
dist/pf/sbin/pfctl/parse.y
3002
yyerror("unknown icmp6-code %s", $3);
dist/pf/sbin/pfctl/parse.y
3026
yyerror("illegal icmp-type %lu", ulval);
dist/pf/sbin/pfctl/parse.y
3034
yyerror("unknown icmp-type %s", $1);
dist/pf/sbin/pfctl/parse.y
3050
yyerror("illegal icmp6-type %lu",
dist/pf/sbin/pfctl/parse.y
3059
yyerror("unknown icmp6-type %s", $1);
dist/pf/sbin/pfctl/parse.y
3081
yyerror("illegal tos value %s", $2);
dist/pf/sbin/pfctl/parse.y
3186
yyerror("table name '%s' too long", $3);
dist/pf/sbin/pfctl/parse.y
3236
yyerror("illegal timeout name %s", $1);
dist/pf/sbin/pfctl/parse.y
3241
yyerror("illegal state timeout %s", $1);
dist/pf/sbin/pfctl/parse.y
3354
yyerror("hex key must be 128 bits "
dist/pf/sbin/pfctl/parse.y
3367
yyerror("invalid hex key");
dist/pf/sbin/pfctl/parse.y
3404
yyerror("pool type cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3411
yyerror("pool type cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3418
yyerror("pool type cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3426
yyerror("pool type cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3433
yyerror("static-port cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3440
yyerror("sticky-address cannot be redefined");
dist/pf/sbin/pfctl/parse.y
3473
yyerror("\"pass\" not valid with \"no\"");
dist/pf/sbin/pfctl/parse.y
3486
yyerror("\"pass\" not valid with \"no\"");
dist/pf/sbin/pfctl/parse.y
3527
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
3535
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
3544
yyerror("translation rule with 'no' "
dist/pf/sbin/pfctl/parse.y
3550
yyerror("translation rule requires '-> "
dist/pf/sbin/pfctl/parse.y
3617
yyerror("only round-robin "
dist/pf/sbin/pfctl/parse.y
3634
yyerror("the 'static-port' option is "
dist/pf/sbin/pfctl/parse.y
3642
yyerror("the 'static-port' option can't"
dist/pf/sbin/pfctl/parse.y
3680
yyerror("\"pass\" not valid with \"no\"");
dist/pf/sbin/pfctl/parse.y
3699
yyerror("address family (inet/inet6) "
dist/pf/sbin/pfctl/parse.y
3714
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
3721
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
3751
yyerror("multiple binat ip addresses");
dist/pf/sbin/pfctl/parse.y
3757
yyerror("binat ip versions must match");
dist/pf/sbin/pfctl/parse.y
3768
yyerror("multiple binat ip addresses");
dist/pf/sbin/pfctl/parse.y
3772
yyerror("binat ip versions must match");
dist/pf/sbin/pfctl/parse.y
3785
yyerror("'no binat' rule does not need"
dist/pf/sbin/pfctl/parse.y
3791
yyerror("'binat' rule requires"
dist/pf/sbin/pfctl/parse.y
3800
yyerror("binat rule must redirect to "
dist/pf/sbin/pfctl/parse.y
3811
yyerror("'binat' source mask and "
dist/pf/sbin/pfctl/parse.y
3843
yyerror("invalid rtable id");
dist/pf/sbin/pfctl/parse.y
3870
yyerror("all pool addresses must be in the "
dist/pf/sbin/pfctl/parse.y
3924
yyerror("unknown timeout %s", $1);
dist/pf/sbin/pfctl/parse.y
3943
yyerror("unable to set limit %s %u", $1, $2);
dist/pf/sbin/pfctl/parse.y
3964
yyerror("invalid value '%s', expected 'yes' "
dist/pf/sbin/pfctl/parse.y
4003
yyerror(fmt, h->addr.v.tblname);
dist/pf/sbin/pfctl/parse.y
4014
yyerror(fmt);
dist/pf/sbin/pfctl/parse.y
4025
yyerror(fmt, h->addr.v.tblname);
dist/pf/sbin/pfctl/parse.y
4066
yyerror("port only applies to tcp/udp");
dist/pf/sbin/pfctl/parse.y
4071
yyerror("icmp-type/code only applies to icmp");
dist/pf/sbin/pfctl/parse.y
4075
yyerror("must indicate address family with icmp-type/code");
dist/pf/sbin/pfctl/parse.y
4080
yyerror("'overload' requires 'max-src-conn' "
dist/pf/sbin/pfctl/parse.y
4086
yyerror("proto %s doesn't match address family %s",
dist/pf/sbin/pfctl/parse.y
4092
yyerror("allow-opts can only be specified for pass rules");
dist/pf/sbin/pfctl/parse.y
4097
yyerror("fragments can be filtered only on IP header fields");
dist/pf/sbin/pfctl/parse.y
4101
yyerror("return-rst can only be applied to TCP rules");
dist/pf/sbin/pfctl/parse.y
4105
yyerror("max-src-nodes requires 'source-track rule'");
dist/pf/sbin/pfctl/parse.y
4109
yyerror("keep state on block rules doesn't make sense");
dist/pf/sbin/pfctl/parse.y
4128
yyerror("src port only applies to tcp/udp");
dist/pf/sbin/pfctl/parse.y
4132
yyerror("dst port only applies to tcp/udp");
dist/pf/sbin/pfctl/parse.y
4136
yyerror("rpool port only applies to tcp/udp");
dist/pf/sbin/pfctl/parse.y
4142
yyerror("invalid port operator for rdr destination port");
dist/pf/sbin/pfctl/parse.y
4160
yyerror("cannot load \"%s\": %s",
dist/pf/sbin/pfctl/parse.y
4163
yyerror("file \"%s\" contains bad data",
dist/pf/sbin/pfctl/parse.y
4169
yyerror("cannot create address buffer: %s",
dist/pf/sbin/pfctl/parse.y
4180
yyerror("cannot define table %s: %s", name,
dist/pf/sbin/pfctl/parse.y
4415
yyerror("altq on ! <interface> is not supported");
dist/pf/sbin/pfctl/parse.y
4516
yyerror("queue %s has no parent", a->qname);
dist/pf/sbin/pfctl/parse.y
4536
yyerror("exactly one scheduler type "
dist/pf/sbin/pfctl/parse.y
4547
yyerror("priq queues cannot "
dist/pf/sbin/pfctl/parse.y
4554
yyerror("priq doesn't take "
dist/pf/sbin/pfctl/parse.y
4579
yyerror("queue cannot have "
dist/pf/sbin/pfctl/parse.y
4636
yyerror("queue %s has no parent", a->qname);
dist/pf/sbin/pfctl/parse.y
4771
yyerror("icmp-type mismatch");
dist/pf/sbin/pfctl/parse.y
4803
yyerror("skipping rule due to errors");
dist/pf/sbin/pfctl/parse.y
4825
yyerror("rule expands to no valid combination");
dist/pf/sbin/pfctl/parse.y
4847
yyerror("skip on ! <interface> is not supported");
dist/pf/sbin/pfctl/parse.y
4871
yyerror("Rules must be in order: options, normalization, "
dist/pf/sbin/pfctl/parse.y
5126
yyerror("string too long");
dist/pf/sbin/pfctl/parse.y
513
yyerror("unknown ruleset-optimization %s", $$);
dist/pf/sbin/pfctl/parse.y
5139
yyerror("macro '%s' not defined", buf);
dist/pf/sbin/pfctl/parse.y
5163
yyerror("string too long");
dist/pf/sbin/pfctl/parse.y
5206
yyerror("string too long");
dist/pf/sbin/pfctl/parse.y
525
yyerror("unknown optimization %s", $3);
dist/pf/sbin/pfctl/parse.y
5414
yyerror("address family not given and "
dist/pf/sbin/pfctl/parse.y
5422
yyerror("no translation address with matching address family "
dist/pf/sbin/pfctl/parse.y
5453
yyerror("illegal port value %lu", ulval);
dist/pf/sbin/pfctl/parse.y
5462
yyerror("unknown port %s", n);
dist/pf/sbin/pfctl/parse.y
547
yyerror("error setting loginterface %s", $3);
dist/pf/sbin/pfctl/parse.y
5475
yyerror("rule label too long (max %d chars)",
dist/pf/sbin/pfctl/parse.y
5497
yyerror("unknown icmp code %s", w);
dist/pf/sbin/pfctl/parse.y
5503
yyerror("invalid icmp code %lu", ulval);
dist/pf/sbin/pfctl/parse.y
555
yyerror("hostid must be non-zero");
dist/pf/sbin/pfctl/parse.y
559
yyerror("error setting hostid %08x", $3);
dist/pf/sbin/pfctl/parse.y
593
yyerror("error loading "
dist/pf/sbin/pfctl/parse.y
619
yyerror("error setting debuglevel %s", $3);
dist/pf/sbin/pfctl/parse.y
627
yyerror("error setting skip interface(s)");
dist/pf/sbin/pfctl/parse.y
705
yyerror("anchor names beginning with '_' "
dist/pf/sbin/pfctl/parse.y
723
yyerror("inline anchor '%s' "
dist/pf/sbin/pfctl/parse.y
735
yyerror("anchors without explicit "
dist/pf/sbin/pfctl/parse.y
749
yyerror("tag too long, max %u chars",
dist/pf/sbin/pfctl/parse.y
803
yyerror("source port parameter not supported"
dist/pf/sbin/pfctl/parse.y
809
yyerror("destination port list "
dist/pf/sbin/pfctl/parse.y
814
yyerror("destination port operators"
dist/pf/sbin/pfctl/parse.y
842
yyerror("proto list expansion"
dist/pf/sbin/pfctl/parse.y
852
yyerror("fromto parameter not supported"
dist/pf/sbin/pfctl/parse.y
870
yyerror("anchorname %s too long, max %u\n",
dist/pf/sbin/pfctl/parse.y
920
yyerror("scrub rules do not support 'quick'");
dist/pf/sbin/pfctl/parse.y
931
yyerror("reassemble tcp rules can not "
dist/pf/sbin/pfctl/parse.y
970
yyerror("no-df cannot be respecified");
dist/pf/sbin/pfctl/parse.y
977
yyerror("min-ttl cannot be respecified");
dist/pf/sbin/pfctl/parse.y
981
yyerror("illegal min-ttl value %d", $2);
dist/pf/sbin/pfctl/parse.y
989
yyerror("max-mss cannot be respecified");
dist/pf/sbin/pfctl/parse.y
993
yyerror("illegal max-mss value %d", $2);
games/atc/grammar.y
109
return (yyerror("Redefinition of 'update'."));
games/atc/grammar.y
111
return (yyerror("'update' is too small."));
games/atc/grammar.y
121
return (yyerror("Redefinition of 'newplane'."));
games/atc/grammar.y
123
return (yyerror("'newplane' is too small."));
games/atc/grammar.y
133
return (yyerror("Redefinition of 'height'."));
games/atc/grammar.y
135
return (yyerror("'height' is too small."));
games/atc/grammar.y
145
return (yyerror("Redefinition of 'width'."));
games/atc/grammar.y
147
return (yyerror("'width' is too small."));
games/atc/grammar.y
184
return (yyerror("No memory available."));
games/atc/grammar.y
214
return (yyerror("No memory available."));
games/atc/grammar.y
247
return (yyerror("No memory available."));
games/atc/grammar.y
277
return (yyerror("No memory available."));
games/atc/grammar.y
294
yyerror("edge value not on edge.");
games/atc/grammar.y
301
yyerror("X value out of range.");
games/atc/grammar.y
303
yyerror("Y value out of range.");
games/atc/grammar.y
310
yyerror("X value out of range.");
games/atc/grammar.y
312
yyerror("Y value out of range.");
games/atc/grammar.y
327
yyerror("Bad line endpoints.");
games/atc/grammar.y
364
yyerror("Unknown value in checkdir! Get help!");
games/atc/grammar.y
368
yyerror("Bad direction for entrance at exit.");
games/atc/grammar.y
377
yyerror("'width' undefined.");
games/atc/grammar.y
381
yyerror("'height' undefined.");
games/atc/grammar.y
385
yyerror("'update' undefined.");
games/atc/grammar.y
389
yyerror("'newplane' undefined.");
games/atc/grammar.y
80
static int yyerror(const char *);
games/atc/grammar.y
88
yyerror("Need at least 2 airports and/or exits.");
lib/liby/yyerror.c
42
int yyerror(char *);
libexec/ftpd/extern.h
169
void yyerror(const char *);
libexec/ftpd/ftpcmd.y
1729
yyerror(NULL);
sbin/cgdconfig/extern.h
6
void yyerror(const char *);
sbin/wsconsctl/map_parse.y
195
yyerror("keysym expected");
sbin/wsconsctl/map_parse.y
200
yyerror("keysym expected");
tools/m4/bootstrap/parser.c
417
yyerror("syntax error");
tools/m4/bootstrap/parser.c
49
extern int yyerror(const char *);
tools/m4/bootstrap/parser.c
505
yyerror("division by zero");
tools/m4/bootstrap/parser.c
515
yyerror("modulo zero");
tools/m4/bootstrap/parser.c
644
yyerror("yacc stack overflow");
usr.bin/config/defs.h
688
void yyerror(const char *);
usr.bin/m4/expr.c
34
extern int yyerror(const char *);
usr.bin/m4/parser.y
32
extern int yyerror(const char *);
usr.bin/m4/parser.y
59
yyerror("division by zero");
usr.bin/m4/parser.y
66
yyerror("modulo zero");
usr.bin/menuc/defs.h
83
void yyerror(const char *, ...)
usr.bin/menuc/mdb.c
103
yyerror ("Menu '%s' undefined.", menus[i]->id);
usr.bin/menuc/parse.y
109
yyerror ("Menu %s defined twice", $2);
usr.bin/menuc/parse.y
187
yyerror ("Double sub/next menu definition");
usr.bin/menuc/parse.y
195
yyerror ("Double sub/next menu definition");
usr.bin/menuc/parse.y
216
| EXPAND action ";" { if (!do_expands) yyerror ("Menu expands "
usr.bin/mkcsmapper/ldef.h
40
extern int yyerror(const char *);
usr.bin/mkcsmapper/yacc.y
478
yyerror("Illegal argument for SRC_ZONE");
usr.bin/mkcsmapper/yacc.y
542
yyerror("Illegal argument for DST_UNIT_BITS");
usr.bin/mkcsmapper/yacc.y
613
yyerror("Illegal argument for SRC_ZONE");
usr.bin/mkcsmapper/yacc.y
621
yyerror("illegal zone");
usr.bin/mkesdb/ldef.h
33
extern int yyerror(const char *);
usr.bin/mkesdb/yacc.y
229
yyerror(buf);
usr.bin/mkesdb/yacc.y
251
yyerror("multiply defined CSID");
usr.bin/mklocale/yacc.y
89
int yyerror(const char *s);
usr.bin/msgc/defs.h
75
void yyerror(const char *, ...);
usr.bin/msgc/msgdb.c
63
yyerror ("%s is defined twice", name);
usr.bin/rdist/defs.h
179
void yyerror(const char *);
usr.bin/rdist/expand.c
167
yyerror("no variable name after '$'");
usr.bin/rdist/expand.c
173
yyerror("unmatched '{'");
usr.bin/rdist/expand.c
178
yyerror("no variable name after '$'");
usr.bin/rdist/expand.c
222
yyerror(expbuf+1);
usr.bin/rdist/expand.c
338
yyerror(path);
usr.bin/rdist/expand.c
368
yyerror("Missing ']'");
usr.bin/rdist/expand.c
373
yyerror("Missing '}'");
usr.bin/rdist/expand.c
414
yyerror("Missing ']'");
usr.bin/rdist/expand.c
471
yyerror("Missing ']'");
usr.bin/rdist/expand.c
534
yyerror("Arguments too long");
usr.bin/rdist/expand.c
551
yyerror("Pathname too long");
usr.bin/rdist/gram.y
150
yyerror("only one name allowed\n");
usr.bin/rdist/gram.y
254
yyerror("command string too long\n");
usr.bin/rdist/gram.y
273
yyerror("missing closing '\"'\n");
usr.bin/rdist/gram.y
288
yyerror("input line too long\n");
usr.bin/rdist/lookup.c
147
yyerror(lbuf);
usr.bin/rdist/lookup.c
155
yyerror(lbuf);
usr.bin/xlint/lint1/cgram.y
1723
yyerror("Bad attribute");
usr.bin/xlint/lint1/cgram.y
1732
yyerror("Bad attribute");
usr.bin/xlint/lint1/cgram.y
2608
yyerror("Bad attribute");
usr.bin/xlint/lint1/externs1.h
75
int yyerror(const char *);
usr.sbin/gspa/gspa/gsp_ass.h
160
__dead void yyerror(const char *err);
usr.sbin/mrouted/cfparse.y
38
static void yyerror(const char *s);
usr.sbin/npf/npfctl/npf_build.c
1004
yyerror("inbound network segment is not specified");
usr.sbin/npf/npfctl/npf_build.c
1007
yyerror("outbound network segment is not specified");
usr.sbin/npf/npfctl/npf_build.c
1049
yyerror("asymmetric NPTv6 is not supported");
usr.sbin/npf/npfctl/npf_build.c
1056
yyerror("net-to-net mapping using the "
usr.sbin/npf/npfctl/npf_build.c
1063
yyerror("static net-to-net translation "
usr.sbin/npf/npfctl/npf_build.c
1068
yyerror("invalid algorithm specified for static NAT");
usr.sbin/npf/npfctl/npf_build.c
1213
yyerror("table type 'const' must be loaded from a file");
usr.sbin/npf/npfctl/npf_build.c
1220
yyerror("table '%s' is already defined", tname);
usr.sbin/npf/npfctl/npf_build.c
1258
yyerror("ALG '%s' is already loaded", al_name);
usr.sbin/npf/npfctl/npf_build.c
1270
yyerror("invalid parameter `%s` or its value", name);
usr.sbin/npf/npfctl/npf_build.c
234
yyerror("multiple ports are not valid");
usr.sbin/npf/npfctl/npf_build.c
238
yyerror("port range is not valid");
usr.sbin/npf/npfctl/npf_build.c
250
yyerror("map segment must be an address or network");
usr.sbin/npf/npfctl/npf_build.c
253
yyerror("map segment cannot have multiple static addresses");
usr.sbin/npf/npfctl/npf_build.c
257
yyerror("invalid map segment");
usr.sbin/npf/npfctl/npf_build.c
268
yyerror("invalid use of multiple tables");
usr.sbin/npf/npfctl/npf_build.c
286
yyerror("specified address is not of the required "
usr.sbin/npf/npfctl/npf_build.c
294
yyerror("family %d is not supported", family);
usr.sbin/npf/npfctl/npf_build.c
303
yyerror("filter criterion would never match");
usr.sbin/npf/npfctl/npf_build.c
327
yyerror("variable not found");
usr.sbin/npf/npfctl/npf_build.c
354
yyerror("unexpected %s", npfvar_type(type));
usr.sbin/npf/npfctl/npf_build.c
374
yyerror("multiple protocol options with protocol filters "
usr.sbin/npf/npfctl/npf_build.c
494
yyerror("invalid filter options for given the protocol(s)");
usr.sbin/npf/npfctl/npf_build.c
578
yyerror("%s: layer not supported", __func__);
usr.sbin/npf/npfctl/npf_build.c
619
yyerror("invalid pcap-filter(7) syntax");
usr.sbin/npf/npfctl/npf_build.c
640
yyerror("unknown rule procedure '%s'", name);
usr.sbin/npf/npfctl/npf_build.c
654
yyerror("invalid parameter '%s'", param);
usr.sbin/npf/npfctl/npf_build.c
661
yyerror(error == EEXIST ?
usr.sbin/npf/npfctl/npf_build.c
701
yyerror("NAT ruleset names must be prefixed with `"
usr.sbin/npf/npfctl/npf_build.c
705
yyerror("NAT ruleset is missing a name (only prefix found)");
usr.sbin/npf/npfctl/npf_build.c
728
yyerror("%s: layer not yet supported", func);
usr.sbin/npf/npfctl/npf_build.c
737
yyerror("multiple %s default groups are not valid", str);
usr.sbin/npf/npfctl/npf_build.c
740
yyerror("default group can only be at the top level");
usr.sbin/npf/npfctl/npf_build.c
770
yyerror("%s: layer not supported", __func__);
usr.sbin/npf/npfctl/npf_build.c
779
yyerror("rule nesting limit reached");
usr.sbin/npf/npfctl/npf_build.c
822
yyerror("cannot insert %s rules in this group"
usr.sbin/npf/npfctl/npf_build.c
865
yyerror("return blocks not yet supported in layer 2");
usr.sbin/npf/npfctl/npf_build.c
890
yyerror("rule procedure '%s' is not defined", rproc);
usr.sbin/npf/npfctl/npf_build.c
943
yyerror("map must have a valid translation address");
usr.sbin/npf/npfctl/npf_build.c
962
yyerror("translation address using NETMAP must be "
usr.sbin/npf/npfctl/npf_build.c
975
yyerror("translation address, given the specified algorithm, "
usr.sbin/npf/npfctl/npf_build.c
979
yyerror("invalid algorithm specified for dynamic NAT");
usr.sbin/npf/npfctl/npf_data.c
108
yyerror("unknown interface '%s'", ifname);
usr.sbin/npf/npfctl/npf_data.c
130
yyerror("unknown address family %u", fam);
usr.sbin/npf/npfctl/npf_data.c
153
yyerror("cannot parse '%s' (%s)", name, gai_strerror(ret));
usr.sbin/npf/npfctl/npf_data.c
266
yyerror("table '%s' is not defined", name);
usr.sbin/npf/npfctl/npf_data.c
360
yyerror("wrong variable '%s' type '%s' "
usr.sbin/npf/npfctl/npf_data.c
363
yyerror("wrong element '%s' in the "
usr.sbin/npf/npfctl/npf_data.c
418
yyerror("no addresses matched for interface '%s'", ifname);
usr.sbin/npf/npfctl/npf_data.c
469
yyerror("unknown protocol '%s'", proto);
usr.sbin/npf/npfctl/npf_data.c
489
yyerror("invalid port name '%s' (%s)", port, gai_strerror(e));
usr.sbin/npf/npfctl/npf_data.c
530
yyerror("invalid flag '%c'", *s);
usr.sbin/npf/npfctl/npf_data.c
564
yyerror("unknown icmp-type %s", type);
usr.sbin/npf/npfctl/npf_data.c
609
yyerror("unknown icmp-type %d while parsing code %s",
usr.sbin/npf/npfctl/npf_data.c
641
yyerror("unknown icmp-type %d while parsing code %s",
usr.sbin/npf/npfctl/npf_data.c
657
yyerror("unknown code %s for icmp-type %d", code, type);
usr.sbin/npf/npfctl/npf_data.c
727
yyerror("%s: %s", err, str);
usr.sbin/npf/npfctl/npf_data.c
741
yyerror("%s: %s", err, str);
usr.sbin/npf/npfctl/npf_data.c
94
yyerror("illegitimate interface name '%s'", ifname);
usr.sbin/npf/npfctl/npf_parse.y
1000
yyerror("variable '%s' references a table "
usr.sbin/npf/npfctl/npf_parse.y
1006
yyerror("undefined variable '%s' for interface", $1);
usr.sbin/npf/npfctl/npf_parse.y
1009
yyerror("wrong variable '%s' type '%s' for interface",
usr.sbin/npf/npfctl/npf_parse.y
1039
yyerror("multiple interfaces are not supported");
usr.sbin/npf/npfctl/npf_parse.y
1075
yyerror("illegal uid value %lu", $1);
usr.sbin/npf/npfctl/npf_parse.y
1082
yyerror("unknown user %s", $1);
usr.sbin/npf/npfctl/npf_parse.y
1119
yyerror("illegal gid value %lu", $1);
usr.sbin/npf/npfctl/npf_parse.y
1126
yyerror("unknown group %s", $1);
usr.sbin/npf/npfctl/npf_parse.y
826
yyerror("multiple interfaces are not supported");
usr.sbin/npf/npfctl/npf_parse.y
858
yyerror("undefined variable '%s'", $1);
usr.sbin/npf/npfctl/npf_parse.y
861
yyerror("wrong variable '%s' type '%s' for address "
usr.sbin/npf/npfctl/npf_parse.y
903
yyerror("undefined port variable %s", $1);
usr.sbin/npf/npfctl/npf_parse.y
946
yyerror("multiple tcpflags are not supported");
usr.sbin/npf/npfctl/npf_parse.y
990
yyerror(
usr.sbin/npf/npfctl/npf_show.c
599
yyerror("%s: layer not supported", __func__);
usr.sbin/npf/npfctl/npf_var.c
180
yyerror("variable '%s' has multiple elements", vp->v_key);
usr.sbin/npf/npfctl/npf_var.c
191
yyerror("variable '%s' has multiple elements", vp->v_key);
usr.sbin/npf/npfctl/npf_var.c
209
yyerror("unknown %s %s", var_id, ridt);
usr.sbin/npf/npfctl/npf_var.c
216
yyerror("undefined variable '%s'", var_id);
usr.sbin/npf/npfctl/npf_var.c
219
yyerror("wrong variable '%s' type '%s' for %s id",
usr.sbin/npf/npfctl/npf_var.c
243
yyerror("circular dependency for variable '%s'", vp->v_key);
usr.sbin/npf/npfctl/npf_var.c
247
yyerror("variable '%s' has only %zu elements, requested %zu",
usr.sbin/npf/npfctl/npf_var.c
276
yyerror("variable '%s' element %zu "
usr.sbin/npf/npfctl/npf_var.c
305
yyerror("variable not found");
usr.sbin/npf/npfctl/npf_var.c
326
yyerror("variable not found");
usr.sbin/npf/npfctl/npf_var.c
332
yyerror("variable '%s' element %zu "
usr.sbin/npf/npfctl/npfctl.h
130
void yyerror(const char *, ...) __printflike(1, 2) __dead;
usr.sbin/pf/pfs/parser.h
32
void yyerror(const char*);
usr.sbin/wsmoused/config_yacc.y
53
int yyerror(const char *, ...);