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

  /ndk/sources/android/support/src/musl-stdio/
vwscanf.c 6 int vwscanf(const wchar_t *restrict fmt, va_list ap) function
11 weak_alias(vwscanf,__isoc99_vwscanf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro

Completed in 120 milliseconds