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

12

/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/system/boot/loader/
H A Dplatform_debug.cpp20 vprintf(format, args);
31 vprintf(format, args);
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp45 vprintf(format, args);
57 vprintf(format, args);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Ddebug.cpp102 vprintf(format, args);
118 vprintf(format, args);
131 vprintf(format, args);
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp33 vprintf(format, args);
/haiku/headers/private/bluetooth/
H A Ddebug.h19 vprintf(fmt, ap); va_end(ap);
28 vprintf(fmt, ap);
36 vprintf(fmt, ap);
/haiku/src/tools/cppunit/
H A DBTestCase.cpp46 vprintf(str, args);
H A DThreadedTestCase.cpp76 vprintf(str, 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/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/system/boot/platform/openfirmware/
H A Ddebug.cpp39 vprintf(format, list);
/haiku/headers/cpp/
H A Diostdio.h94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args) macro
/haiku/src/system/boot/platform/efi/
H A Ddebug.cpp75 vprintf(format, args);
/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/boot/loader/
H A Dstdio.cpp105 vprintf(const char *format, va_list args) function
/haiku/headers/private/kernel/boot/
H A Dstdio.h46 extern int vprintf(char const *format, va_list ap);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h95 #define vprintf(fmt, vl) driver_vprintf(fmt, vl) macro
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp208 vprintf(format, args);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp95 vprintf(format, list);
/haiku/headers/private/file_systems/
H A DDebugSupport.h50 # define __outv vprintf
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h309 * utprint - printf/vprintf output functions
361 vprintf (
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp261 vprintf(format, args);
/haiku/headers/posix/
H A Dstdio.h179 extern int vprintf(char const *format, va_list ap);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp219 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);

Completed in 242 milliseconds

12