Searched refs:VA_PRINTF (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
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 215 VA_PRINTF (stdout, fmt, args); 249 VA_PRINTF (stderr, fmt, args); 282 VA_PRINTF (stderr, fmt, args);
|