Searched defs:VA_PRINTF (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | misc.c | 40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args)) macro 42 # define VA_PRINTF(fp, lastarg, args) _doprnt((lastarg), (args), (fp)) macro 50 # define VA_PRINTF(fp, lastarg, args) fprintf((fp), (lastarg), va_alist) macro
|