HomeSort by relevance Sort by last modified time
    Searched refs:fgetws (Results 51 - 71 of 71) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
wchar.h 125 extern wchar_t *fgetws(wchar_t *, int, FILE *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
wchar.h 97 extern wchar_t *fgetws(wchar_t *, int, FILE *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
wchar.h 97 extern wchar_t *fgetws(wchar_t *, int, FILE *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
wchar.h 97 extern wchar_t *fgetws(wchar_t *, int, FILE *);
  /external/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /ndk/sources/android/support/include/
wchar.h 199 wchar_t *fgetws (wchar_t *__restrict__, int, FILE *__restrict__);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 214 using _STLP_VENDOR_CSTD::fgetws;
  /bionic/libc/bionic/
wchar.cpp 131 wchar_t* fgetws(wchar_t* ws, int n, FILE* stream) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 58 static_assert((std::is_same<decltype(fgetws(ws, 0, fp)), wchar_t*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 58 static_assert((std::is_same<decltype(std::fgetws(ws, 0, fp)), wchar_t*>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 375 __FILE *__restrict __stream), fgetws) __wur;
379 __wur __warnattr ("fgetws called with bigger size than length "
383 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 375 __FILE *__restrict __stream), fgetws) __wur;
379 __wur __warnattr ("fgetws called with bigger size than length "
383 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 375 __FILE *__restrict __stream), fgetws) __wur;
379 __wur __warnattr ("fgetws called with bigger size than length "
383 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 721 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
778 /* This function does the same as `fgetws' but does not lock the stream.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 721 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
778 /* This function does the same as `fgetws' but does not lock the stream.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 721 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
778 /* This function does the same as `fgetws' but does not lock the stream.

Completed in 727 milliseconds

1 23