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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetws.c 1 /* $OpenBSD: fgetws.c,v 1.6 2009/11/09 00:18:27 kurt 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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

Completed in 190 milliseconds