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

1234567891011>>

/freebsd-10.0-release/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.0-release/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.0-release/contrib/ntp/libisc/
H A Derror.c85 fprintf(stderr, "%s:%d: ", file, line);
86 vfprintf(stderr, format, args);
87 fprintf(stderr, "\n");
88 fflush(stderr);
95 fprintf(stderr, "%s:%d: %s: ", file, line,
98 vfprintf(stderr, format, args);
99 fprintf(stderr, "\n");
100 fflush(stderr);
/freebsd-10.0-release/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",
/freebsd-10.0-release/contrib/texinfo/lib/
H A Dxexit.c54 fputs (_("ferror on stdout\n"), stderr);
59 fputs (_("fflush error on stdout\n"), stderr);
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-perror.c61 /* Reopen stderr on a file descriptor other than 2. */
62 fclose(stderr);
65 if (freopen(tmpfil, "r+", stderr) == NULL)
84 rewind(stderr);
85 s = fgets(lbuf, sizeof(lbuf), stderr);
88 s = fgets(lbuf, sizeof(lbuf), stderr);
91 s = fgets(lbuf, sizeof(lbuf), stderr);
94 s = fgets(lbuf, sizeof(lbuf), stderr);
96 fclose(stderr);
/freebsd-10.0-release/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.0-release/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.0-release/contrib/atf/atf-sh/
H A Datf_check_test.sh42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
68 grep 'stdout does not match golden output' stderr >/dev/null || \
70 grep 'stderr' stderr >/dev/null && \
71 atf_fail "atf_check prints the stderr header"
72 grep '^-foo' stderr >/dev/null || \
74 grep '^+bar' stderr >/dev/null || \
82 "stderr an
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3prin.c76 fprintf(stderr, "Usage v3prin cert.pem\n");
80 fprintf(stderr, "Can't open %s\n", argv[1]);
84 fprintf(stderr, "Can't read certificate %s\n", argv[1]);
85 ERR_print_errors_fp(stderr);
94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
H A Dv3conf.c81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
/freebsd-10.0-release/lib/libc/stdio/
H A Dperror.c70 FLOCKFILE(stderr);
71 __sflush(stderr);
72 (void)_writev(stderr->_file, iov, (v - iov) + 1);
73 stderr->_flags &= ~__SOFF;
74 FUNLOCKFILE(stderr);
/freebsd-10.0-release/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.0-release/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.0-release/contrib/amd/wire-test/
H A Dwire-test.c76 fprintf(stderr, "%s", tmp_buf);
82 fprintf(stderr, "My IP address is 0x%x.\n", (unsigned int) htonl(myipaddr.s_addr));
95 fprintf(stderr, "NFS vers/proto failed: no such hostname \"%s\"\n", testhost);
106 fprintf(stderr, "NFS Version and protocol tests to host \"%s\"...\n", testhost);
109 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
112 fprintf(stderr, "failed!\n");
114 fprintf(stderr, "found version %d.\n", ret);
119 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
122 fprintf(stderr, "failed!\n");
124 fprintf(stderr, "foun
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/contrib/apr/passwd/
H A Dapr_getpass.c95 fputs(prompt, stderr);
109 fputs(prompt, stderr);
110 fflush(stderr);
122 fprintf(stderr,"\n");
123 fputs(prompt, stderr);
124 fflush(stderr);
159 fputs(prompt, stderr);
163 fputs("[EOF]\n", stderr);
172 fputs("\b \b", stderr);
175 fputc('\a', stderr);
[all...]
/freebsd-10.0-release/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.0-release/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]);
/freebsd-10.0-release/tools/regression/p1003_1b/
H A Dmain.c28 fprintf(stderr, "%s is unknown\n", argv[1]);
30 fprintf(stderr, "usage: %s [-a] or one of [", argv[0]);
32 fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
33 fprintf(stderr, "]\n");
44 fprintf(stderr,
51 fprintf(stderr, "p1003_1b %s\n", tab[i].t);
60 fprintf(stderr,
/freebsd-10.0-release/bin/pax/
H A Dtty_subs.c133 * write a warning message to stderr. if "set" the exit value of pax
150 (void)fputc('\n', stderr);
153 (void)fprintf(stderr, "%s: ", argv0);
154 (void)vfprintf(stderr, fmt, ap);
156 (void)fputc('\n', stderr);
161 * write a warning message to stderr. if "set" the exit value of pax
178 (void)fputc('\n', stderr);
181 (void)fprintf(stderr, "%s: ", argv0);
182 (void)vfprintf(stderr, fmt, ap);
189 (void)fprintf(stderr, " <
[all...]

Completed in 367 milliseconds

1234567891011>>