Symbol: vfprintf
headers/posix/stdio.h
181
extern int vfprintf(FILE *stream, char const *format, va_list ap);
headers/private/kernel/boot/stdio.h
45
extern int vfprintf(FILE *stream, char const *format, va_list ap);
src/add-ons/input_server/devices/wacom/MasterServerDevice.h
83
vfprintf(log, fmt, ap);
src/add-ons/kernel/bus_managers/acpi/ACPICAHaiku.cpp
399
vfprintf(AcpiGbl_DebugFile, fmt, args);
src/add-ons/kernel/bus_managers/acpi/ACPICAHaiku.cpp
407
vfprintf(AcpiGbl_OutputFile, fmt, args);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acclib.h
371
vfprintf (
src/add-ons/kernel/file_systems/ntfs/libntfs/logging.c
422
vfprintf(stderr,format,args);
src/add-ons/kernel/file_systems/ntfs/libntfs/logging.c
496
ret += vfprintf(stream, format, args);
src/add-ons/kernel/file_systems/ntfs/utils/utils.h
121
do { char _b[MAX_FMT]; vfprintf(file, \
src/add-ons/kernel/file_systems/userlandfs/server/beos/fs_cache.c
88
vfprintf(stderr, format, ap);
src/add-ons/print/transports/shared/DbgMsg.cpp
27
vfprintf(f, format, ap);
src/apps/haikudepot/packagemanagement/PackageManager.cpp
339
vfprintf(stderr, format, args);
src/apps/softwareupdater/CheckManager.cpp
178
vfprintf(stderr, format, args);
src/bin/package/PackageWriterListener.cpp
27
vfprintf(stderr, format, args);
src/bin/package_repo/command_create.cpp
39
vfprintf(stderr, format, args);
src/bin/package_repo/command_update.cpp
163
vfprintf(stderr, format, args);
src/bin/pkgman/PackageManager.cpp
165
vfprintf(stderr, format, args);
src/bin/rc/rc.cpp
54
vfprintf(stderr, format, ap);
src/bin/rc/rc.cpp
69
vfprintf(stderr, format, ap);
src/kits/package/hpkg/StandardErrorOutput.cpp
20
vfprintf(stderr, format, args);
src/kits/tracker/Utilities.h
515
vfprintf(logFile, fmt, ap);
src/libs/bsd/err.c
104
vfprintf(err_file, fmt, ap);
src/libs/bsd/err.c
129
vfprintf(err_file, fmt, ap);
src/libs/bsd/err.c
172
vfprintf(err_file, fmt, ap);
src/libs/bsd/err.c
198
vfprintf(err_file, fmt, ap);
src/libs/glut/glut_util.c
44
vfprintf(stderr, format, args);
src/libs/glut/glut_util.c
68
vfprintf(stderr, format, args);
src/libs/glut/glut_util.c
82
vfprintf(stderr, format, args);
src/libs/libsolv/solv/pool.c
917
vfprintf(stderr, format, args);
src/libs/print/libprint/DbgMsg.cpp
27
vfprintf(f, format, ap);
src/libs/x86emu/validate.c
600
vfprintf(stdout, fmt, argptr);
src/preferences/keymap/KeyboardLayout.cpp
336
vfprintf(stderr, reason, args);
src/system/boot/loader/stdio.cpp
107
return vfprintf(stdout, format, args);
src/system/boot/loader/stdio.cpp
117
int status = vfprintf(stdout, format, args);
src/system/boot/loader/stdio.cpp
130
int status = vfprintf(file, format, args);
src/system/boot/platform/amiga_m68k/debug.cpp
75
vfprintf(dbgerr, format, list);
src/system/boot/platform/bios_ia32/debug.cpp
126
vfprintf(stdout, format, args);
src/system/libroot/os/debug.c
214
ret = vfprintf(stdout, fmt, ap);
src/system/libroot/os/debug.c
249
ret = vfprintf(stdout, fmt, ap);
src/system/libroot/posix/glibc/include/bits/stdio.h
38
return vfprintf (stdout, __fmt, __arg);
src/system/libroot/posix/glibc/include/stdio_private.h
101
libc_hidden_proto (vfprintf)
src/system/libroot/posix/glibc/libio/stdio.h
381
extern int vfprintf (FILE *__restrict __s, const char *__restrict __format,
src/system/libroot/posix/glibc/stdio-common/fprintf.c
32
done = vfprintf (stream, format, arg);
src/system/libroot/posix/glibc/stdio-common/printf.c
33
done = vfprintf (stdout, format, arg);
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
226
vfprintf (FILE *s, const CHAR_T *format, va_list ap)
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2327
result = vfprintf (hp, format, args);
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2363
strong_alias (_IO_vfprintf_internal, vfprintf);
src/system/libroot/posix/glibc/stdio-common/vprintf.c
30
return vfprintf (stdout, format, arg);
src/system/libroot/posix/syslog.cpp
104
vfprintf(stderr, text, args);
src/tests/add-ons/kernel/file_systems/shared/random_file_actions.cpp
192
vfprintf(stderr, format, args);
src/tests/add-ons/kernel/file_systems/shared/random_file_actions.cpp
209
vfprintf(stderr, format, args);
src/tests/kits/media/nodetest/misc.cpp
42
vfprintf(stdout,format,ap);
src/tests/system/boot/heap/heap_test.cpp
26
vfprintf(stderr, format, args);
src/tests/system/kernel/cache/block_cache_test.cpp
88
vfprintf(stderr, format, args);
src/tests/system/kernel/cache/file_map_test.cpp
223
vfprintf(stderr, format, args);
src/tests/system/network/multicast/multicat.c
365
vfprintf(stderr, fmt, ap);
src/tests/system/network/multicast/multicat.c
376
vfprintf(stderr, fmt, ap);
src/tests/system/network/multicast/multisend.c
234
vfprintf(stderr, fmt, ap);
src/tests/system/network/multicast/multisend.c
245
vfprintf(stderr, fmt, ap);
src/tools/fs_shell/kernel_export.cpp
75
vfprintf(stderr, format, args);
src/tools/generate_boot_screen.cpp
41
vfprintf(stderr, s, args);