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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
swscanf.c 1 /* $OpenBSD: swscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */
34 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 643 extern int swscanf (__const wchar_t *__restrict __s,
661 extern int __REDIRECT (swscanf, (__const wchar_t *__restrict __s,
674 # define swscanf __isoc99_swscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 643 extern int swscanf (__const wchar_t *__restrict __s,
661 extern int __REDIRECT (swscanf, (__const wchar_t *__restrict __s,
674 # define swscanf __isoc99_swscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 624 int swscanf(const wchar_t *__source, const wchar_t *__format, ...) function
739 int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 472 int swscanf(const wchar_t *__source, const wchar_t *__format, ...) function
586 int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 41 milliseconds