Searched refs:stderr (Results 51 - 75 of 2566) sorted by relevance

1234567891011>>

/freebsd-10-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-10-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-10-stable/contrib/sendmail/libsm/
H A Dtest.c86 (void) fprintf(stderr,
89 (void) fprintf(stderr, Usage, argv[0], argv[0]);
117 (void) fprintf(stderr, "%d..", SmTestIndex);
122 (void) fprintf(stderr, "%d..", SmTestIndex);
123 (void) fprintf(stderr, "bad! %s:%d %s\n", filename, lineno,
129 (void) fprintf(stderr, "ok\n");
147 (void) fprintf(stderr, "%d of %d tests completed successfully\n",
150 (void) fprintf(stderr, "*** %d error%s in test! ***\n",
H A Dt-memstat.c32 fprintf(stderr, "usage: %s [options]\n", prg);
33 fprintf(stderr, "options:\n");
34 fprintf(stderr, "-l n loop n times\n");
35 fprintf(stderr, "-m n allocate n bytes per iteration\n");
36 fprintf(stderr, "-r name use name as resource to query\n");
37 fprintf(stderr, "-s n sleep n seconds per iteration\n");
68 fprintf(stderr, "strdup(%s) failed\n",
/freebsd-10-stable/contrib/texinfo/lib/
H A Dxexit.c54 fputs (_("ferror on stdout\n"), stderr);
59 fputs (_("fflush error on stdout\n"), stderr);
/freebsd-10-stable/usr.bin/ar/
H A Dutil.c49 fprintf(stderr, "%s: warning: ", bsdar->progname);
50 vfprintf(stderr, fmt, ap);
52 fprintf(stderr, ": %s", strerror(code));
53 fprintf(stderr, "\n");
70 fprintf(stderr, "%s: fatal: ", bsdar->progname);
71 vfprintf(stderr, fmt, ap);
73 fprintf(stderr, ": %s", strerror(code));
74 fprintf(stderr, "\n");
/freebsd-10-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-10-stable/lib/libc/tests/stdio/
H A Dperror_test.c57 /* Reopen stderr on a file descriptor other than 2. */
58 fclose(stderr);
61 ATF_REQUIRE(freopen(tmpfil, "r+", stderr) != NULL);
81 rewind(stderr);
82 s = fgets(lbuf, sizeof(lbuf), stderr);
86 s = fgets(lbuf, sizeof(lbuf), stderr);
90 s = fgets(lbuf, sizeof(lbuf), stderr);
95 s = fgets(lbuf, sizeof(lbuf), stderr);
97 fclose(stderr);
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.sh43 echo "snmpd already running -- pid `cat ${PID}`" >/dev/stderr
60 echo "cannot kill snmpd" >/dev/stderr
63 echo "stale pid file -- removing" >/dev/stderr
67 echo "snmpd not running" >/dev/stderr
/freebsd-10-stable/share/mk/
H A Dversion_gen.awk45 stderr = "/dev/stderr";
72 vfile) > stderr;
78 vfile, symver, v) > stderr;
88 vfile) > stderr;
96 vfile) > stderr;
103 vfile, $0) > stderr;
128 filename, FNR) > stderr;
133 "library version `%s'.\n", filename, FNR, $1) > stderr;
161 current_version, names[$1]) > stderr;
[all...]
/freebsd-10-stable/sbin/nandfs/
H A Drmsnap.c49 fprintf(stderr, "usage:\n");
50 fprintf(stderr, "\trmsnap snap node\n");
67 fprintf(stderr, "%s must be a number greater than 0\n",
75 fprintf(stderr, "nandfs_open: %s\n", nandfs_errmsg(&fs));
81 fprintf(stderr, "nandfs_delete_snap: %s\n", nandfs_errmsg(&fs));
/freebsd-10-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile14 FILES+= expected.stderr.1
15 FILES+= expected.stderr.2
16 FILES+= expected.stderr.3
17 FILES+= expected.stderr.4
18 FILES+= expected.stderr.5
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dmsg.c58 vfprintf(stderr, msg, args);
60 fprintf(stderr, " [yes]? ");
62 fprintf(stderr, " [no]? ");
63 fflush(stderr);
66 fprintf(stderr, "%c\n", ch);
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3prin.c75 fprintf(stderr, "Usage v3prin cert.pem\n");
79 fprintf(stderr, "Can't open %s\n", argv[1]);
83 fprintf(stderr, "Can't read certificate %s\n", argv[1]);
84 ERR_print_errors_fp(stderr);
94 ERR_print_errors_fp(stderr);
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf_check_test.sh38 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
43 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
60 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
64 grep 'stdout does not match golden output' stderr >/dev/null || \
66 grep 'stderr' stderr >/dev/null && \
67 atf_fail "atf_check prints the stderr header"
68 grep '^-foo' stderr >/dev/null || \
70 grep '^+bar' stderr >/dev/null || \
78 "stderr an
[all...]
/freebsd-10-stable/contrib/amd/wire-test/
H A Dwire-test.c72 fprintf(stderr, "%s", tmp_buf);
78 fprintf(stderr, "My IP address is 0x%x.\n", (unsigned int) htonl(myipaddr.s_addr));
91 fprintf(stderr, "NFS vers/proto failed: no such hostname \"%s\"\n", testhost);
101 fprintf(stderr, "NFS Version and protocol tests to host \"%s\"...\n", testhost);
104 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
107 fprintf(stderr, "failed!\n");
109 fprintf(stderr, "found version %d.\n", ret);
114 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
117 fprintf(stderr, "failed!\n");
119 fprintf(stderr, "foun
[all...]
/freebsd-10-stable/contrib/opie/
H A Dopiepasswd.c81 fprintf(stderr, "usage: %s [-v] [-h] [-c|-d] [-f] [-n initial_sequence_number]\n [-s seed] [username]\n", myname);
92 fprintf(stderr, "Error verifying database.\n");
105 fprintf(stderr, "Error verifying key -- possible database corruption.\n");
133 fprintf(stderr, "Who are you?");
145 fprintf(stderr, "Sorry, but the -f option is not supported by this build of OPIE.\n");
200 fprintf(stderr, "Error: Can't update key database.\n");
203 fprintf(stderr, "Error reading key database\n");
210 fprintf(stderr, "Seeds must be less than %d characters long.", OPIE_SEED_MAX);
214 fprintf(stderr, "Seeds must be greater than %d characters long.", OPIE_SEED_MIN);
222 fprintf(stderr, "Erro
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A Derror.c66 /* If NULL, error will flush stdout, then print on stderr the program
150 fprintf (stderr, "%s: ", program_name);
156 vfprintf (stderr, message, args);
158 _doprnt (message, args, stderr);
162 fprintf (stderr, message, a1, a2, a3, a4, a5, a6, a7, a8);
171 fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf));
176 fprintf (stderr, ": %s", errbuf);
179 fprintf (stderr, ": %s", strerror (errnum));
182 putc ('\n', stderr);
183 fflush (stderr);
[all...]
/freebsd-10-stable/contrib/libyaml/tests/
H A Dexample-reformatter.c46 fprintf(stderr, "Unrecognized option: %s\n"
118 fprintf(stderr, "Memory error: Not enough memory for parsing\n");
123 fprintf(stderr, "Reader error: %s: #%X at %d\n", parser.problem,
127 fprintf(stderr, "Reader error: %s at %d\n", parser.problem,
134 fprintf(stderr, "Scanner error: %s at line %d, column %d\n"
141 fprintf(stderr, "Scanner error: %s at line %d, column %d\n",
149 fprintf(stderr, "Parser error: %s at line %d, column %d\n"
156 fprintf(stderr, "Parser error: %s at line %d, column %d\n",
164 fprintf(stderr, "Internal error\n");
180 fprintf(stderr, "Memor
[all...]
/freebsd-10-stable/tools/regression/lib/libc/gen/
H A Dtest-popen.c61 fprintf(stderr, "fcntl(F_GETFD) failed\n"), failures++;
64 fprintf(stderr, "Bad cloexec flag\n"), failures++;
84 fprintf(stderr, "popen(, \"%s\") failed", mode);
91 fprintf(stderr, "Bad exit status (no I/O)\n"), failures++;
98 fprintf(stderr, "popen(, \"%s\") failed", mode);
104 fprintf(stderr, "Input error 1\n"), failures++;
107 fprintf(stderr, "Bad exit status (input)\n"), failures++;
114 fprintf(stderr, "popen(, \"%s\") failed", mode);
120 fprintf(stderr, "Input error 2\n"), failures++;
122 fprintf(stderr, "Ba
[all...]
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_debug.c64 (void)fprintf(stderr, "%s: pgsz %u",
67 (void)fprintf(stderr, " keys %u", t->bt_nrecs);
71 (void)fprintf(stderr, "%s%s", sep, name); \
82 (void)fprintf(stderr, ")\n");
104 (void)fprintf(stderr, "magic %x\n", m->magic);
105 (void)fprintf(stderr, "version %u\n", m->version);
106 (void)fprintf(stderr, "psize %u\n", m->psize);
107 (void)fprintf(stderr, "free %u\n", m->free);
108 (void)fprintf(stderr, "nrecs %u\n", m->nrecs);
109 (void)fprintf(stderr, "flag
[all...]
/freebsd-10-stable/contrib/apr/passwd/
H A Dapr_getpass.c98 fputs(prompt, stderr);
123 fputs(prompt, stderr);
127 fputs("[EOF]\n", stderr);
136 fputs("\b \b", stderr);
139 fputc('\a', stderr);
144 fputs("\b \b", stderr);
148 fputs("^C\n", stderr);
152 fputs("^Z\n", stderr);
156 fputc('\n', stderr);
157 fputs(prompt, stderr);
[all...]
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp74 fputs(i_to_a(n), stderr); local
77 fputs(ui_to_a(u), stderr); local
80 putc(c, stderr);
83 fputs(s, stderr);
86 fprintf(stderr, "%g", d);
107 fputc('%', stderr);
126 putc(c, stderr);
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c19 fprintf(stderr, "%s\n", msg);
44 fprintf(stderr, "ret = %d\n", ret);
54 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
61 fprintf(stderr, "ret = %d\n", ret);
74 fprintf(stderr, "ret = %d; in_used = %d\n", ret, in_used);
80 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);
90 fprintf(stderr, "Usage: %s [bb|bc|cc|cb]\n", argv[0]);

Completed in 1214 milliseconds

1234567891011>>