Home
last modified time | relevance | path

Searched refs:pop_arg (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dvfwprintf.c147 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function
291 else if (f) pop_arg(&arg, st, ap); in wprintf_core()
373 pop_arg(nl_arg+i, nl_type[i], ap); in wprintf_core()
Dvfprintf.c157 static void pop_arg(union arg *arg, int type, va_list *ap) in pop_arg() function
559 else if (f) pop_arg(&arg, st, ap); in printf_core()
686 pop_arg(nl_arg+i, nl_type[i], ap); in printf_core()