HomeSort by: relevance | last modified time | path
    Searched refs:_VA_LIST_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdarg.h 76 #ifndef _VA_LIST_
77 #define _VA_LIST_
87 #endif /* _VA_LIST_ */
90 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
93 are incorrect for _VA_LIST_--see stdio.h!) */
94 #if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) || defined (__bsdi__) || defined (__sequent__) || defined (__FreeBSD__) || defined(WINNT)
109 #define _VA_LIST_
124 #endif /* not _VA_LIST_, except on certain systems */
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdarg.h 72 #ifndef _VA_LIST_
73 #define _VA_LIST_
83 #endif /* _VA_LIST_ */
86 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
89 are incorrect for _VA_LIST_--see stdio.h!) */
90 #if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) || defined (__bsdi__) || defined (__sequent__) || defined (__FreeBSD__) || defined(WINNT)
105 #define _VA_LIST_
120 #endif /* not _VA_LIST_, except on certain systems */

Completed in 26 milliseconds