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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dasprintf.c54 VA_CLOSE (ap);
H A Dconcat.c108 VA_CLOSE (args);
125 VA_CLOSE (args);
146 VA_CLOSE (args);
160 VA_CLOSE (args);
166 VA_CLOSE (args);
198 VA_CLOSE (args);
205 if (optr) /* Done before VA_CLOSE so optr stays in scope for K&R C. */
207 VA_CLOSE (args);
H A Dsnprintf.c58 VA_CLOSE (ap);
H A Dvasprintf.c170 VA_CLOSE (args);
H A Dvsnprintf.c100 VA_CLOSE (ap);
H A D_doprnt.c229 VA_CLOSE (args);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dasprintf.c54 VA_CLOSE (ap);
H A Dconcat.c108 VA_CLOSE (args);
125 VA_CLOSE (args);
146 VA_CLOSE (args);
160 VA_CLOSE (args);
166 VA_CLOSE (args);
198 VA_CLOSE (args);
205 if (optr) /* Done before VA_CLOSE so optr stays in scope for K&R C. */
207 VA_CLOSE (args);
H A Dvasprintf.c170 VA_CLOSE (args);
H A D_doprnt.c229 VA_CLOSE (args);
/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.
89 VA_CLOSE (ap);
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
99 VA_CLOSE. Unfortunately, with a K+R compiler, that includes the
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
166 #define VA_CLOSE(AP) } va_end(AP); } macro
213 #define VA_CLOSE(AP) } va_end(AP); } macro
/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.
89 VA_CLOSE (ap);
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
99 VA_CLOSE. Unfortunately, with a K+R compiler, that includes the
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
161 #define VA_CLOSE(AP) } va_end(AP); } macro
208 #define VA_CLOSE(AP) } va_end(AP); } macro
/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.
89 VA_CLOSE (ap);
96 VA_FIXEDARG sequence. Also, VA_OPEN and VA_CLOSE are the beginning
99 VA_CLOSE. Unfortunately, with a K+R compiler, that includes the
100 argument list. You can have multiple instances of VA_OPEN/VA_CLOSE
166 #define VA_CLOSE(AP) } va_end(AP); } macro
213 #define VA_CLOSE(AP) } va_end(AP); } macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h414 #undef VA_CLOSE macro
417 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c87 VA_CLOSE (args);
98 VA_CLOSE (args);
H A Ddllwrap.c153 VA_CLOSE (args);
164 VA_CLOSE (args);
H A Ddlltool.c774 VA_CLOSE (args);
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h756 #undef VA_CLOSE macro
759 VA_FIXEDARG VA_CLOSE VA_START

Completed in 130 milliseconds