Searched defs:lastarg (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 34 # define VA_START(args, lastarg) va_start(args, lastarg) argument 37 # define VA_START(args, lastarg) va_start(args) argument 40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args)) argument 42 # define VA_PRINTF(fp, lastarg, args) _doprnt((lastarg), (args), (fp)) argument 49 # define VA_START(args, lastarg) argument 50 # define VA_PRINTF(fp, lastarg, args) fprintf((fp), (lastarg), va_alist) argument
|