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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wscanf.c 1 /* $OpenBSD: wscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */
34 wscanf(const wchar_t * __restrict fmt, ...) function
  /ndk/sources/android/support/src/musl-stdio/
wscanf.c 6 int wscanf(const wchar_t *restrict fmt, ...) function
16 weak_alias(wscanf,__isoc99_wscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 640 extern int wscanf (__const wchar_t *__restrict __format, ...)
658 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
673 # define wscanf __isoc99_wscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 640 extern int wscanf (__const wchar_t *__restrict __format, ...)
658 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
673 # define wscanf __isoc99_wscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 635 int wscanf(const wchar_t *__format, ...) function
740 int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 483 int wscanf(const wchar_t *__format, ...) function
587 int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 134 milliseconds