Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h66 # define STRERROR(x) sys_errlist[x] macro
69 # define STRERROR(x) strerror(x) macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c67 #define STRERROR(x) sys_errlist[x] macro
70 #define STRERROR(x) strerror(x) macro
H A Dipmon.c96 #define STRERROR(x) sys_errlist[x] macro
99 #define STRERROR(x) strerror(x) macro