Searched refs:VA_OPEN (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dasprintf.c50 VA_OPEN (ap, fmt);
H A Dconcat.c105 VA_OPEN (args, first);
120 VA_OPEN (args, first);
143 VA_OPEN (args, first);
157 VA_OPEN (args, first);
163 VA_OPEN (args, first);
194 VA_OPEN (args, first);
201 VA_OPEN (args, first);
H A Dsnprintf.c53 VA_OPEN (ap, format);
H A Dvasprintf.c167 VA_OPEN (args, format);
H A Dvsnprintf.c95 VA_OPEN (ap, format);
H A D_doprnt.c225 VA_OPEN (args, format);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dasprintf.c50 VA_OPEN (ap, fmt);
H A Dconcat.c105 VA_OPEN (args, first);
120 VA_OPEN (args, first);
143 VA_OPEN (args, first);
157 VA_OPEN (args, first);
163 VA_OPEN (args, first);
194 VA_OPEN (args, first);
201 VA_OPEN (args, first);
H A Dvasprintf.c167 VA_OPEN (args, format);
H A D_doprnt.c225 VA_OPEN (args, format);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h67 also provide the VA_OPEN, VA_CLOSE, and VA_FIXEDARG macros. These
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
72 Immediately after VA_OPEN, put a sequence of VA_FIXEDARG calls
75 around. You do not declare the va_list yourself; VA_OPEN does it
85 VA_OPEN (ap, format);
95 You can declare variables either before or after the VA_OPEN,
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
98 and any variables declared after VA_OPEN go out of scope at
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
162 /* "struct Qdmy" swallows the semicolon after VA_OPEN/VA_FIXEDAR
165 #define VA_OPEN macro
212 #define VA_OPEN macro
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h67 also provide the VA_OPEN, VA_CLOSE, and VA_FIXEDARG macros. These
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
72 Immediately after VA_OPEN, put a sequence of VA_FIXEDARG calls
75 around. You do not declare the va_list yourself; VA_OPEN does it
85 VA_OPEN (ap, format);
95 You can declare variables either before or after the VA_OPEN,
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
98 and any variables declared after VA_OPEN go out of scope at
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
157 /* "struct Qdmy" swallows the semicolon after VA_OPEN/VA_FIXEDAR
160 #define VA_OPEN macro
207 #define VA_OPEN macro
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h67 also provide the VA_OPEN, VA_CLOSE, and VA_FIXEDARG macros. These
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
72 Immediately after VA_OPEN, put a sequence of VA_FIXEDARG calls
75 around. You do not declare the va_list yourself; VA_OPEN does it
85 VA_OPEN (ap, format);
95 You can declare variables either before or after the VA_OPEN,
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
98 and any variables declared after VA_OPEN go out of scope at
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
162 /* "struct Qdmy" swallows the semicolon after VA_OPEN/VA_FIXEDAR
165 #define VA_OPEN macro
212 #define VA_OPEN macro
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h412 #undef VA_OPEN macro
416 #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c83 VA_OPEN (args, format);
94 VA_OPEN (args, format);
H A Ddllwrap.c145 VA_OPEN (args, message);
159 VA_OPEN (args, format);
H A Ddlltool.c766 VA_OPEN (args, message);
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h754 #undef VA_OPEN macro
758 #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \

Completed in 100 milliseconds