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

  /ndk/sources/android/support/src/musl-stdio/
wscanf.c 6 int wscanf(const wchar_t *restrict fmt, ...) function
16 weak_alias(wscanf,__isoc99_wscanf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 589 extern int wscanf (__const wchar_t *__restrict __format, ...)
607 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
622 # define wscanf __isoc99_wscanf macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 589 extern int wscanf (__const wchar_t *__restrict __format, ...)
607 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
622 # define wscanf __isoc99_wscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 589 extern int wscanf (__const wchar_t *__restrict __format, ...)
607 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
622 # define wscanf __isoc99_wscanf macro
  /bionic/libc/bionic/
wchar.cpp 84 int wscanf(const wchar_t* format, ... ) { function

Completed in 107 milliseconds