Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstdio-write.c131 retval = vfprintf (stdout, format, args); in printf()
146 retval = vfprintf (stream, format, args); in fprintf()
157 return vfprintf (stdout, format, args); in vprintf()
163 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf() function
164 #undef vfprintf in vfprintf()
166 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF) in vfprintf()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Derrors.cc82 vfprintf(stderr, format, args); in fatal()
93 vfprintf(stderr, format, args); in fallback()
104 vfprintf(stderr, format, args); in error()
116 vfprintf(stderr, format, args); in warning()
127 vfprintf(stderr, format, args); in info()
136 vfprintf(stdout, format, args); in trace()
150 vfprintf(stderr, format, args); in error_at_location()
166 vfprintf(stderr, format, args); in warning_at_location()
224 vfprintf(stderr, format, args); in debug()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Derrors.cc82 vfprintf(stderr, format, args); in fatal()
93 vfprintf(stderr, format, args); in fallback()
104 vfprintf(stderr, format, args); in error()
116 vfprintf(stderr, format, args); in warning()
127 vfprintf(stderr, format, args); in info()
136 vfprintf(stdout, format, args); in trace()
150 vfprintf(stderr, format, args); in error_at_location()
166 vfprintf(stderr, format, args); in warning_at_location()
224 vfprintf(stderr, format, args); in debug()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2asm.c117 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data()
149 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta()
173 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_vms_delta()
206 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_offset()
233 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_offset()
266 vfprintf (asm_out_file, comment, ap);
289 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_addr()
311 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_addr_rtx()
359 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_nstring()
636 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data_uleb128()
[all …]
H A Derrors.c50 vfprintf (stderr, format, ap); in warning()
65 vfprintf (stderr, format, ap); in error()
82 vfprintf (stderr, format, ap); in fatal()
97 vfprintf (stderr, format, ap); in internal_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.cc163 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data()
195 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta()
219 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_vms_delta()
252 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_offset()
279 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_offset()
312 vfprintf (asm_out_file, comment, ap);
335 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_addr()
357 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_addr_rtx()
405 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_nstring()
682 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data_uleb128()
[all …]
H A Derrors.cc50 vfprintf (stderr, format, ap); in warning()
65 vfprintf (stderr, format, ap); in error()
82 vfprintf (stderr, format, ap); in fatal()
97 vfprintf (stderr, format, ap); in internal_error()
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Derr.h30 vfprintf(stderr, fmt, ap); in err()
50 vfprintf(stderr, fmt, ap); in errx()
64 vfprintf(stderr, fmt, ap); in warn()
78 vfprintf(stderr, fmt, ap); in warnx()
/netbsd-src/external/bsd/tmux/dist/compat/
H A Derr.c37 vfprintf(stderr, fmt, ap); in err()
55 vfprintf(stderr, fmt, ap); in errx()
72 vfprintf(stderr, fmt, ap); in warn()
89 vfprintf(stderr, fmt, ap); in warnx()
/netbsd-src/external/gpl2/lvm2/dist/lib/log/
H A Dlog.c242 vfprintf(stderr, trformat, ap); in print_log()
253 vfprintf(stderr, trformat, ap); in print_log()
263 vfprintf(stderr, trformat, ap); in print_log()
271 vfprintf(use_stderr ? stderr : stdout, trformat, ap); in print_log()
279 vfprintf(stderr, trformat, ap); in print_log()
288 vfprintf(stderr, trformat, ap); in print_log()
304 vfprintf(_log_file, trformat, ap); in print_log()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Derror.c52 vfprintf(diagfile, s, ap); in warn()
65 vfprintf(diagfile, s, ap); in err()
101 vfprintf(diagfile, s, ap); in execerr()
114 vfprintf(diagfile, s, ap); in fatal()
/netbsd-src/bin/pax/
H A Dtty_subs.c112 (void)vfprintf(ttyoutf, fmt, ap); in tty_prnt()
164 (void)vfprintf(stderr, fmt, ap); in tty_warn()
191 (void)vfprintf(stderr, fmt, ap); in syswarn()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dvfprintf.c9 #undef vfprintf
12 vfprintf (FILE *stream, const char *format, va_list ap) in vfprintf() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dvfprintf.c9 #undef vfprintf
12 vfprintf (FILE *stream, const char *format, va_list ap) in vfprintf() function
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dvfprintf.c9 #undef vfprintf
12 vfprintf (FILE *stream, const char *format, va_list ap) in vfprintf() function
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dvfprintf.c9 #undef vfprintf
12 vfprintf (FILE *stream, const char *format, va_list ap) in vfprintf() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbioprinttest.c325 return fprintf(stdout, "%*s# ", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_stdout()
330 return fprintf(stderr, "%*s# ", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_stderr()
345 return fprintf(stdout, "%*s", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_tapout()
350 return fprintf(stderr, "%*s", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_taperr()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Derror.c34 #undef vfprintf
38 #define vfprintf(stream, fmt, list) vprintf (fmt, list) macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Deprintf.c74 rv = vfprintf(stderr, frm, args); in veprintf()
76 vfprintf(stdout, frm, args); in veprintf()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Derror.c37 #undef vfprintf
38 #define vfprintf(stream, fmt, list) vprintf (fmt, list) macro
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Dprintffuns.c43 int vfprintf (FILE *, const char *, va_list);
76 (doprnt_format_t) vfprintf,
/netbsd-src/usr.bin/xlint/lint1/
H A Derr.c552 (void)vfprintf(out, msgs[msgid], ap); in verror_at()
573 (void)vfprintf(out, msgs[msgid], ap); in vwarning_at()
589 (void)vfprintf(out, msgs[msgid], ap); in vmessage_at()
778 (void)vfprintf(out, queries[query_id], ap); in enable_queries()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Derror.c44 vfprintf (stderr, msg, list); in gomp_vdebug()
62 vfprintf (stderr, fmt, list); in gomp_verror()
/netbsd-src/usr.bin/patch/
H A Dutil.c218 vfprintf(stderr, fmt, ap); in say()
233 vfprintf(stderr, fmt, ap); in fatal()
249 vfprintf(stderr, fmt, ap); in pfatal()
266 vfprintf(stdout, fmt, ap); in ask()
/netbsd-src/sbin/dkscan_bsdlabel/
H A Ddkscan_util.c103 vfprintf(stderr, format, ap); in aprint_error()
115 vfprintf(stdout, format, ap); in aprint_verbose()

12345678910>>...21