HomeSort by relevance Sort by last modified time
    Searched defs:printf_core (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type);
760 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1;
769 ret = printf_core(f, fmt, &ap2, nl_arg, nl_type);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type);
760 if (printf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1;
769 ret = printf_core(f, fmt, &ap2, nl_arg, nl_type);

Completed in 583 milliseconds