Searched refs:fputs (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/freebsd-10.1-release/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);
H A Dsemiaof.h33 #define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
H A Drtems-elf.h23 #define TARGET_VERSION fputs (" (ARM/ELF RTEMS)", stderr);
H A Dxscale-coff.h34 #define TARGET_VERSION fputs (" (XScale/COFF)", stderr);
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dkaos-i386.h23 #define TARGET_VERSION fputs (" (i386/kaOS[ELF])", stderr);
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Dkaos-ppc.h23 #define TARGET_VERSION fputs (" (PowerPC/kaOS[ELF])", stderr);
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Dvterminate.cc52 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);
/freebsd-10.1-release/contrib/opie/
H A Dopieserv.c32 fputs("Principal: ", stderr);
45 fputs("System error!\n", stderr);
50 fputs("User not found!\n", stderr);
53 fputs("System error!\n", stderr);
60 fputs(challenge, stdout);
63 fputs("Response: ", stderr);
65 fputs("Error reading response!\n", stderr);
71 fputs("System error!\n", stderr);
74 fputs("User verified.\n", stderr);
77 fputs("Verif
[all...]
H A Dopiegen.c34 fputs("Sorry, but you don't seem to be on a secure terminal.\n", stderr);
41 fputs("Challenge: ", stderr);
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);
78 fputs(response, stdout);
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-otv.c66 fputs("flags [", stdout);
68 fputs("I", stdout);
70 fputs(".", stdout);
71 fputs("] ", stdout);
H A Dprint-vxlan.c62 fputs("flags [", stdout);
64 fputs("I", stdout);
66 fputs(".", stdout);
67 fputs("] ", stdout);
H A Dprint-ah.c64 fputs("[truncated]", stdout);
65 fputs("): ", stdout);
69 fputs("[|AH]", stdout);
H A Dprint-timed.c55 fputs("[|timed]", stdout);
64 fputs(" [|timed]", stdout);
70 fputs(" [|timed]", stdout);
77 fputs(" [|timed]", stdout);
86 fputs(" [|timed]", stdout);
94 fputs(" time ", stdout);
106 fputs(" [|timed]", stdout);
108 fputs(" name ", stdout);
/freebsd-10.1-release/bin/sh/
H A Dmksyntax.c129 fputs(writer, hfile);
130 fputs(writer, cfile);
132 fputs("#include <sys/cdefs.h>\n", hfile);
133 fputs("#include <limits.h>\n\n", hfile);
136 fputs("/* Syntax classes */\n", hfile);
139 fputs(buf, hfile);
145 fputs("/* Syntax classes for is_ functions */\n", hfile);
148 fputs(buf, hfile);
154 fputs("#define SYNBASE (1 - CHAR_MIN)\n", hfile);
155 fputs("#defin
[all...]
H A Dmknodes.c230 fputs(writer, hfile);
233 fputs("\n\n\n", hfile);
239 fputs("};\n\n\n", hfile);
241 fputs("union node {\n", hfile);
246 fputs("};\n\n\n", hfile);
247 fputs("struct nodelist {\n", hfile);
248 fputs("\tstruct nodelist *next;\n", hfile);
249 fputs("\tunion node *n;\n", hfile);
250 fputs("};\n\n\n", hfile);
251 fputs("struc
[all...]
/freebsd-10.1-release/contrib/texinfo/lib/
H A Dxexit.c54 fputs (_("ferror on stdout\n"), stderr);
59 fputs (_("fflush error on stdout\n"), stderr);
/freebsd-10.1-release/sys/contrib/xz-embedded/userspace/
H A Dxzminidec.c33 fputs("Uncompress a .xz file from stdin to stdout.\n"
80 fputs(argv[0], stderr);
81 fputs(": ", stderr);
82 fputs("Unsupported check; not verifying "
128 fputs(argv[0], stderr);
129 fputs(": ", stderr);
130 fputs(msg, stderr);
/freebsd-10.1-release/contrib/gcc/
H A Dgenconditions.c121 fputs (" { \"", stdout);
126 case '\n': fputs ("\\n\\", stdout); break;
134 fputs ("\",\n __builtin_constant_p ", stdout);
136 fputs ("\n ? (int) ", stdout);
138 fputs ("\n : -1 },\n", stdout);
H A Dprint-tree.c275 fputs (" side-effects", file);
278 fputs (" readonly", file);
280 fputs (" constant", file);
282 fputs (" sizes-gimplified", file);
285 fputs (" invariant", file);
287 fputs (" addressable", file);
289 fputs (" volatile", file);
291 fputs (" asm_written", file);
293 fputs (" used", file);
295 fputs (TYPE_
[all...]

Completed in 194 milliseconds

1234567891011>>