Searched refs:vprintf (Results 1 - 25 of 36) sorted by path

12

/haiku/headers/cpp/
H A Diostdio.h94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args) macro
/haiku/headers/private/bluetooth/
H A Ddebug.h19 vprintf(fmt, ap); va_end(ap);
28 vprintf(fmt, ap);
36 vprintf(fmt, ap);
/haiku/headers/private/media/
H A DMediaDebug.h17 inline void ERROR(const char *fmt, ...) { va_list ap; va_start(ap, fmt); printf("### ERROR: "); vprintf(fmt, ap); va_end(ap); }
18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1104 vprintf(format, args);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h24 inline void ERROR(const char *fmt, ...) { va_list ap; va_start(ap, fmt); printf("### ERROR: "); vprintf(fmt, ap); va_end(ap); }
25 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); }
/haiku/src/system/boot/loader/
H A Dstdio.cpp105 vprintf(const char *format, va_list args) function
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h34 vprintf (__const char *__restrict __fmt, _G_va_list __arg) __THROW
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h319 extern int vprintf (__const char *__restrict __format, _G_va_list __arg)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvprintf.c20 #undef __OPTIMIZE__ /* Avoid inline `vprintf' function. */
23 #undef vprintf macro
28 vprintf (format, arg) function
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp33 vprintf(format, args);
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp226 vprintf(format, args);
244 vprintf(format, args);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp382 vprintf(fmt, args);
392 vprintf(fmt, args);
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp208 vprintf(format, args);
/haiku/src/tests/system/boot/loader/
H A Dplatform_debug.cpp20 vprintf(format, args);
31 vprintf(format, args);
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp261 vprintf(format, args);
/haiku/src/tools/cppunit/
H A DBTestCase.cpp46 vprintf(str, args);
H A DThreadedTestCase.cpp76 vprintf(str, args);
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp45 vprintf(format, args);
57 vprintf(format, args);
/haiku/headers/posix/
H A Dstdio.h179 extern int vprintf(char const *format, va_list ap);
/haiku/headers/private/file_systems/
H A DDebugSupport.h50 # define __outv vprintf
/haiku/headers/private/kernel/boot/
H A Dstdio.h46 extern int vprintf(char const *format, va_list ap);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h309 * utprint - printf/vprintf output functions
361 vprintf (
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp44 # define VPRINT(format, args) vprintf(format, args)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c124 vprintf(fmt, ap);
/haiku/src/bin/network/ftpd/
H A Dftpd.c2549 (void)vprintf(fmt, ap);
2568 (void)vprintf(fmt, ap);

Completed in 134 milliseconds

12