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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswscanf.c 1 /* $OpenBSD: vswscanf.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */
52 vswscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, function
89 DEF_STRONG(vswscanf); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vswscanf.c 36 FreeBSD: src/lib/libc/stdio/vswscanf.c,v 1.3 2004/04/07 09:55:05 tjr Exp
37 NetBSD: vswscanf.c,v 1.3 2005/12/02 13:51:22 yamt Exp
62 vswscanf( function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 698 extern int vswscanf (__const wchar_t *__restrict __s,
714 extern int __REDIRECT_NTH (vswscanf, (__const wchar_t *__restrict __s,
729 # define vswscanf __isoc99_vswscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 661 int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, __builtin_va_list __local_argv) function
758 int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, __builtin_va_list __local_argv) function
    [all...]
wchar.h 510 int vswscanf (const wchar_t *__source, const wchar_t *__format, __builtin_va_list __local_argv) function
606 int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, __builtin_va_list __local_argv) function
    [all...]

Completed in 644 milliseconds