Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 51) sorted by relevance

123

/haiku/src/libs/glut/
H A Dglut_util.c44 vfprintf(stderr, format, args); in __glutWarning()
68 vfprintf(stderr, format, args); in __glutFatalError()
82 vfprintf(stderr, format, args); in __glutFatalUsage()
/haiku/src/system/boot/loader/
H A Dstdio.cpp85 vfprintf(FILE *file, const char *format, va_list list) in vfprintf() function
107 return vfprintf(stdout, format, args); in vprintf()
117 int status = vfprintf(stdout, format, args); in printf()
130 int status = vfprintf(file, format, args); in fprintf()
/haiku/src/libs/bsd/
H A Derr.c104 vfprintf(err_file, fmt, ap); in verrc()
129 vfprintf(err_file, fmt, ap); in verrx()
172 vfprintf(err_file, fmt, ap); in vwarnc()
198 vfprintf(err_file, fmt, ap); in vwarnx()
/haiku/headers/cpp/
H A Diostdio.h93 #define vfprintf _IO_vfprintf macro
94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args)
/haiku/src/kits/package/hpkg/
H A DStandardErrorOutput.cpp20 vfprintf(stderr, format, args); in PrintErrorVarArgs()
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvprintf.c32 return vfprintf (stdout, format, arg);
H A Dfprintf.c32 done = vfprintf (stream, format, arg); in fprintf()
H A Dprintf.c33 done = vfprintf (stdout, format, arg); in printf()
H A Dprintf-parse.c46 # define vfprintf vfwprintf macro
H A DJamfile52 vfprintf.c
H A Dprintf-prs.c49 # define vfprintf vfwprintf macro
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h120 #define vfprintf(file, fmt, args) \ macro
121 do { char _b[MAX_FMT]; vfprintf(file, \
/haiku/src/tests/kits/media/nodetest/
H A Dmisc.cpp42 vfprintf(stdout,format,ap); in out()
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp75 vfprintf(dbgerr, format, list); in dprintf()
/haiku/src/bin/rc/
H A Drc.cpp54 vfprintf(stderr, format, ap); in warn()
69 vfprintf(stderr, format, ap); in error()
/haiku/src/system/libroot/os/
H A Ddebug.c214 ret = vfprintf(stdout, fmt, ap); in _debugPrintf()
249 ret = vfprintf(stdout, fmt, ap); in _xdebugPrintf()
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp75 vfprintf(stderr, format, args); in fssh_panic()
/haiku/src/bin/package/
H A DPackageWriterListener.cpp27 vfprintf(stderr, format, args); in PrintErrorVarArgs()
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c234 vfprintf(stderr, fmt, ap); in err_sys()
245 vfprintf(stderr, fmt, ap); in err_quit()
H A Dmulticat.c365 vfprintf(stderr, fmt, ap); in err_sys()
376 vfprintf(stderr, fmt, ap); in err_quit()
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h83 vfprintf(log, fmt, ap); in _iprint()
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp55 vfprintf(stderr, format, args); in panic()
68 vfprintf(stdout, format, args); in dprintf()
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h36 return vfprintf (stdout, __fmt, __arg); in vprintf()
/haiku/headers/private/kernel/boot/
H A Dstdio.h47 extern int vfprintf(FILE *stream, char const *format, va_list ap);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c422 vfprintf(stderr,format,args); in ntfs_log_early_error()
496 ret += vfprintf(stream, format, args); in ntfs_log_handler_fprintf()

123