HomeSort by relevance Sort by last modified time
    Searched full:vfwprintf (Results 201 - 225 of 405) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/tools/
posix-2013.txt 1116 vfwprintf
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 1004 vfwprintf
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 1001 vfwprintf
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 1002 vfwprintf
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 999 vfwprintf
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 996 vfwprintf
  /development/ndk/platforms/android-19/arch-arm/symbols/
libc.so.functions.txt 1006 vfwprintf
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.functions.txt 1199 vfwprintf
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt 957 vfwprintf
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.functions.txt 1060 vfwprintf
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt 957 vfwprintf
  /development/ndk/platforms/android-21/arch-p/symbols/
libc.so.functions.txt 1202 vfwprintf
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.functions.txt 1056 vfwprintf
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt 957 vfwprintf
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 996 vfwprintf
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 1021 vfwprintf
  /external/e2fsprogs/intl/
printf.c 276 return vfwprintf (stream, format, args);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 49 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), "");
  /ndk/sources/android/support/
Android.mk 29 src/stdio/vfwprintf.c \
  /ndk/sources/android/support/include/
wchar.h 165 int vfwprintf (FILE *__restrict__, const wchar_t *__restrict__, va_list);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 49 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), "");
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 165 int vfwprintf (FILE *__restrict__, const wchar_t *__restrict__, va_list);
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 49 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 49 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), "");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 1 /* $OpenBSD: vfwprintf.c,v 1.12 2014/12/21 00:23:30 daniel Exp $ */
929 cp = L"bug in vfwprintf: bad base";
1065 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap) function
    [all...]

Completed in 947 milliseconds

1 2 3 4 5 6 7 891011>>