Searched refs:vprintf (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h309 * utprint - printf/vprintf output functions
361 vprintf (
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c191 vprintf(msg, ap);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp219 vprintf(format, args);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2629 void vprintf() {} function
H A Dlibroot_stubs.c2639 void vprintf() {} function
/haiku/src/system/boot/platform/efi/
H A Ddebug.cpp75 vprintf(format, args);
/haiku/headers/private/file_systems/
H A DDebugSupport.h50 # define __outv vprintf
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h95 #define vprintf(fmt, vl) driver_vprintf(fmt, vl) macro
/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/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp44 # define VPRINT(format, args) vprintf(format, args)
/haiku/src/bin/network/ftpd/
H A Dftpd.c2549 (void)vprintf(fmt, ap);
2568 (void)vprintf(fmt, ap);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.c959 vprintf(fmt, ap);
978 vprintf(fmt, ap);
996 vprintf(fmt, ap);
H A Dieee80211.c286 retval += vprintf(fmt, ap);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c124 vprintf(fmt, ap);
/haiku/headers/private/kernel/boot/
H A Dstdio.h46 extern int vprintf(char const *format, va_list ap);
/haiku/headers/posix/
H A Dstdio.h179 extern int vprintf(char const *format, va_list ap);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp95 vprintf(format, list);
/haiku/src/system/boot/platform/openfirmware/
H A Ddebug.cpp39 vprintf(format, list);
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp45 vprintf(format, args);
57 vprintf(format, args);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1104 vprintf(format, args);
/haiku/src/system/boot/loader/
H A Dstdio.cpp105 vprintf(const char *format, va_list args) function
/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/libroot/posix/glibc/include/bits/
H A Dstdio.h34 vprintf (__const char *__restrict __fmt, _G_va_list __arg) __THROW
/haiku/src/tools/cppunit/
H A DBTestCase.cpp46 vprintf(str, args);
H A DThreadedTestCase.cpp76 vprintf(str, args);

Completed in 241 milliseconds

12