Searched refs:STRERROR (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipf/ipfsync/ |
H A D | ipfsyncd.c | 35 # 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 D | Makefile.UNIX | 84 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 D | opts.h | 60 # define STRERROR(x) sys_errlist[x] macro 63 # define STRERROR(x) strerror(x) macro
|
H A D | ipf_y.y | 2004 STRERROR(errno)); in ipf_parsefile()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 18 #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 D | ipnat.c | 50 # define STRERROR(x) strerror(x) macro 180 STRERROR(errno)); in main()
|
H A D | ipnat_y.y | 1317 STRERROR(errno)); in ipnat_parsefile()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool_y.y | 630 STRERROR(errno)); in ippool_parsefile()
|