HomeSort by relevance Sort by last modified time
    Searched refs:vfwprintf (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vwprintf.c 40 return (vfwprintf(stdout, fmt, ap));
fwprintf.c 49 ret = vfwprintf(fp, fmt, ap);
wprintf.c 49 ret = vfwprintf(stdout, fmt, ap);
Stdio.inf 70 vfwprintf.c #
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 29 __LDBL_REDIR_DECL (vfwprintf); variable
wchar2.h 365 vfwprintf (__FILE *__restrict __stream, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 29 __LDBL_REDIR_DECL (vfwprintf); variable
wchar2.h 365 vfwprintf (__FILE *__restrict __stream, function
  /external/e2fsprogs/intl/
libgnuintl.h.in 343 #undef vfwprintf
344 #define vfwprintf libintl_vfwprintf
345 extern int vfwprintf (FILE *, const wchar_t *, va_list);
printf.c 276 return vfwprintf (stream, format, args);
  /bionic/libc/stdio/
stdio.cpp 796 PRINTF_IMPL(vfwprintf(fp, fmt, ap));
951 int vfwprintf(FILE* fp, const wchar_t* fmt, va_list ap) { function
1000 return vfwprintf(stdout, fmt, ap);
1008 PRINTF_IMPL(vfwprintf(stdout, fmt, ap));
  /bionic/tests/headers/posix/
wchar_h.c 69 FUNCTION(vfwprintf, int (*f)(FILE*, const wchar_t*, va_list));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 40 int vfwprintf (FILE * __restrict stream,
    [all...]
  /bionic/libc/include/
wchar.h 66 int vfwprintf(FILE* __fp, const wchar_t* __fmt, va_list __args);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 58 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 58 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 57 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 57 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 671 #define vfwprintf macro
    [all...]
stdio.h 707 int vfwprintf (FILE *__stream, const wchar_t *__format, __builtin_va_list __local_argv) function
773 int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
    [all...]
wchar.h 556 int vfwprintf (FILE *__stream, const wchar_t *__format, __builtin_va_list __local_argv) function
621 int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
    [all...]
tchar.h 166 #define _vftprintf vfwprintf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 609 extern int vfwprintf (__FILE *__restrict __s,

Completed in 349 milliseconds