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

1234567891011>>

/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_exceptions_test.cc9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Deprintf.c32 fprintf(stderr, format, assertion_expression, line, file);
33 fflush(stderr);
/src/usr.bin/make/unit-tests/
H A Djob-output.exp5 begin stdout-and-stderr
8 This is stderr.
9 only stderr:
10 end stdout-and-stderr
12 This is stderr.
H A Djob-output.mk7 @${MAKE} -f ${MAKEFILE} -j1 stdout-and-stderr
8 @${MAKE} -f ${MAKEFILE} -j1 echo-on-stdout-and-stderr
22 # In parallel mode, both stdout and stderr from the child process are
25 # expect: begin stdout-and-stderr
28 # expect: This is stderr.
29 # expect: only stderr:
30 # expect: end stdout-and-stderr
31 stdout-and-stderr:
34 @${MAKE} -f ${MAKEFILE} echo-on-stdout-and-stderr 2>/dev/null
35 @echo only stderr
[all...]
/src/regress/lib/libc/ieeefp/testfloat/
H A Dfail.c70 fprintf( stderr, "%s: ", fail_programName );
72 vfprintf( stderr, message, varArgs );
74 fputs( ".\n", stderr );
/src/lib/libc/gen/
H A Dverrx.c59 (void)fprintf(stderr, "%s: ", getprogname());
61 (void)vfprintf(stderr, fmt, ap);
62 (void)fprintf(stderr, "\n");
H A Dvwarnx.c59 (void)fprintf(stderr, "%s: ", getprogname());
61 (void)vfprintf(stderr, fmt, ap);
62 (void)fprintf(stderr, "\n");
H A Dverrc.c60 (void)fprintf(stderr, "%s: ", getprogname());
62 (void)vfprintf(stderr, fmt, ap);
63 (void)fprintf(stderr, ": ");
65 (void)fprintf(stderr, "%s\n", strerror(code));
H A Dvwarnc.c60 (void)fprintf(stderr, "%s: ", getprogname());
62 (void)vfprintf(stderr, fmt, ap);
63 (void)fprintf(stderr, ": ");
65 (void)fprintf(stderr, "%s\n", strerror(code));
/src/tests/lib/libc/gen/posix_spawn/
H A Dh_spawn.c48 fprintf(stderr, "uid/gid do not match effective ids, "
55 fprintf(stderr, "usage:\n\t%s (retcode)\n", getprogname());
60 fprintf(stderr,
66 fprintf(stderr, "%s exiting with status %lu\n", getprogname(), ret);
H A Dh_fileactions.c48 * (and does some stderr diagnostics in case of errors).
60 fprintf(stderr, "%s: filedesc 3 is not closed\n",
66 fprintf(stderr, "%s: filedesc 4 is not closed\n",
72 fprintf(stderr, "%s: could not write to filedesc 5\n",
78 fprintf(stderr, "%s: could not write to filedesc 6\n",
85 fprintf(stderr, "%s: could not fstat stdout\n",
90 fprintf(stderr, "%s: could not fstat filedesc 7\n",
95 fprintf(stderr, "%s: could not write to filedesc 7\n",
100 fprintf(stderr, "%s: stat results differ\n", getprogname());
/src/usr.sbin/umcpmioctl/
H A Dumcpmioctl.c52 fprintf(stderr, "Usage: %s [-dh] device cmd args\n\n",
59 fprintf(stderr, "%s [-dh] device %s %s %s\n",
65 fprintf(stderr, "%s [-dh] device %s %s %s\n",
70 fprintf(stderr, "%s [-dh] device %s %s\n",
76 fprintf(stderr, "\n");
77 fprintf(stderr, "sram - The SRAM on the chip\n");
78 fprintf(stderr, "gp - The GPIO pin state and function\n");
79 fprintf(stderr, "cs - Chip Settings\n");
80 fprintf(stderr, "usbman - USB Manufacturer Descriptor\n");
81 fprintf(stderr, "usbpro
[all...]
/src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Dchksum.c72 fprintf(stderr, "short read\n");
75 fprintf(stderr, "Cksum field = 0x%x, ", myblock[1]);
77 fprintf(stderr, "cksum = 0x%x\n", cks);
79 fprintf(stderr, "New cksum field = 0x%x, ", myblock[1]);
81 fprintf(stderr, "cksum = 0x%x\n", cks1);
/src/tests/libexec/ld.elf_so/data/
H A DMakefile7 FILES= symver-output-ref-stderr.v0-v0
8 FILES+= symver-output-ref-stderr.v0-v1
9 FILES+= symver-output-ref-stderr.v0-v2
10 FILES+= symver-output-ref-stderr.v1-v0
11 FILES+= symver-output-ref-stderr.v1-v1
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
/src/sbin/newfs_lfs/
H A Dmisc.c64 (void)fprintf(stderr, "%s: ", progname);
65 (void)vfprintf(stderr, fmt, ap);
67 (void)fprintf(stderr, "\n");
/src/tests/usr.sbin/execsnoop/
H A Dt_execsnoop.sh31 stderr="execsnoop.stderr"
49 atf_check -s exit:0 -o ignore -e empty -x "execsnoop >$stdout 2>$stderr &"
59 cat $stderr >&2
/src/sys/arch/atari/stand/tostools/libtos/
H A Dkeywait.c51 fprintf(stderr, text);
52 fflush(stderr);
64 fprintf(stderr, (any_key ? "\r" : "\r\n"));
65 fflush(stderr);
/src/lib/liby/
H A Dyyerror.c50 (void)fprintf(stderr, "%s\n", msg);
/src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c17 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func.shared': %s\n",
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n",
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
/src/usr.bin/moduli/qsafe/
H A Dqsafe.c114 (void)fprintf(stderr,
127 (void)fprintf(stderr, "%10lu: comment or short"
143 (void)fprintf(stderr, "%10lu: known composite\n",
165 (void)fprintf(stderr, "%10lu: (%lu) "
182 (void)fprintf(stderr, "%10lu: (%lu)\n",
199 (void)fprintf(stderr, "%10lu: bit size %ul "
207 (void)fprintf(stderr, "%10lu: bit size %ul "
241 (void)fprintf(stderr,
259 (void)fprintf(stderr, "%10lu: q failed first "
274 (void)fprintf(stderr, "
[all...]
/src/bin/pax/
H A Dtty_subs.c144 * write a warning message to stderr. if "set" the exit value of pax
160 (void)fputc('\n', stderr);
163 (void)fprintf(stderr, "%s: ", argv0);
164 (void)vfprintf(stderr, fmt, ap);
166 (void)fputc('\n', stderr);
171 * write a warning message to stderr. if "set" the exit value of pax
190 (void)fprintf(stderr, "%s: ", argv0);
191 (void)vfprintf(stderr, fmt, ap);
198 (void)fprintf(stderr, " (%s)", strerror(errnum));
199 (void)fputc('\n', stderr);
[all...]
/src/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
/src/usr.bin/mklocale/
H A Dyacc.y325 fprintf(stderr,
334 fprintf(stderr, "%s\n", s);
500 fprintf(stderr, "Error: conflicting map entries\n");
761 fprintf(stderr, "ENCODING %.*s\n",
764 fprintf(stderr, "VARIABLE %.*s\n",
767 fprintf(stderr, "\nMAPLOWER:\n\n");
771 fprintf(stderr, " '%c'", (int)maplower.map[x]);
773 fprintf(stderr, "%04x", maplower.map[x]);
775 fprintf(stderr, "%4x", 0);
777 fprintf(stderr, "\
[all...]
/src/usr.sbin/fusermount/
H A Dfusermount.c79 (void) fprintf(stderr,
82 (void) fprintf(stderr, "\t-c\tuse kernel cache\n");
83 (void) fprintf(stderr, "\t-d name\tuse name in mount information\n");
84 (void) fprintf(stderr, "\t-h\tprint help information\n");
85 (void) fprintf(stderr, "\t-p\tcheck file permissions\n");
86 (void) fprintf(stderr, "\t-u\tunmount mount point(s)\n");
87 (void) fprintf(stderr,
/src/tests/fs/lfs/
H A Dt_resize.c83 fprintf(stderr, "* Mount fs [1]\n");
90 fprintf(stderr, "* Initial payload\n");
103 fprintf(stderr, "* Remount fs [2, to enlarge]\n");
113 fprintf(stderr, "* Resize (enlarge)\n");
123 fprintf(stderr, "* Mount fs [3, to shrink]\n");
133 fprintf(stderr, "* Resize (shrink)\n");
140 fprintf(stderr, "* Fsck after shrink\n");
149 fprintf(stderr, "* Mount fs [4, to check contents]\n");
160 fprintf(stderr, "* Fsck after final unmount\n");

Completed in 15 milliseconds

1234567891011>>