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

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfwprintf.c 199 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
391 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) {
395 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
409 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
423 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1;
426 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfwprintf.c 199 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
391 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) {
395 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
409 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
423 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1;
426 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type);

Completed in 193 milliseconds