Searched refs:stderr (Results 1 - 25 of 517) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurserr.c70 (void) fprintf(stderr, _curs_gettext("Sorry, "));
71 (void) fprintf(stderr, curs_err_strings[curs_errno], curs_parm_err);
72 (void) fprintf(stderr, ".\r\n");
H A Dtermerr.c81 (void) fprintf(stderr, _curs_gettext("Sorry, "));
82 (void) fprintf(stderr, term_err_strings[term_errno-1], term_parm_err);
83 (void) fprintf(stderr, ".\r\n");
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_errorx.c66 fprintf(stderr, "%s: ", _cmdname);
72 vfprintf(stderr, fmt, args);
79 fprintf(stderr, ": errno = %d", saveerrno);
81 fprintf(stderr,": %s", str);
83 fputc('\n', stderr);
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticerror.c61 stderr, m_textmsg(3101, "%s: Warning in \"%s\" line %u,\n", "W _ filename line_num"),
65 (void) vfprintf(stderr, fmt, ap);
67 (void) fputc('\n', stderr);
86 stderr, m_textmsg(3102, "%s: Error in \"%s\" line %u,\n", "E _ filename line_num"),
90 (void) vfprintf(stderr, fmt, ap);
92 (void) fputc('\n', stderr);
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Deprintf.c62 nprf += fprintf(stderr, "%s: ", _cmdname);
64 nprf += vfprintf(stderr, fmt, args);
68 nprf += fprintf(stderr, ": error %d\n", saveerrno);
70 nprf += fprintf(stderr,": %s\n", str);
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dtest.c109 fprintf(stderr, "CRYPT_SHA256 ");
111 fprintf(stderr, "CRYPT_SHA512 ");
113 fprintf(stderr, "CRYPT_MAXCIPHERTEXTLEN = %d\n",
117 fprintf(stderr, "test %d (outlen=%d): ", cnt,
123 fprintf(stderr,
129 fprintf(stderr, "OK\n");
134 fprintf(stderr, "all tests OK\n");
136 fprintf(stderr, "%d tests failed\n", failures);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dtest.c88 (void) fprintf(stderr,
91 (void) fprintf(stderr, Usage, argv[0], argv[0]);
119 (void) fprintf(stderr, "%d..", SmTestIndex);
124 (void) fprintf(stderr, "%d..", SmTestIndex);
125 (void) fprintf(stderr, "bad! %s:%d %s\n", filename, lineno,
131 (void) fprintf(stderr, "ok\n");
149 (void) fprintf(stderr, "%d of %d tests completed successfully\n",
152 (void) fprintf(stderr, "*** %d error%s in test! ***\n",
H A Dt-memstat.c34 fprintf(stderr, "usage: %s [options]\n", prg);
35 fprintf(stderr, "options:\n");
36 fprintf(stderr, "-l n loop n times\n");
37 fprintf(stderr, "-m n allocate n bytes per iteration\n");
38 fprintf(stderr, "-r name use name as resource to query\n");
39 fprintf(stderr, "-s n sleep n seconds per iteration\n");
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.c68 (void) fprintf(stderr,
81 (void) fprintf(stderr,
98 (void) fprintf(stderr,
105 (void) fprintf(stderr,
121 (void) fprintf(stderr,
126 (void) fprintf(stderr,
138 (void) fprintf(stderr,
H A Dldapclient.c345 CLIENT_FPUTS(gettext("Unable to set locale.\n"), stderr);
349 CLIENT_FPUTS(gettext("Unable to set textdomain.\n"), stderr);
368 stderr);
387 CLIENT_FPRINTF(stderr,
396 (void) fprintf(stderr,
404 (void) fprintf(stderr,
413 stderr,
426 CLIENT_FPRINTF(stderr,
441 (void) fprintf(stderr,
453 (void) fprintf(stderr,
[all...]
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c41 fprintf (stderr, "Try ``mbchk --help'' for more information.\n");
64 fprintf (stderr, "%s: Read error.\n", filename);
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
92 fprintf (stderr,
101 fprintf (stderr,
122 fprintf (stderr,
131 fprintf (stderr,
140 fprintf (stderr,
149 fprintf (stderr,
160 fprintf (stderr,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dup.t35 $stderr = \*STDERR; bless $stderr, "IO::Handle";
38 $stderr->fdopen($stdout,"w");
41 print $stderr "ok 3\n";
53 $stderr->close;
57 $stderr->fdopen($duperr,"w");
/osnet-11/usr/src/lib/libpkg/common/
H A Dlogerr.c55 (void) fprintf(stderr, " ");
67 (void) putc(*pt, stderr);
69 (void) fprintf(stderr, " ");
71 (void) putc('\n', stderr);
H A Dprogerr.c47 (void) fprintf(stderr, "%d\n", error_num);
59 (void) fprintf(stderr,
86 (void) fprintf(stderr, pkg_gt("%s: ERROR: "), ProgName);
88 (void) fprintf(stderr, pkg_gt(" ERROR: "));
90 (void) vfprintf(stderr, fmt, ap);
94 (void) fprintf(stderr, "\n");
H A Dncgrpw.c89 (void) fprintf(stderr,
93 (void) fprintf(stderr, pkg_gt(ERR_MALLOC), fname, len,
97 (void) fprintf(stderr, pkg_gt(ERR_MALLOC), fname,
125 (void) fprintf(stderr, pkg_gt(ERR_NOINIT), "cgrnam()");
170 (void) fprintf(stderr,
192 (void) fprintf(stderr, pkg_gt(ERR_NOINIT), "cpwnam()");
240 (void) fprintf(stderr,
284 (void) fprintf(stderr, pkg_gt(ERR_NOINIT), "cgrgid()");
326 (void) fprintf(stderr,
348 (void) fprintf(stderr,
[all...]
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Derr.c38 (void) vfprintf(stderr, m, ap);
40 (void) fprintf(stderr, "\n");
62 (void) vfprintf(stderr, m, ap);
64 (void) fprintf(stderr, "\n");
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dalign.c49 fprintf(stderr, "Address %p is not 8 byte aligned\n",
51 fprintf(stderr, "Allocation size %d\n", 1<<i);
/osnet-11/usr/src/lib/passwdutil/
H A Ddebug.c57 (void) vfprintf(stderr, fmt, ap);
58 (void) fprintf(stderr, "\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A DswitchC.t27 stderr => 1 );
37 stderr => 1,
44 stderr => 1 );
45 like( $r, qr/^$b(?:\r?\n)?$/s, '-CE: UTF-8 stderr' );
49 stderr => 1 );
56 stderr => 1 );
61 stderr => 1,
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c55 (void) fprintf(stderr, "Usage: %s\n", argv[0]);
67 (void) fprintf(stderr, "%s: nvlist_alloc failed\n", argv[0]);
93 (void) fprintf(stderr, "%s: failed to build auth nvlist: %s\n",
105 (void) fprintf(stderr, "%s: failed to build fmri nvlist: %s\n",
124 (void) fprintf(stderr, "%s: failed to alloc nvlist "
133 (void) fprintf(stderr, "%s: failed to build list nvlist: %s\n",
143 (void) fprintf(stderr, "%s: fmd_msg_init failed: %s\n",
155 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
162 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
169 (void) fprintf(stderr, "
[all...]
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl24 puts stderr "***** BUILD PROBLEM *****"
25 puts stderr "$argv0 was linked against an older version"
26 puts stderr "of TCL that does not support Unicode, but uses a header"
27 puts stderr "file (\"tcl.h\") from a new TCL version that does support"
28 puts stderr "Unicode. This combination causes internal errors."
29 puts stderr "Recompile using a TCL library and header file that match"
30 puts stderr "and try again.\n**************************"
35 puts stderr "***** BUILD PROBLEM *****"
36 puts stderr "$argv0 was linked against an newer version"
37 puts stderr "o
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c61 fprintf(stderr,
68 fprintf(stderr, "->%s\n", ctx->err.msg);
79 fprintf(stderr, "spnego_vset_error_message(ctx=%p, code=%ld, ...)\n",
87 fprintf(stderr, "->%s\n", ctx->err.msg);
96 fprintf(stderr, "spnego_get_error_message(%p, %ld)\n", ctx, (long) code);
108 fprintf(stderr, "spnego_free_error_message(%p, %p)\n", ctx, msg);
120 fprintf(stderr, "spnego_clear_error_message(%p)\n", ctx);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c47 fprintf (stderr,
51 fprintf (stderr,
140 fprintf (stderr, "error: libhal_ctx_new\n");
145 fprintf (stderr, "error: libhal_ctx_set_dbus_connection: %s: %s\n", error.name, error.message);
151 fprintf (stderr, "error: libhal_ctx_init: %s: %s\n", error.name, error.message);
154 fprintf (stderr, "Could not initialise connection to hald.\n"
163 fprintf (stderr, "error: %s: %s\n", error.name, error.message);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c50 fprintf(stderr,
57 fprintf(stderr, "->%s\n", ctx->err.msg);
72 fprintf(stderr,
79 fprintf(stderr, "->%s\n", ctx->err.msg);
90 fprintf(stderr, "krb5_vset_error_message(ctx=%p, code=%ld, ...)\n",
98 fprintf(stderr, "->%s\n", ctx->err.msg);
121 fprintf(stderr, "krb5_get_error_message(%p, %ld)\n", ctx, (long) code);
133 fprintf(stderr, "krb5_free_error_message(%p, %p)\n", ctx, msg);
145 fprintf(stderr, "krb5_clear_error_message(%p)\n", ctx);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrelpath.c41 fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name);
92 fprintf (stderr, _("No path is specified.\n"));
98 fprintf (stderr, _("Unknown extra argument `%s'.\n"), argv[optind + 1]);

Completed in 93 milliseconds

1234567891011>>