Searched defs:STRERROR (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/
H A Dopts.h61 # define STRERROR(x) sys_errlist[x] macro
64 # define STRERROR(x) strerror(x) macro
/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
[all...]
H A Dipnat.c62 # define STRERROR(x) sys_errlist[x] macro
65 # define STRERROR(x) strerror(x) macro
H A Dipmon.c24 #define STRERROR(x) sys_errlist[x] macro
27 #define STRERROR(x) strerror(x) macro

Completed in 103 milliseconds