Searched defs:VA_START (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/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
/openbsd-current/gnu/usr.bin/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
/openbsd-current/gnu/lib/libiberty/include/
H A 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
/openbsd-current/gnu/gcc/include/
H A 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
/openbsd-current/gnu/usr.bin/binutils/include/
H A 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
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A 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
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h412 #undef VA_START macro
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dutil.c342 #define VA_START macro
344 #define VA_START macro
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h757 #undef VA_START macro

Completed in 276 milliseconds