Searched refs:va_list (Results 26 - 50 of 246) sorted by relevance

12345678910

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dfprintf.c28 va_list arg;
H A Dfscanf.c27 va_list arg;
H A Dprintf.c29 va_list arg;
H A Dscanf.c32 va_list arg;
H A Dasprintf.c36 va_list arg;
H A Ddprintf.c32 va_list arg;
H A Dsprintf.c32 va_list arg;
H A Dsscanf.c32 va_list arg;
/haiku/src/tests/system/kernel/unit/
H A DTestOutput.cpp42 DebugTestOutput::PrintArgs(const char* format, va_list args)
H A DTestContext.h106 inline int PrintArgs(const char* format, va_list args);
109 void ErrorArgs(const char* format, va_list args);
139 TestContext::PrintArgs(const char* format, va_list args)
148 va_list args;
160 va_list args;
181 va_list args;
/haiku/src/tools/restest/
H A DWarnings.cpp45 va_list args;
53 Warnings::AddWarningV(const char* format, va_list arg)
72 va_list args;
80 Warnings::AddCurrentWarningV(const char* format, va_list arg)
H A DException.h32 va_list args;
57 va_list args;
83 void SetTo(status_t error, const char* format, va_list arg)
/haiku/headers/compatibility/bsd/
H A Dstdio.h23 int vasprintf(char **ret, char const *format, va_list ap);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxferror.c189 va_list ArgList;
230 va_list ArgList;
280 va_list ArgList;
315 va_list ArgList;
354 va_list ArgList;
395 va_list ArgList;
446 va_list ArgList;
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp47 va_list list;
69 va_list list;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddebug.cpp24 va_list list;
54 va_list list;
/haiku/src/system/boot/platform/u-boot/
H A Ddebug.cpp22 va_list list;
55 va_list list;
/haiku/src/system/boot/platform/next_m68k/
H A Ddebug.cpp36 va_list list;
60 va_list list;
/haiku/src/libs/stdc++/legacy/
H A Dsbscan.cc40 va_list ap;
/haiku/headers/private/storage/
H A DException.h35 va_list args;
60 va_list args;
86 void SetTo(status_t error, const char* format, va_list arg)
/haiku/src/libs/glut/
H A Dglut_util.c39 va_list args;
63 va_list args;
77 va_list args;
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp42 va_list args;
54 va_list args;
72 va_list args;
/haiku/src/system/boot/platform/openfirmware/
H A Ddebug.cpp34 va_list list;
47 dprintf_args(const char *format, va_list args)
62 va_list args;
/haiku/src/system/libroot/os/
H A Ddebug.c207 va_list ap;
225 va_list ap;
245 va_list ap;
277 va_list list;
286 debug_vprintf(const char *format, va_list args)
298 va_list list;
308 ktrace_vprintf(const char *format, va_list args)
/haiku/headers/build/gcc-2.95.3/
H A Dstdarg.h143 /* Define va_list, if desired, from __gnuc_va_list. */
144 /* We deliberately do not define va_list when called from
146 va_list. stdio.h needs to have access to that data type,
159 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
167 #define _VA_LIST va_list
170 typedef __gnuc_va_list va_list; typedef
190 typedef __gnuc_va_list va_list; typedef

Completed in 529 milliseconds

12345678910