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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwscanf.c 1 /* $OpenBSD: fwscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */
34 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 633 extern int fwscanf (__FILE *__restrict __stream,
654 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
672 # define fwscanf __isoc99_fwscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 633 extern int fwscanf (__FILE *__restrict __stream,
654 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
672 # define fwscanf __isoc99_fwscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 646 int fwscanf(FILE *__stream, const wchar_t *__format, ...) function
738 int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 494 int fwscanf(FILE *__stream, const wchar_t *__format, ...) function
585 int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 184 milliseconds