Searched refs:fprintf (Results 226 - 250 of 2840) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386elf.h28 #define TARGET_VERSION fprintf (stderr, " (i386 bare ELF target)");
95 fprintf ((FILE), "\t.byte\t"); \
98 fprintf ((FILE), "0x%02x", *_ascii_bytes); \
103 fprintf ((FILE), "\n"); \
H A Dsysv4.h24 #define TARGET_VERSION fprintf (stderr, " (i386 System V Release 4)");
82 fprintf ((FILE), "\t.byte\t"); \
85 fprintf ((FILE), "0x%02x", *_ascii_bytes); \
90 fprintf ((FILE), "\n"); \
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Delf.h6 #define TARGET_VERSION fprintf (stderr, " (IA-64) ELF");
H A Dlinux.h6 #define TARGET_VERSION fprintf (stderr, " (IA-64) Linux");
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dvxworks.h21 #define TARGET_VERSION fprintf (stderr, " (MIPS, VxWorks syntax)");
/freebsd-11-stable/contrib/gcc/config/
H A Dnetbsd.h149 fprintf ((STREAM), "void __init() __asm__ (\".init\");"); \
150 fprintf ((STREAM), "void __init() {\n\t%s();\n}\n", (FUNC)); \
155 fprintf ((STREAM), "void __fini() __asm__ (\".fini\");"); \
156 fprintf ((STREAM), "void __fini() {\n\t%s();\n}\n", (FUNC)); \
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin64.h23 #define TARGET_VERSION fprintf (stderr, " (Darwin/PowerPC64)");
H A Deabisim.h24 #define TARGET_VERSION fprintf (stderr, " (PowerPC Simulated)");
H A Dwindiss.h23 #define TARGET_VERSION fprintf (stderr, " (PowerPC WindISS)");
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsysv4.h24 #define TARGET_VERSION fprintf (stderr, " (sparc ELF)");
97 do { fprintf ((FILE), "\t"); \
99 fprintf (FILE, " = "); \
101 fprintf (FILE, "\n"); \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstop-gdb.c57 fprintf (stderr, "Usage : %s <GDB name>\n", argv[0]);
71 fprintf (stderr, "Unable to allocate memory for name.");
87 fprintf (stderr, "Unable to lookup the GDB service port: %s.\n",
105 fprintf (stderr, "Message not sent, return code %d : %s\n", kr,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldver.c37 fprintf (stdout, _("GNU ld %s\n"), BFD_VERSION_STRING);
/freebsd-11-stable/share/syscons/scrnmaps/
H A Dmkscrfil.c49 fprintf(stderr, "usage: %s <mapfile>\n", argv[0]);
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dvfprintf.c48 * strings, since we are ging to let fprintf() do the hard work.
87 /* Execute the format string - let fprintf() do the hard work. */
91 count += fprintf(fp, fmt, va_arg(ap, char *));
99 count += fprintf(fp, fmt, va_arg(ap, long));
101 count += fprintf(fp, fmt, va_arg(ap, int));
106 count += fprintf(fp, fmt, va_arg(ap, double));
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c48 fprintf(stderr, "%s [%lld-%lld] ", p, lb, ub);
49 fprintf(stderr, "NUMBER NOT ACCEPTED %s\n", q);
52 fprintf(stderr, "%s [%lld-%lld] %lld ", p, lb, ub, val);
53 fprintf(stderr, "NUMBER ACCEPTED\n");
/freebsd-11-stable/crypto/openssh/
H A Duuencode.c82 fprintf(fp, "dump_base64: len > 65536\n");
88 fprintf(fp, "%c", buf[i]);
90 fprintf(fp, "\n");
93 fprintf(fp, "\n");
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dtverify.c78 fprintf(stderr, "cannot open: hash table\n" );
93 fprintf ( stderr, "Error retrieving %s\n", key.data );
96 fprintf ( stderr, "%s not found\n", key.data );
100 fprintf ( stderr, "data for %s is incorrect. Data was %s. Should have been %s\n", key.data, res.data, wp2 );
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c119 (void)fprintf(fp,
122 (void)fprintf(fp, "Login: %s\n", pw->pw_name);
123 (void)fprintf(fp, "Password: %s\n", pw->pw_passwd);
124 (void)fprintf(fp, "Uid [#]: %lu\n", (unsigned long)pw->pw_uid);
125 (void)fprintf(fp, "Gid [# or name]: %lu\n",
127 (void)fprintf(fp, "Change [month day year]: %s\n",
129 (void)fprintf(fp, "Expire [month day year]: %s\n",
131 (void)fprintf(fp, "Class: %s\n", pw->pw_class);
132 (void)fprintf(fp, "Home directory: %s\n", pw->pw_dir);
133 (void)fprintf(f
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Dexpr.c36 fprintf(stderr, "m4: %s in expr %s\n", msg, copy_toeval);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha256t.c69 fprintf(stdout, "Testing SHA-256 ");
74 fprintf(stderr, "\nTEST 1 of 3 failed.\n");
77 fprintf(stdout, ".");
85 fprintf(stderr, "\nTEST 2 of 3 failed.\n");
88 fprintf(stdout, ".");
105 fprintf(stderr, "\nTEST 3 of 3 failed.\n");
108 fprintf(stdout, ".");
111 fprintf(stdout, " passed.\n");
114 fprintf(stdout, "Testing SHA-224 ");
119 fprintf(stder
[all...]
/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg_proc.c26 fprintf(f, "%s\n", *msg);
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Derror.c79 fprintf(fp, "%s: ", prog);
85 fprintf(fp, "%04d-%02d-%02d %02d:%02d ", tm->tm_year+1900,
98 fprintf(fp, ": %s", strerror(x));
100 fprintf(fp, "\n");
/freebsd-11-stable/tools/test/testfloat/
H A Dfail.c38 fprintf( stderr, "%s: ", fail_programName );
/freebsd-11-stable/tests/sys/kern/execve/
H A Dexecve_helper.c48 fprintf(stderr, "usage: %s <progname>\n", argv[0]);
/freebsd-11-stable/usr.bin/revoke/
H A Drevoke.c40 fprintf(stderr, "usage: revoke file ...\n");

Completed in 174 milliseconds

1234567891011>>