Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/consadm/
H A Dutils.c30 static const char ERRNO_FMT[] = ": %s\n"; variable
49 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in warn()
67 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/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)); in warn()
69 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/illumos-gate/usr/src/cmd/pools/common/
H A Dutils.c39 static const char ERRNO_FMT[] = ": %s\n"; variable
77 (void) fprintf(stderr, ERRNO_FMT, strerror(err)); in warn()
95 (void) fprintf(stderr, ERRNO_FMT, strerror(err)); in die()
/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)); in warn()
82 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.c38 static const char ERRNO_FMT[] = ": %s\n"; variable
57 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in warn()
75 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c39 static const char ERRNO_FMT[] = ": %s\n"; variable
58 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in warn()
76 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/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)); in warn()
78 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_pname.c40 static const char ERRNO_FMT[] = ": %s\n"; variable
95 (void) fprintf(stderr, ERRNO_FMT, strerror(err)); in uu_warn_internal()
/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)); in vdprintfe()
/illumos-gate/usr/src/cmd/sort/
H A Dutility.c91 static const char ERRNO_FMT[] = ": %s\n"; variable
738 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in warn()
756 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err)); in die()
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c39 static char ERRNO_FMT[] = ": %s\n"; variable
71 gettext(ERRNO_FMT), strerror(err)); in warn()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c75 static const char ERRNO_FMT[] = ": %s"; variable
157 strlen(line), gettext(ERRNO_FMT), strerror(err)); in pu_output()