Searched refs:_VA_LIST (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/
H A Dstdarg.h66 #undef _VA_LIST macro
74 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
76 SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
81 #ifndef _VA_LIST
82 #define _VA_LIST va_list macro
99 /* The macro _VA_LIST is used in SCO Unix 3.2. */
100 #ifndef _VA_LIST
108 #endif /* not _VA_LIST */
113 #ifndef _VA_LIST
114 #define _VA_LIST macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/ppc/
H A Dstdarg_apple.h143 #undef _VA_LIST macro
151 /* SVR4.2 uses _VA_LIST for an internal alias for va_list,
153 SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
158 #ifndef _VA_LIST
159 #define _VA_LIST va_list macro
173 /* The macro _VA_LIST is used in SCO Unix 3.2. */
174 #ifndef _VA_LIST
179 #endif /* not _VA_LIST */
184 #ifndef _VA_LIST
185 #define _VA_LIST macro
[all...]

Completed in 21 milliseconds