Home
last modified time | relevance | path

Searched refs:VA_START (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl2/grep/dist/lib/
H A Derror.c38 # define VA_START(args, lastarg) va_start(args, lastarg) macro
41 # define VA_START(args, lastarg) va_start(args) macro
133 #if defined VA_START && __STDC__
143 #ifdef VA_START
155 #ifdef VA_START
156 VA_START (args, message);
195 #if defined VA_START && __STDC__
208 #ifdef VA_START
237 #ifdef VA_START
238 VA_START (args, message);
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Derror.c40 # define VA_START(args, lastarg) va_start(args, lastarg) macro
43 # define VA_START(args, lastarg) va_start(args) macro
172 #ifdef VA_START
247 #if defined VA_START && __STDC__
257 #ifdef VA_START
281 #ifdef VA_START
282 VA_START (args, message);
310 #if defined VA_START && __STDC__
323 #ifdef VA_START
372 #ifdef VA_START
[all …]
/netbsd-src/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dsnprintf.c11 # ifndef VA_START
12 # define VA_START(a, f) va_start(a, f) macro
19 # ifndef VA_START
20 # define VA_START(a, f) va_start(a)
38 VA_START(ap, fmt); in snprintf()
44 VA_START(ap, fmt); in snprintf()
/netbsd-src/sys/arch/x68k/stand/common/
H A Dxprintf.c194 #define VA_START(a, v) va_start(a, v) macro
196 #define VA_START(a, v) va_start(a) macro
214 VA_START(ap, fmt);
247 VA_START(ap, fmt);
267 VA_START(ap, fmt);
289 VA_START(ap, fmt);
312 VA_START(ap, fmt);
334 VA_START(ap, fmt);
355 VA_START(ap, fmt);
/netbsd-src/external/gpl2/gmake/dist/
H A Dmisc.c34 # define VA_START(args, lastarg) va_start(args, lastarg) macro
37 # define VA_START(args, lastarg) va_start(args) macro
49 # define VA_START(args, lastarg) macro
214 VA_START (args, fmt);
248 VA_START(args, fmt);
281 VA_START(args, fmt);
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dsystem.h182 # define VA_START(args, lastarg) va_start(args, lastarg) macro
185 # define VA_START(args, lastarg) va_start(args) macro
190 # define VA_START(args, lastarg) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h100 # define VA_START(ap, fmt) va_start(ap, fmt) macro
108 # define VA_START(ap, fmt) va_start(ap) macro
116 # define VA_START(ap, fmt) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h462 #undef VA_START
464 VA_FIXEDARG VA_CLOSE VA_START
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dutil.c344 #define VA_START(args, lastarg) va_start(args, lastarg) macro
346 #define VA_START(args, lastarg) va_start(args) macro
360 VA_START (args, format);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h454 #undef VA_START
456 VA_FIXEDARG VA_CLOSE VA_START
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c219 VA_START (ap, format);
249 VA_START (ap, format);
278 VA_START (ap, format);
306 VA_START (ap, format);
2462 VA_START (ap, format);
2517 VA_START (ap, format);
3974 VA_START (ap, format);
H A Dhtml.c526 VA_START (ap, format);
H A Dxml.c946 VA_START (ap, format);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h1080 #undef VA_START
1082 VA_FIXEDARG VA_CLOSE VA_START
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h1117 #undef VA_START
1119 VA_FIXEDARG VA_CLOSE VA_START
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DChangeLog478 VA_START.
481 VA_START.
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.0234 Use va_start instead of VA_START.
240 declarations. Use va_start instead of VA_START.
747 (xasprintf): Use VA_START instead of va_start.
/netbsd-src/external/gpl3/gcc/dist/include/
H A DChangeLog909 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-0415311 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
H A DChangeLog-91031615 * ansidecl.h (VPARAMS,VA_START): Define.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-0415311 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
H A DChangeLog-91031615 * ansidecl.h (VPARAMS,VA_START): Define.
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog-0415311 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog-0415311 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST)
H A DChangeLog-91031615 * ansidecl.h (VPARAMS,VA_START): Define.

12