Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c35 # define STRERROR(x) sys_errlist[x] macro
38 # define STRERROR(x) strerror(x) macro
142 argv[0], STRERROR(errno));
187 STRERROR(errno));
252 debug(1, "select error: %s\n", STRERROR(errno)); in do_io()
265 STRERROR(errno)); in do_io()
292 STRERROR(errno)); in do_io()
326 debug(1, "socket:%s\n", STRERROR(errno));
335 debug(1, "ioctl(SIOCGIFADDR):%s\n", STRERROR(errno));
348 inet_ntoa(addr), STRERROR(errno));
[all …]
/freebsd/libexec/bootpd/
H A DMakefile.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/sbin/ipf/common/
H A Dopts.h60 # define STRERROR(x) sys_errlist[x] macro
63 # define STRERROR(x) strerror(x) macro
H A Dipf_y.y2004 STRERROR(errno)); in ipf_parsefile()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c18 #define STRERROR(x) strerror(x) macro
1448 file, STRERROR(errno)); in flushlogs()
1664 argv[optind], STRERROR(errno)); in main()
1684 argv[0], STRERROR(errno)); in main()
1731 STRERROR(errno)); in openlogs()
1738 l->fd, STRERROR(errno)); in openlogs()
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c50 # define STRERROR(x) strerror(x) macro
180 STRERROR(errno)); in main()
H A Dipnat_y.y1317 STRERROR(errno)); in ipnat_parsefile()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y630 STRERROR(errno)); in ippool_parsefile()