Searched refs:VA_START (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c9 # ifndef VA_START
10 # define VA_START(a, f) va_start(a, f) macro
12 # endif /* VA_START */
17 # ifndef VA_START
18 # define VA_START(a, f) va_start(a)
20 # endif /* VA_START */
36 VA_START(ap, fmt);
42 VA_START(ap, fmt);
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Derror.c36 # define VA_START(args, lastarg) va_start(args, lastarg) macro
39 # define VA_START(args, lastarg) va_start(args) macro
131 #if defined VA_START && __STDC__
141 #ifdef VA_START
153 #ifdef VA_START
154 VA_START (args, message);
194 #if defined VA_START && __STDC__
207 #ifdef VA_START
236 #ifdef VA_START
237 VA_START (arg
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Derror.c31 #define VA_START(args, lastarg) va_start(args, lastarg) macro
34 #define VA_START(args, lastarg) va_start(args) macro
142 VA_START (args, message);
239 VA_START (args, message);
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dsystem.h180 # define VA_START(args, lastarg) va_start(args, lastarg) macro
183 # define VA_START(args, lastarg) va_start(args) macro
188 # define VA_START(args, lastarg) macro
/freebsd-9.3-release/contrib/binutils/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
210 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
210 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
205 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-9.3-release/contrib/libreadline/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
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h412 #undef VA_START macro
414 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-9.3-release/contrib/cvs/diff/
H A Dutil.c347 #define VA_START(args, lastarg) va_start(args, lastarg)
349 #define VA_START(args, lastarg) va_start(args)
363 VA_START (args, format);
344 #define VA_START macro
346 #define VA_START macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c304 #ifdef VA_START
305 #undef VA_START macro
306 #endif /* defined(VA_START) */
312 #define VA_START(ap, last) va_start(ap, last) macro
316 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
1552 VA_START(ap, format);
1581 VA_START(ap, format);
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h757 #undef VA_START macro
759 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c219 VA_START (ap, format);
249 VA_START (ap, format);
278 VA_START (ap, format);
306 VA_START (ap, format);
2469 VA_START (ap, format);
2524 VA_START (ap, format);
3985 VA_START (ap, format);
H A Dhtml.c528 VA_START (ap, format);
H A Dxml.c946 VA_START (ap, format);

Completed in 216 milliseconds