Searched refs:STRERROR (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipfsyncd.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));
269 STRERROR(errno));
296 STRERROR(errno));
330 debug(1, "socket:%s\n", STRERROR(errno));
339 debug(1, "ioctl(SIOCGIFADDR):%s\n", STRERROR(errno));
352 inet_ntoa(addr), STRERROR(errn
[all...]
H A Dipmon.c24 #define STRERROR(x) sys_errlist[x] macro
27 #define STRERROR(x) strerror(x) macro
1515 file, STRERROR(errno));
1732 argv[optind], STRERROR(errno));
1752 argv[0], STRERROR(errno));
1798 STRERROR(errno));
1805 l->fd, STRERROR(errno));
H A Dipnat.c62 # define STRERROR(x) sys_errlist[x] macro
65 # define STRERROR(x) strerror(x) macro
202 STRERROR(errno));
H A Dippool_y.y622 STRERROR(errno));
H A Dipnat_y.y1330 STRERROR(errno));
H A Dipf_y.y1997 STRERROR(errno));
/freebsd-10.1-release/contrib/ipfilter/
H A Dopts.h61 # define STRERROR(x) sys_errlist[x] macro
64 # define STRERROR(x) strerror(x) macro

Completed in 343 milliseconds