Searched refs:printf_core (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in printf_core() function 705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type); in vfprintf() 711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type); in vfprintf() 739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type); in vsnprintf() 760 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1; in vfprintf() 769 ret = printf_core(f, fmt, &ap2, nl_arg, nl_type); in vfprintf()
|