Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dopts.h60 # define STRERROR(x) sys_errlist[x] macro
63 # define STRERROR(x) strerror(x) macro
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c35 # define STRERROR(x) sys_errlist[x] macro
38 # define STRERROR(x) strerror(x) macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c50 # define STRERROR(x) strerror(x) macro
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c18 #define STRERROR(x) strerror(x) macro