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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetws.c 1 /* $OpenBSD: fgetws.c,v 1.8 2016/01/04 16:14:19 schwarze Exp $ */
2 /* $NetBSD: fgetws.c,v 1.1 2003/03/07 07:11:37 tshiozak Exp $ */
30 * FreeBSD: src/lib/libc/stdio/fgetws.c,v 1.4 2002/09/20 13:25:40 tjr Exp
40 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) function
80 DEF_STRONG(fgetws); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetws.c 36 * FreeBSD: src/lib/libc/stdio/fgetws.c,v 1.4 2002/09/20 13:25:40 tjr Exp
38 $NetBSD: fgetws.c,v 1.2 2006/07/03 17:06:36 tnozaki Exp $
51 fgetws( function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 377 __FILE *__restrict __stream), fgetws) __wur;
381 __wur __warnattr ("fgetws called with bigger size than length "
385 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 377 __FILE *__restrict __stream), fgetws) __wur;
381 __wur __warnattr ("fgetws called with bigger size than length "
385 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 523 #define fgetws(...) (pthread_testcancel(), fgetws(__VA_ARGS__)) macro
    [all...]

Completed in 59 milliseconds