Home
last modified time | relevance | path

Searched refs:STRERROR (Results 1 – 6 of 6) 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
193 STRERROR(errno)); in main()
H A Dipmon.c96 #define STRERROR(x) sys_errlist[x] macro
99 #define STRERROR(x) strerror(x) macro
1386 file, STRERROR(errno));
1589 STRERROR(errno));
1595 fd[i], STRERROR(errno));
1615 argv[optind], STRERROR(errno));
1632 argv[0], STRERROR(errno));
H A Dippool_y.y441 STRERROR(errno));
H A Dipnat_y.y852 STRERROR(errno));
H A Dipf_y.y1815 STRERROR(errno));