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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetwc.c 1 /* $OpenBSD: fgetwc.c,v 1.6 2015/12/24 19:55:39 schwarze Exp $ */
2 /* $NetBSD: fgetwc.c,v 1.3 2003/03/07 07:11:36 tshiozak Exp $ */
81 fgetwc(FILE *fp) function
91 DEF_STRONG(fgetwc); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetwc.c 37 NetBSD: fgetwc.c,v 1.5 2006/07/03 17:06:36 tnozaki Exp
102 fgetwc(FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 522 #define fgetwc(...) (pthread_testcancel(), fgetwc(__VA_ARGS__)) macro
    [all...]

Completed in 83 milliseconds