/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
vfwprintf.c | 147 static void pop_arg(union arg *arg, int type, va_list *ap) function 291 else if (f) pop_arg(&arg, st, ap); 373 pop_arg(nl_arg+i, nl_type[i], ap);
|
vfprintf.c | 157 static void pop_arg(union arg *arg, int type, va_list *ap) function 559 else if (f) pop_arg(&arg, st, ap); 686 pop_arg(nl_arg+i, nl_type[i], ap);
|
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
vfwprintf.c | 147 static void pop_arg(union arg *arg, int type, va_list *ap) function 291 else if (f) pop_arg(&arg, st, ap); 373 pop_arg(nl_arg+i, nl_type[i], ap);
|
vfprintf.c | 157 static void pop_arg(union arg *arg, int type, va_list *ap) function 559 else if (f) pop_arg(&arg, st, ap); 686 pop_arg(nl_arg+i, nl_type[i], ap);
|