Searched refs:stderr (Results 26 - 50 of 2618) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Derrors.c50 fprintf (stderr, "%s: warning: ", progname);
51 vfprintf (stderr, format, ap);
53 fputc('\n', stderr);
65 fprintf (stderr, "%s: ", progname);
66 vfprintf (stderr, format, ap);
68 fputc('\n', stderr);
82 fprintf (stderr, "%s: ", progname);
83 vfprintf (stderr, format, ap);
85 fputc('\n', stderr);
97 fprintf (stderr, "
[all...]
H A Dgenchecksum.c29 fputs ("Usage: genchecksums <filename>\n", stderr);
42 fprintf (stderr, "opening %s: %s\n", file, xstrerror (errno));
49 fprintf (stderr, "seeking in %s: %s\n", file, xstrerror (errno));
56 fprintf (stderr, "reading %s: %s\n", file, xstrerror (errno));
/freebsd-11-stable/contrib/opie/
H A Dopieserv.c32 fputs("Principal: ", stderr);
34 fprintf(stderr, "Error reading principal!");
45 fputs("System error!\n", stderr);
50 fputs("User not found!\n", stderr);
53 fputs("System error!\n", stderr);
56 fprintf(stderr, "Unknown error %d!\n", result);
63 fputs("Response: ", stderr);
65 fputs("Error reading response!\n", stderr);
71 fputs("System error!\n", stderr);
74 fputs("User verified.\n", stderr);
[all...]
H A Dopiegen.c34 fputs("Sorry, but you don't seem to be on a secure terminal.\n", stderr);
41 fputs("Challenge: ", stderr);
43 fprintf(stderr, "Error reading challenge!");
61 fputs("Secret pass phrase: ", stderr);
63 fputs("Error reading secret pass phrase!\n", stderr);
69 fputs("Not a valid OTP secret pass phrase.\n", stderr);
72 fputs("Error processing challenge!\n", stderr);
75 fputs("Not a valid OTP challenge.\n", stderr);
84 fprintf(stderr, "Unknown error %d!\n", result);
/freebsd-11-stable/crypto/heimdal/lib/vers/
H A Dprint_version.c53 fprintf(stderr, "%s (%s)\n", progname, package_list);
54 fprintf(stderr, "Copyright 1995-2011 Kungliga Tekniska H��gskolan\n");
56 fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT);
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lcl.h66 # define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
67 fprintf(stderr,"\n");}
/freebsd-11-stable/tools/test/testfloat/
H A Dfail.c38 fprintf( stderr, "%s: ", fail_programName );
40 vfprintf( stderr, message, varArgs );
42 fputs( ".\n", stderr );
/freebsd-11-stable/contrib/mdocml/
H A Dtest-wchar.c34 fputs("setlocale(LC_ALL, \"\") failed\n", stderr);
39 fprintf(stderr, "setlocale(LC_CTYPE, \"%s\") failed\n",
45 fprintf(stderr, "wchar_t is only %zu bytes\n",
51 fprintf(stderr, "wcwidth(L' ') returned %d\n", width);
58 fputs("bad putwchar return value\n", stderr);
/freebsd-11-stable/contrib/file/src/
H A Dprint.c55 (void) fprintf(stderr, "%u: %.*s %u", m->lineno,
59 (void) fprintf(stderr, "(%s,",
64 (void) fputc('~', stderr);
65 (void) fprintf(stderr, "%c%u),",
70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
74 (void) fputc('~', stderr);
78 (void) fputc('/', stderr);
80 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr);
83 stderr);
85 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh30 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt" <<EOF
35 cat stderr
36 rm -f stderr
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
46 cat stderr
47 rm -f stderr
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c47 (void) fprintf(stderr, "%s: ", progname);
51 (void) vfprintf(stderr, format, ap);
55 (void) fprintf(stderr, ": %s\n", strerror(err));
72 (void) fprintf(stderr, "%s: ", progname);
76 (void) vfprintf(stderr, format, ap);
80 (void) fprintf(stderr, ": %s\n", elf_errmsg(elf_errno()));
/freebsd-11-stable/usr.bin/keylogin/
H A Dkeylogin.c60 fprintf(stderr, "netname lookup failed -- make sure the ");
61 fprintf(stderr, "system domain name is set.\n");
67 fprintf(stderr, "Can't find %s's secret key\n", fullname);
71 fprintf(stderr, "Password incorrect for %s\n", fullname);
79 fprintf(stderr, "Could not set %s's secret key\n", fullname);
80 fprintf(stderr, "Maybe the keyserver is down?\n");
/freebsd-11-stable/sbin/dhclient/tests/
H A Dfake.c17 (void)vfprintf(stderr, fmt, ap);
19 fprintf(stderr, "\n");
30 (void)vfprintf(stderr, fmt, ap);
32 fprintf(stderr, "\n");
48 ret = vfprintf(stderr, fmt, ap);
50 fprintf(stderr, "\n");
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c94 fprintf(stderr, "\"%s\"", SourceName ? SourceName : "?");
96 fprintf(stderr, ", line %d", _nc_curr_line);
98 fprintf(stderr, ", col %d", _nc_curr_col);
100 fprintf(stderr, ", terminal '%s'", TermType);
101 fputc(':', stderr);
102 fputc(' ', stderr);
115 vfprintf(stderr, fmt, argp);
116 fprintf(stderr, "\n");
127 vfprintf(stderr, fmt, argp);
128 fprintf(stderr, "\
[all...]
/freebsd-11-stable/contrib/sendmail/test/
H A Dt_snprintf.c33 fprintf(stderr, "Add the following to devtools/Site/site.config.m4:\n\n");
34 fprintf(stderr, "APPENDDEF(`confENVDEF', `-DSNPRINTF_IS_BROKEN=1')\n\n");
37 fprintf(stderr, "snprintf() appears to work properly\n");
/freebsd-11-stable/contrib/bzip2/
H A Dunzcrash.c69 //fprintf ( stderr, "(byte %d bit %d mask %d)",
82 fprintf ( stderr, "usage: unzcrash filename\n" );
88 fprintf ( stderr, "unzcrash: can't open %s\n", argv[1] );
93 fprintf ( stderr, "%d bytes read\n", nIn );
100 fprintf ( stderr, "%d after compression\n", nZ );
103 fprintf ( stderr, "bit %d ", bit );
108 fprintf ( stderr, " %d %s ", r, bzerrorstrings[-r] );
111 fprintf ( stderr, "\n" );
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 fprintf(stderr, "mismatc
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dsemiaof.h33 #define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
/freebsd-11-stable/lib/liby/
H A Dyyerror.c43 (void)fprintf(stderr, "%s\n", msg);
/freebsd-11-stable/lib/libc/gen/
H A Dcrypt.c58 fprintf(stderr, "WARNING! des_setkey(3) not present in the system!\n");
69 fprintf(stderr, "WARNING! des_cipher(3) not present in the system!\n");
81 fprintf(stderr, "WARNING! setkey(3) not present in the system!\n");
92 fprintf(stderr, "WARNING! encrypt(3) not present in the system!\n");
/freebsd-11-stable/contrib/ldns/drill/
H A Derror.c19 fprintf(stderr, "Warning: ");
20 vfprintf(stderr, fmt, args);
21 fprintf(stderr, "\n");
36 fprintf(stderr, "Error: ");
37 vfprintf(stderr, fmt, args);
38 fprintf(stderr, "\n");
103 vfprintf(stderr, fmt, args);
104 fprintf(stderr, "\n");
111 fprintf(stderr, "[DEBUG] ");
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c46 * (and does some stderr diagnostics in case of errors).
58 fprintf(stderr, "%s: filedesc 3 is not closed\n",
64 fprintf(stderr, "%s: filedesc 4 is not closed\n",
70 fprintf(stderr, "%s: could not write to filedesc 5\n",
76 fprintf(stderr, "%s: could not write to filedesc 6\n",
83 fprintf(stderr, "%s: could not fstat stdout\n",
88 fprintf(stderr, "%s: could not fstat filedesc 7\n",
93 fprintf(stderr, "%s: could not write to filedesc 7\n",
98 fprintf(stderr, "%s: stat results differ\n", getprogname());
H A Dh_spawn.c43 fprintf(stderr, "usage:\n\t%s (retcode)\n", getprogname());
48 fprintf(stderr, "%s exiting with status %lu\n", getprogname(), ret);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Derror.c90 fprintf(stderr, "%s:%d: ", file, line);
91 vfprintf(stderr, format, args);
92 fprintf(stderr, "\n");
93 fflush(stderr);
100 fprintf(stderr, "%s:%d: %s: ", file, line,
103 vfprintf(stderr, format, args);
104 fprintf(stderr, "\n");
105 fflush(stderr);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dutils.c64 vfprintf (stderr, string, args);
65 fprintf (stderr, "\n");
79 fprintf (stderr, "gdb: ");
80 vfprintf (stderr, string, args);
81 fprintf (stderr, "\n");
92 fprintf (stderr, "gdb: ");
93 vfprintf (stderr, string, args);
94 fprintf (stderr, "\n");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.c36 (void) fprintf(stderr, "failed to bind to sysevent channel\n");
44 (void) fprintf(stderr, "failed to publisth sysevent\n");

Completed in 5620 milliseconds

1234567891011>>