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

/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
204 STRERROR(errno));
H A Dipmon.c92 #define STRERROR(x) sys_errlist[x] macro
95 #define STRERROR(x) strerror(x) macro
1382 file, STRERROR(errno));
1585 STRERROR(errno));
1591 fd[i], STRERROR(errno));
1611 argv[optind], STRERROR(errno));
1628 argv[0], STRERROR(errno));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h63 # define STRERROR(x) sys_errlist[x] macro
66 # define STRERROR(x) strerror(x) macro

Completed in 76 milliseconds