Symbol: ERROR
bin/chio/parse.y
269
return (ERROR);
bin/chio/parse.y
81
%token ERROR
lib/libc/arch/sparc64/SYS.h
107
ERROR(); \
lib/libc/arch/sparc64/SYS.h
115
ERROR(); \
lib/libc/arch/sparc64/SYS.h
127
ERROR(); \
lib/libc/arch/sparc64/SYS.h
77
ERROR(); \
lib/libc/arch/sparc64/SYS.h
87
ERROR(); \
lib/libc/db/hash/hash.c
244
return (ERROR);
lib/libc/db/hash/hash.c
258
return (ERROR);
lib/libc/db/hash/hash.c
425
return (ERROR);
lib/libc/db/hash/hash.c
443
return (ERROR);
lib/libc/db/hash/hash.c
447
return (ERROR);
lib/libc/db/hash/hash.c
453
return (ERROR);
lib/libc/db/hash/hash.c
517
return (ERROR);
lib/libc/db/hash/hash.c
530
return (ERROR);
lib/libc/db/hash/hash.c
534
return (ERROR);
lib/libc/db/hash/hash.c
549
return (ERROR);
lib/libc/db/hash/hash.c
553
return (ERROR);
lib/libc/db/hash/hash.c
580
return (ERROR);
lib/libc/db/hash/hash.c
601
return (ERROR);
lib/libc/db/hash/hash.c
623
return (ERROR);
lib/libc/db/hash/hash.c
632
return (ERROR);
lib/libc/db/hash/hash.c
642
return (ERROR);
lib/libc/db/hash/hash.c
663
return (ERROR);
lib/libc/db/hash/hash.c
673
return (ERROR);
lib/libc/db/hash/hash.c
678
return (ERROR);
lib/libc/db/hash/hash.c
698
return (ERROR);
lib/libc/db/hash/hash.c
716
return (ERROR);
lib/libc/db/hash/hash.c
748
return (ERROR);
lib/libc/db/hash/hash.c
760
return (ERROR);
lib/libc/db/hash/hash.c
763
return (ERROR);
sbin/dhcp6leased/parse.y
364
return (ERROR);
sbin/dhcp6leased/parse.y
98
%token ERROR DELEGATION FOR ON PREFIX REQUEST RAPID COMMIT
sbin/dhcp6leased/parse_lease.y
76
%token ERROR IAPD
sbin/dhcpleased/parse.y
111
%token DHCP_IFACE ERROR SEND VENDOR CLASS ID CLIENT IGNORE DNS ROUTES HOST NAME
sbin/dhcpleased/parse.y
492
return (ERROR);
sbin/iked/parse.y
1763
return (ERROR);
sbin/iked/parse.y
447
%token FILENAME AUTHXF PRFXF ENCXF ERROR IKEV2 IKESA CHILDSA ESN NOESN
sbin/ipsecctl/parse.y
1203
return (ERROR);
sbin/ipsecctl/parse.y
283
%token AUTHKEY ENCKEY FILENAME AUTHXF ENCXF ERROR IKE MAIN QUICK AGGRESSIVE
sbin/pfctl/parse.y
533
%token MINTTL ERROR ALLOWOPTS FILENAME ROUTETO DUPTO REPLYTO NO LABEL
sbin/pfctl/parse.y
5729
return (ERROR);
sbin/unwind/parse.y
102
%token INCLUDE ERROR
sbin/unwind/parse.y
556
return (ERROR);
sys/dev/ata/ata_wdc.c
763
ata_bio->error = ERROR;
sys/dev/ata/ata_wdc.c
791
ata_bio->error = ERROR;
sys/dev/ata/wd.c
538
case ERROR:
sys/dev/ata/wd.c
980
case ERROR:
sys/dev/ic/aic79xx.c
919
error = ahd_inb(ahd, ERROR);
sys/dev/ic/aic7xxx.c
410
error = ahc_inb(ahc, ERROR);
sys/dev/ic/aic7xxx.c
6459
ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
sys/dev/ic/aic7xxx_inline.h
576
&& (ahc_inb(ahc, ERROR) & PCIERRSTAT) != 0)
sys/dev/pci/ahc_pci.c
1237
|| (ahc_inb(ahc, ERROR) & MPARERR) == 0)
sys/dev/pci/ahc_pci.c
1249
|| (ahc_inb(ahc, ERROR) & MPARERR) == 0))
sys/dev/pci/ahc_pci.c
1367
error = ahc_inb(ahc, ERROR);
sys/dev/pci/drm/drm_modes.c
1780
MODE_STATUS(ERROR),
sys/lib/libkern/arch/sparc64/SYS.h
70
ENTRY(x); mov _CAT(SYS_,x),%g1; t ST_SYSCALL; bcc 1f; nop; ERROR(); 1:
sys/lib/libkern/arch/sparc64/SYS.h
79
t ST_SYSCALL; ERROR()
sys/lib/libkern/arch/sparc64/SYS.h
86
t ST_SYSCALL; ERROR()
sys/lib/libsa/tftp.c
131
case ERROR:
sys/lib/libsa/tftp.c
247
wbuf.t.th_opcode = htons((u_short) ERROR);
usr.bin/ftp/cmds.c
1076
if (command("PWD") == ERROR && code == 500) {
usr.bin/ftp/cmds.c
1111
if (command("MKD %s", argv[1]) == ERROR && code == 500) {
usr.bin/ftp/cmds.c
1131
if (command("RMD %s", argv[1]) == ERROR && code == 500) {
usr.bin/ftp/cmds.c
1464
if (r == ERROR && code == 500) {
usr.bin/ftp/ftp.c
1261
int result = ERROR, tmpno = 0;
usr.bin/ftp/ftp.c
1603
result = ERROR;
usr.bin/ftp/ftp.c
1651
if (result == ERROR && sendport == -1) {
usr.bin/ftp/ftp.c
2071
if (getreply(0) == ERROR && code == 552) {
usr.bin/ftp/small.c
493
if (r == ERROR && code == 500) {
usr.bin/ftp/small.c
498
if (r == ERROR && code == 550) {
usr.bin/m4/parser.y
26
%token ERROR
usr.bin/make/compat.c
177
sib->built_status = ERROR;
usr.bin/make/compat.c
227
case ERROR:
usr.bin/make/compat.c
234
gn->built_status = ERROR;
usr.bin/make/engine.c
568
job->node->built_status = ERROR;
usr.bin/make/targ.c
330
case ERROR:
usr.bin/ssh/libcrux_mlkem768_sha3.h
237
ERROR "should've been desugared"
usr.bin/tftp/tftp.c
232
if (ap->th_opcode == ERROR) {
usr.bin/tftp/tftp.c
380
if (dp->th_opcode == ERROR) {
usr.bin/tftp/tftp.c
488
tp->th_opcode = htons((u_short)ERROR);
usr.bin/tftp/tftp.c
538
case ERROR:
usr.bin/tmux/cmd-parse.y
115
%token ERROR
usr.bin/tmux/cmd-parse.y
1320
return (ERROR);
usr.bin/tmux/cmd-parse.y
1366
return (ERROR);
usr.bin/tmux/cmd-parse.y
1374
return (ERROR);
usr.bin/top/commands.c
320
ERROR(nptr, 0);
usr.bin/top/commands.c
325
ERROR(nptr, ESRCH);
usr.bin/top/commands.c
327
ERROR(nptr, EACCES);
usr.bin/top/commands.c
329
ERROR(nptr, errno);
usr.bin/top/commands.c
385
ERROR(nptr, 0);
usr.bin/top/commands.c
389
ERROR(nptr, EACCES);
usr.bin/top/commands.c
391
ERROR(nptr, errno);
usr.bin/units/units.c
520
return ERROR;
usr.bin/units/units.c
530
return ERROR;
usr.sbin/acme-client/parse.y
110
%token ERROR
usr.sbin/acme-client/parse.y
644
return ERROR;
usr.sbin/bgpd/parse.y
264
%token ERROR INCLUDE
usr.sbin/bgpd/parse.y
3809
return (ERROR);
usr.sbin/bgpd/parse.y
3822
return (ERROR);
usr.sbin/bgpd/parse.y
3825
return (ERROR);
usr.sbin/bgpd/parse.y
3838
return (ERROR);
usr.sbin/btrace/bt_parse.y
1007
return ERROR;
usr.sbin/btrace/bt_parse.y
1039
return ERROR;
usr.sbin/btrace/bt_parse.y
1045
return ERROR;
usr.sbin/btrace/bt_parse.y
1050
return ERROR;
usr.sbin/btrace/bt_parse.y
1067
return ERROR;
usr.sbin/btrace/bt_parse.y
1083
return ERROR;
usr.sbin/btrace/bt_parse.y
1102
return ERROR;
usr.sbin/btrace/bt_parse.y
119
%token <v.i> ERROR ENDFILT
usr.sbin/btrace/bt_parse.y
949
return ERROR;
usr.sbin/btrace/bt_parse.y
961
return ERROR;
usr.sbin/btrace/bt_parse.y
972
return ERROR;
usr.sbin/btrace/bt_parse.y
982
return ERROR;
usr.sbin/btrace/bt_parse.y
992
return ERROR;
usr.sbin/cron/env.c
177
while (state != ERROR && *c) {
usr.sbin/cron/env.c
194
state = ERROR;
usr.sbin/cron/env.c
219
state = ERROR;
usr.sbin/cron/env.c
230
case ERROR:
usr.sbin/dvmrpd/parse.y
120
%token ERROR
usr.sbin/dvmrpd/parse.y
513
return (ERROR);
usr.sbin/eigrpd/parse.y
138
%token ERROR
usr.sbin/eigrpd/parse.y
757
return (ERROR);
usr.sbin/hostapd/parse.y
1444
return (ERROR);
usr.sbin/hostapd/parse.y
157
%token ERROR CONST TABLE NODE DELETE ADD LOG VERBOSE LIMIT QUICK SKIP
usr.sbin/httpd/parse.y
143
%token ERROR INCLUDE AUTHENTICATE WITH BLOCK DROP RETURN PASS REWRITE
usr.sbin/httpd/parse.y
1637
return (ERROR);
usr.sbin/ifstated/parse.y
112
%token ERROR
usr.sbin/ifstated/parse.y
507
return (ERROR);
usr.sbin/iscsictl/parse.y
114
%token ERROR
usr.sbin/iscsictl/parse.y
492
return (ERROR);
usr.sbin/ldapd/parse.y
119
%token ERROR LISTEN ON LEGACY TLS LDAPS PORT NAMESPACE ROOTDN ROOTPW INDEX
usr.sbin/ldapd/parse.y
595
return (ERROR);
usr.sbin/ldapd/schema.c
339
return (ERROR);
usr.sbin/ldomctl/parse.y
104
%token ERROR
usr.sbin/ldomctl/parse.y
505
return (ERROR);
usr.sbin/ldpd/parse.y
1071
return (ERROR);
usr.sbin/ldpd/parse.y
155
%token ERROR
usr.sbin/lpd/parse.y
120
%token ERROR ARROW INCLUDE
usr.sbin/lpd/parse.y
367
return (ERROR);
usr.sbin/lpr/lpd/printjob.c
471
case ERROR:
usr.sbin/lpr/lpd/printjob.c
519
return(bombed == OK ? OK : ERROR);
usr.sbin/lpr/lpd/printjob.c
565
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
611
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
690
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
697
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
750
return (ERROR);
usr.sbin/lpr/lpd/printjob.c
775
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
784
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
850
case ERROR:
usr.sbin/lpr/lpd/printjob.c
851
err = ERROR;
usr.sbin/lpr/lpd/printjob.c
914
return(ERROR);
usr.sbin/lpr/lpd/printjob.c
964
return(ERROR);
usr.sbin/npppd/npppd/parse.y
1291
return (ERROR);
usr.sbin/npppd/npppd/parse.y
137
%token ERROR
usr.sbin/nsd/simdzone/src/generic/parser.h
478
ERROR(parser, token, code);
usr.sbin/nsd/simdzone/src/generic/parser.h
608
ERROR(parser, token, code);
usr.sbin/nsd/simdzone/src/generic/parser.h
709
ERROR(parser, token, code);
usr.sbin/nsd/simdzone/src/generic/parser.h
816
ERROR(parser, token, code);
usr.sbin/nsd/simdzone/src/generic/parser.h
943
ERROR(parser, token, code);
usr.sbin/ntpd/parse.y
653
return (ERROR);
usr.sbin/ntpd/parse.y
88
%token ERROR
usr.sbin/ospf6d/parse.y
137
%token ERROR
usr.sbin/ospf6d/parse.y
785
return (ERROR);
usr.sbin/ospfd/parse.y
141
%token ERROR
usr.sbin/ospfd/parse.y
976
return (ERROR);
usr.sbin/rad/parse.y
120
%token RA_IFACE YES NO INCLUDE ERROR
usr.sbin/rad/parse.y
666
return (ERROR);
usr.sbin/radiusd/parse.y
726
return (ERROR);
usr.sbin/radiusd/parse.y
99
%token BY DECORATE_BY QUICK SET TO ERROR YES NO
usr.sbin/relayd/parse.y
1167
| RETURN ERROR opteflags { proto->flags |= F_RETURN; }
usr.sbin/relayd/parse.y
1168
| RETURN ERROR '{' eflags_l '}' { proto->flags |= F_RETURN; }
usr.sbin/relayd/parse.y
173
%token CODE COOKIE DEMOTE DIGEST DISABLE ERROR EXPECT PASS BLOCK EXTERNAL
usr.sbin/relayd/parse.y
2445
{ "error", ERROR },
usr.sbin/relayd/parse.y
2650
return (ERROR);
usr.sbin/ripd/parse.y
114
%token ERROR
usr.sbin/ripd/parse.y
548
return (ERROR);
usr.sbin/smtpd/parse.y
174
%token EHLO ENABLE ENCRYPTION ERROR EXPAND_ONLY
usr.sbin/smtpd/parse.y
2898
return (ERROR);
usr.sbin/snmpd/mib.y
1118
return ERROR;
usr.sbin/snmpd/mib.y
1200
return ERROR;
usr.sbin/snmpd/mib.y
1239
return ERROR;
usr.sbin/snmpd/mib.y
1245
return ERROR;
usr.sbin/snmpd/mib.y
1255
return ERROR;
usr.sbin/snmpd/mib.y
1263
return ERROR;
usr.sbin/snmpd/mib.y
1282
return ERROR;
usr.sbin/snmpd/mib.y
1291
return ERROR;
usr.sbin/snmpd/mib.y
282
%token ERROR
usr.sbin/snmpd/parse.y
1461
return (ERROR);
usr.sbin/snmpd/parse.y
185
%token SECLEVEL NONE AUTH ENC USER AUTHKEY ENCKEY ERROR
usr.sbin/tcpdump/print-tftp.c
117
case ERROR:
usr.sbin/tcpdump/print-tftp.c
48
{ ERROR, "ERROR" }, /* error code */
usr.sbin/tftpd/tftpd.c
1230
case ERROR:
usr.sbin/tftpd/tftpd.c
1358
case ERROR:
usr.sbin/tftpd/tftpd.c
1439
case ERROR:
usr.sbin/tftpd/tftpd.c
1477
tp->th_opcode = htons((u_short)ERROR);
usr.sbin/vmd/parse.y
120
%token INCLUDE ERROR
usr.sbin/vmd/parse.y
984
return (ERROR);
usr.sbin/ypldap/parse.y
111
%token INCLUDE DIRECTORY CLASS PORT ERROR GROUPMEMBERS LDAPS TLS CAFILE
usr.sbin/ypldap/parse.y
684
return (ERROR);