Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/
H A Dopts.h65 # define STRERROR(x) sys_errlist[x] macro
68 # define STRERROR(x) strerror(x) macro
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c41 # define STRERROR(x) sys_errlist[x] macro
44 # define STRERROR(x) strerror(x) macro
H A Dipnat.c62 # define STRERROR(x) sys_errlist[x] macro
65 # define STRERROR(x) strerror(x) macro
H A Dipmon.c25 #define STRERROR(x) sys_errlist[x] macro
28 #define STRERROR(x) strerror(x) macro