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

/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h61 # define STRERROR(x) sys_errlist[x] macro
64 # define STRERROR(x) strerror(x) macro
/freebsd-12-stable/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.c51 # define STRERROR(x) strerror(x) macro
H A Dipmon.c23 #define STRERROR(x) strerror(x) macro

Completed in 44 milliseconds