Searched refs:STRERROR (Results 1 - 6 of 6) sorted by relevance

/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
/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));
H A Dippool_y.y443 STRERROR(errno));
H A Dipnat_y.y854 STRERROR(errno));
H A Dipf_y.y1815 STRERROR(errno));

Completed in 81 milliseconds