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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwide.c 1 /* $OpenBSD: fwide.c,v 1.5 2015/08/31 02:53:57 guenther Exp $ */
2 /* $NetBSD: fwide.c,v 1.2 2003/01/18 11:29:54 thorpej Exp $ */
37 fwide(FILE *fp, int mode) function
65 DEF_STRONG(fwide); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fwide.c 37 NetBSD: fwide.c,v 1.3 2005/06/12 05:21:27 lukem Exp
50 fwide(FILE *fp, int mode) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 963 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); } function
    [all...]

Completed in 918 milliseconds