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

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386-aout.h24 #define TARGET_VERSION fprintf (stderr, " (80386, BSD a.out syntax)");
H A Dkaos-i386.h23 #define TARGET_VERSION fputs (" (i386/kaOS[ELF])", stderr);
H A Dmach.h3 #define TARGET_VERSION fprintf (stderr, " (80386, Mach)");
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dkaos-arm.h23 #define TARGET_VERSION fputs (" (ARM/kaOS[ELF])", stderr);
H A Dkaos-strongarm.h23 #define TARGET_VERSION fputs (" (StrongARM/kaOS[ELF])", stderr);
H A Dstrongarm-pe.h23 #define TARGET_VERSION fputs (" (StrongARM/PE)", stderr);
H A Decos-elf.h23 #define TARGET_VERSION fputs (" (ARM/ELF Ecos)", stderr);
H A Dstrongarm-coff.h28 #define TARGET_VERSION fputs (" (StrongARM/COFF)", stderr);
H A Dstrongarm-elf.h24 #define TARGET_VERSION fputs (" (StrongARM/ELF non-Linux)", stderr);
H A Dxscale-elf.h24 #define TARGET_VERSION fputs (" (XScale/ELF non-Linux)", stderr);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dkaos-ppc.h23 #define TARGET_VERSION fputs (" (PowerPC/kaOS[ELF])", stderr);
H A Dvxworksae.h23 #define TARGET_VERSION fprintf (stderr, " (PowerPC VxWorks AE)");
/freebsd-11-stable/tools/regression/security/proc_to_proc/
H A Dtestuid.c41 fprintf(stderr, "test capabilities: ");
43 fprintf(stderr, "[SETSUGID_SUPPORTED] ");
46 fprintf(stderr, "[SETSUGID_SUPPORTED_BUT_NO_LIBC_STUB] ");
49 fprintf(stderr, "[CHECK_CRED_SET] ");
51 fprintf(stderr, "\n");
56 fprintf(stderr,
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmptutil.c51 fprintf(stderr, "usage: mptutil [-u unit] <command> ...\n\n");
52 fprintf(stderr, "Commands include:\n");
53 fprintf(stderr, " version\n");
54 fprintf(stderr, " show adapter - display controller information\n");
55 fprintf(stderr, " show config - display RAID configuration\n");
56 fprintf(stderr, " show drives - list physical drives\n");
57 fprintf(stderr, " show events - display event log\n");
58 fprintf(stderr, " show volumes - list logical volumes\n");
59 fprintf(stderr, " fail <drive> - fail a physical drive\n");
60 fprintf(stderr, " onlin
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dassert.cpp29 fprintf(stderr, "%s: ", program_name);
30 fprintf(stderr, "Failed assertion at line %d, file `%s'.\n",
32 fflush(stderr);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dwarnerr.c46 fprintf(stderr, "%s", progname);
48 fprintf(stderr, ": ");
51 vfprintf(stderr, fmt, ap);
53 fprintf(stderr, ": ");
56 fprintf(stderr, "%s", strerror(sverrno));
57 fprintf(stderr, "\n");
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfiutil.c56 fprintf(stderr, "usage: mfiutil [-de] [-u unit] <command> ...\n\n");
57 fprintf(stderr, "Commands include:\n");
58 fprintf(stderr, " version\n");
59 fprintf(stderr, " show adapter - display controller information\n");
60 fprintf(stderr, " show battery - display battery information\n");
61 fprintf(stderr, " show config - display RAID configuration\n");
62 fprintf(stderr, " show drives - list physical drives\n");
63 fprintf(stderr, " show events - display event log\n");
64 fprintf(stderr, " show firmware - list firmware images\n");
65 fprintf(stderr, " sho
[all...]
/freebsd-11-stable/contrib/flex/
H A Dyylex.c67 fprintf (stderr, "%d\t", num_rules + 1);
92 (void) putc (toktype, stderr);
96 (void) putc ('\n', stderr);
104 fputs ("%s", stderr);
108 fputs ("%x", stderr);
112 fputs ("%%\n", stderr);
124 fprintf (stderr, "'%s'", nmstr);
149 fprintf (stderr, "\\%c", yylval);
154 fprintf (stderr,
158 (void) putc (yylval, stderr);
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dvterminate.cc46 // stderr.
52 fputs("terminate called recursively\n", stderr);
70 fputs("terminate called after throwing an instance of '", stderr);
72 fputs(dem, stderr);
74 fputs(name, stderr);
75 fputs("'\n", stderr);
88 fputs(" what(): ", stderr);
89 fputs(w, stderr);
90 fputs("\n", stderr);
96 fputs("terminate called without an active exception\n", stderr);
[all...]
/freebsd-11-stable/contrib/byacc/
H A Derror.c10 fprintf(stderr, "%s: f - %s\n", myname, msg);
17 fprintf(stderr, "%s: f - out of space\n", myname);
24 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename);
31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n",
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n",
54 putc(*s, stderr);
56 putc('?', stderr);
58 putc('\n', stderr);
62 putc('\t', stderr);
64 putc(' ', stderr);
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_dbg.h37 #define ath3k_debug(...) if (ath3k_do_debug) fprintf(stderr, __VA_ARGS__)
38 #define ath3k_err(...) fprintf(stderr, __VA_ARGS__)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-err.c37 fprintf(stderr, "%s: ", strerror(errno));
38 vfprintf(stderr, fmt, args);
39 fputc('\n', stderr);
52 vfprintf(stderr, fmt, args);
53 fputc('\n', stderr);
66 fprintf(stderr, "%s: ", strerror(errno));
67 vfprintf(stderr, fmt, args);
68 fputc('\n', stderr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Deprintf.c24 fprintf(stderr, format, assertion_expression, line, file);
25 fflush(stderr);
/freebsd-11-stable/usr.bin/keylogout/
H A Dkeylogout.c54 fprintf(stderr,
56 fprintf(stderr,
63 fprintf(stderr, "Could not unset your secret key.\n");
64 fprintf(stderr, "Maybe the keyserver is down?\n");
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c85 fprintf(stderr, "Odd number of hex digits!");
160 fprintf(stderr, "Key length doesn't match, got %d expected %lu\n", kn,
169 fprintf(stderr, "EncryptInit failed\n");
170 ERR_print_errors_fp(stderr);
174 fprintf(stderr, "IV length set failed\n");
175 ERR_print_errors_fp(stderr);
179 fprintf(stderr, "Key/IV set failed\n");
180 ERR_print_errors_fp(stderr);
184 fprintf(stderr, "AAD set failed\n");
185 ERR_print_errors_fp(stderr);
[all...]

Completed in 131 milliseconds

1234567891011>>