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

  /src/external/gpl2/texinfo/dist/makeinfo/
html.h 61 #if defined (VA_FPRINTF) && __STDC__
makeinfo.c 207 #if defined (VA_FPRINTF) && __STDC__
215 #ifdef VA_FPRINTF
222 #ifdef VA_FPRINTF
223 VA_FPRINTF (stderr, format, ap);
226 #endif /* not VA_FPRINTF */
234 #if defined (VA_FPRINTF) && __STDC__
244 #ifdef VA_FPRINTF
252 #ifdef VA_FPRINTF
253 VA_FPRINTF (stderr, format, ap);
256 #endif /* not VA_FPRINTF */
    [all...]
xml.h 155 #if defined (VA_FPRINTF) && __STDC__
makeinfo.h 378 #if defined (VA_FPRINTF) && __STDC__
html.c 499 #if defined (VA_FPRINTF) && __STDC__
xml.c 783 #if defined (VA_FPRINTF) && __STDC__
  /src/external/gpl2/texinfo/dist/lib/
system.h 195 # define VA_FPRINTF(file, fmt, ap) vfprintf (file, fmt, ap)

Completed in 26 milliseconds