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

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/include/
H A Dmake_crypto.c67 fputs("#ifndef OPENSSL_DES_LIBDES_COMPATIBILITY\n", f);
68 fputs("#define OPENSSL_DES_LIBDES_COMPATIBILITY\n", f);
69 fputs("#endif\n", f);
70 fputs("#include <openssl/evp.h>\n", f);
71 fputs("#include <openssl/des.h>\n", f);
72 fputs("#include <openssl/rc4.h>\n", f);
73 fputs("#include <openssl/rc2.h>\n", f);
74 fputs("#include <openssl/md2.h>\n", f);
75 fputs("#include <openssl/md4.h>\n", f);
76 fputs("#includ
[all...]
/freebsd-9.3-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-9.3-release/contrib/gcc/config/i386/
H A Dkaos-i386.h23 #define TARGET_VERSION fputs (" (i386/kaOS[ELF])", stderr);
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dkaos-ppc.h23 #define TARGET_VERSION fputs (" (PowerPC/kaOS[ELF])", stderr);
/freebsd-9.3-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-9.3-release/contrib/cvs/src/
H A Dversion.c61 (void) fputs ("Client: ", stdout);
66 (void) fputs (PACKAGE_STRING, stdout);
67 (void) fputs (config_string, stdout);
72 (void) fputs ("Server: ", stdout);
79 fputs ("(unknown)\n", stdout);
/freebsd-9.3-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-9.3-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-9.3-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...]
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxexit.c54 fputs (_("ferror on stdout\n"), stderr);
59 fputs (_("fflush error on stdout\n"), stderr);
/freebsd-9.3-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-9.3-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);

Completed in 204 milliseconds

1234567891011>>