Searched refs:ERRNO_FMT (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/consadm/
H A Dutils.c32 static const char ERRNO_FMT[] = ": %s\n"; variable
51 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
69 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/pools/common/
H A Dutils.c41 static const char ERRNO_FMT[] = ": %s\n"; variable
79 (void) fprintf(stderr, ERRNO_FMT, strerror(err));
97 (void) fprintf(stderr, ERRNO_FMT, strerror(err));
/illumos-gate/usr/src/cmd/rctladm/
H A Dutils.c37 static char ERRNO_FMT[] = ": %s\n"; variable
53 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
69 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.c40 static const char ERRNO_FMT[] = ": %s\n"; variable
59 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
77 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.c45 static const char ERRNO_FMT[] = ": %s\n"; variable
64 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
82 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c41 static const char ERRNO_FMT[] = ": %s\n"; variable
60 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
78 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/acctadm/
H A Dutils.c46 static char ERRNO_FMT[] = ": %s\n"; variable
62 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
78 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_pname.c42 static const char ERRNO_FMT[] = ": %s\n"; variable
97 (void) fprintf(stderr, ERRNO_FMT, strerror(err));
/illumos-gate/usr/src/cmd/rcap/common/
H A Dutils.c38 static char ERRNO_FMT[] = ": %s"; variable
73 strlen(buf), gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c39 static char ERRNO_FMT[] = ": %s\n"; variable
71 gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.c93 static const char ERRNO_FMT[] = ": %s\n"; variable
740 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
758 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c87 static const char ERRNO_FMT[] = ": %s"; variable
169 strlen(line), gettext(ERRNO_FMT), strerror(err));

Completed in 108 milliseconds