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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 582 extern int fwscanf (__FILE *__restrict __stream,
603 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
621 # define fwscanf __isoc99_fwscanf macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 582 extern int fwscanf (__FILE *__restrict __stream,
603 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
621 # define fwscanf __isoc99_fwscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 582 extern int fwscanf (__FILE *__restrict __stream,
603 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
621 # define fwscanf __isoc99_fwscanf macro
  /bionic/libc/bionic/
wchar.cpp 79 int fwscanf(FILE* /*stream*/, const wchar_t* /*format*/, ... ) { function
87 int result = fwscanf(stdout, format, args );

Completed in 171 milliseconds