Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/usr.bin/grep/
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);
193 #if defined VA_START && __STDC__
206 #ifdef VA_START
235 #ifdef VA_START
236 VA_START (args, message);
/freebsd-9-stable/contrib/ntp/sntp/libopts/compat/
Dsnprintf.c9 # ifndef VA_START
10 # define VA_START(a, f) va_start(a, f) macro
17 # ifndef VA_START
18 # define VA_START(a, f) va_start(a)
36 VA_START(ap, fmt); in snprintf()
42 VA_START(ap, fmt); in snprintf()
/freebsd-9-stable/contrib/cvs/src/
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);
DChangeLog-93951514 (VA_START, va_alist, va_dcl): Move this stuff...
/freebsd-9-stable/contrib/texinfo/lib/
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-stable/contrib/gdb/include/
Dansidecl.h154 #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-stable/contrib/libreadline/examples/rlfe/
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-stable/contrib/binutils/include/
Dansidecl.h159 #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-stable/contrib/gcclibs/include/
Dansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
210 #define VA_START(va_list, var) va_start(va_list) macro
DChangeLog-91031615 * ansidecl.h (VPARAMS,VA_START): Define.
/freebsd-9-stable/contrib/ntp/libntp/
Dsnprintf.c304 #ifdef VA_START
305 #undef 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); in rpl_snprintf()
1581 VA_START(ap, format); in rpl_asprintf()
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dsystem.h415 #undef VA_START
417 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-9-stable/contrib/cvs/diff/
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);
/freebsd-9-stable/contrib/gcc/
Dsystem.h757 #undef VA_START
759 VA_FIXEDARG VA_CLOSE VA_START
DFSFChangeLog.102490 VA_START, PRINTF_ALIST, PRINTF_DCL, PRINTF_PROTO, PRINTF_PROTO_1,
9308 (__attribute__, PROTO, VA_START, PRINTF_ALIST, PRINTF_DCL): New macros.
DFSFChangeLog.1114010 (PROTO,VPROTO,PVPROTO,VPROTO,VA_START,NULL): Delete.
14025 (PROTO,VPROTO,PVPROTO,VPROTO,VA_START,STDIO_PROTO): Delete.
DChangeLog-200021222 (line_wrapper_printf): VA_START infor buffer.format_args directly.
DChangeLog-200318551 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
/freebsd-9-stable/contrib/texinfo/makeinfo/
Dmakeinfo.c217 VA_START (ap, format);
247 VA_START (ap, format);
276 VA_START (ap, format);
304 VA_START (ap, format);
2457 VA_START (ap, format);
2512 VA_START (ap, format);
3969 VA_START (ap, format);
Dhtml.c524 VA_START (ap, format);
Dxml.c944 VA_START (ap, format);
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-1996253 (VPROTO, PVPROTO, VA_START): Delete.
/freebsd-9-stable/contrib/binutils/libiberty/
DChangeLog3562 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
/freebsd-9-stable/contrib/gcclibs/libiberty/
DChangeLog3364 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
/freebsd-9-stable/contrib/gnu-sort/
DChangeLog185 * src/stty.c (VA_START): Remove. All callers now use va_start.