OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pop_arg
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/stdio/
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/
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);
Completed in 50 milliseconds