Searched defs:STRERROR (Results 1 - 3 of 3) 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
H A Dipmon.c86 #define STRERROR(x) sys_errlist[x] macro
89 #define STRERROR(x) strerror(x) macro

Completed in 59 milliseconds