Home
last modified time | relevance | path

Searched refs:STRERROR (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sbin/ipf/ipfsync/
HDipfsyncd.c39 # define STRERROR(x) sys_errlist[x] macro
42 # define STRERROR(x) strerror(x) macro
146 argv[0], STRERROR(errno));
191 STRERROR(errno));
256 debug(1, "select error: %s\n", STRERROR(errno)); in do_io()
269 STRERROR(errno)); in do_io()
296 STRERROR(errno)); in do_io()
330 debug(1, "socket:%s\n", STRERROR(errno));
339 debug(1, "ioctl(SIOCGIFADDR):%s\n", STRERROR(errno));
352 inet_ntoa(addr), STRERROR(errno));
[all …]
/freebsd-14-stable/libexec/bootpd/
HDMakefile.UNIX84 STRERROR=strerror.o
90 STRERROR=strerror.o
109 STRERROR=strerror.o
142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
147 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
151 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR)
156 report.o $(STRERROR)
161 TRYLOOK= trylook.o lookup.o report.o $(STRERROR)
166 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
171 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
/freebsd-14-stable/sbin/ipf/common/
HDopts.h60 # define STRERROR(x) sys_errlist[x] macro
63 # define STRERROR(x) strerror(x) macro
HDipf_y.y2004 STRERROR(errno)); in ipf_parsefile()
/freebsd-14-stable/sbin/ipf/ipmon/
HDipmon.c22 #define STRERROR(x) strerror(x) macro
1451 file, STRERROR(errno)); in flushlogs()
1667 argv[optind], STRERROR(errno)); in main()
1687 argv[0], STRERROR(errno)); in main()
1734 STRERROR(errno)); in openlogs()
1741 l->fd, STRERROR(errno)); in openlogs()
/freebsd-14-stable/sbin/ipf/ipnat/
HDipnat.c50 # define STRERROR(x) strerror(x) macro
184 STRERROR(errno)); in main()
HDipnat_y.y1317 STRERROR(errno)); in ipnat_parsefile()
/freebsd-14-stable/sbin/ipf/ippool/
HDippool_y.y630 STRERROR(errno)); in ippool_parsefile()