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

/freebsd-9.3-release/contrib/ipfilter/
H A Dopts.h59 # define STRERROR(x) sys_errlist[x] macro
62 # define STRERROR(x) strerror(x) macro
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c62 # define STRERROR(x) sys_errlist[x] macro
65 # define STRERROR(x) strerror(x) macro
182 STRERROR(errno));
H A Dipmon.c86 #define STRERROR(x) sys_errlist[x] macro
89 #define STRERROR(x) strerror(x) macro
1410 file, STRERROR(errno));
1606 STRERROR(errno));
1612 fd[i], STRERROR(errno));
1626 argv[optind], STRERROR(errno));
1643 argv[0], STRERROR(errno));
H A Dippool_y.y383 STRERROR(errno));
H A Dipnat_y.y695 STRERROR(errno));
H A Dipf_y.y1729 STRERROR(errno));

Completed in 47 milliseconds