Searched refs:vsprintf (Results 26 - 50 of 58) sorted by last modified time

123

/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp49 inline void LOG(const char *fmt, ...) { char buf[1024]; va_list ap; va_start(ap, fmt); vsprintf(buf, fmt, ap); va_end(ap); \
/haiku/src/tools/fs_shell/
H A Dstdio.cpp18 int result = vsprintf(string, format, args);
43 return vsprintf(string, format, ap);
/haiku/src/servers/package/
H A DDebugSupport.cpp142 vsprintf(buffer, format, args);
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp143 vsprintf(buffer, format, args);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp142 vsprintf(buffer, format, args);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp142 vsprintf(buffer, format, args);
/haiku/src/kits/device/
H A DJoystick.cpp31 vsprintf(buf, fmt, ap);
H A DJoystickTweaker.cpp33 vsprintf(buf, fmt, ap);
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp85 vsprintf(msg, str, args);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp48 inline void LOG(const char *fmt, ...) { char buf[1024]; va_list ap; va_start(ap, fmt); vsprintf(buf, fmt, ap); va_end(ap); \
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c44 vsprintf(buf,text,ap);
71 vsprintf(buf,text,ap);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c61 vsprintf(buf,text,ap);
88 vsprintf(buf,text,ap);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c63 vsprintf(buf,text,ap);
90 vsprintf(buf,text,ap);
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c53 vsprintf(buf,text,ap);
82 vsprintf(buf,text,ap);
/haiku/src/tools/restest/
H A DException.h86 vsprintf(buffer, format, arg);
H A DWarnings.cpp56 vsprintf(buffer, format, arg);
83 vsprintf(buffer, format, arg);
/haiku/src/system/libroot/posix/glibc/libio/
H A Diovsprintf.c53 weak_alias (_IO_vsprintf, vsprintf)
H A Dstdio.h322 extern int vsprintf (char *__restrict __s, __const char *__restrict __format,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dsprintf.c24 # define vsprintf(s, f, a) INTUSE(_IO_vsprintf) (s, f, a) macro
36 done = vsprintf (s, format, arg);
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp217 vsprintf(buffer, format, args);
/haiku/src/system/kernel/debug/
H A Dgdb.cpp94 vsprintf(sReply + 1, format, args);
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp481 vsprintf(char *buffer, const char *format, va_list args) function
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c502 vsprintf(s, fmt, args);
H A Dyacc_cis.y407 vsprintf(str+strlen(str), msg, ap);
/haiku/src/bin/rc/
H A Dcompile.cpp178 vsprintf(rdef_err_msg, format, ap);

Completed in 120 milliseconds

123