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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vsscanf.c 1 /* $OpenBSD: vsscanf.c,v 1.13 2015/08/31 02:53:57 guenther Exp $ */
46 vsscanf(const char *str, const char *fmt, __va_list ap) function
59 DEF_STRONG(vsscanf); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsscanf.c 1 /* $NetBSD: vsscanf.c,v 1.14 2005/11/29 03:12:00 christos Exp $ */
38 static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: vsscanf.c,v 1.14 2005/11/29 03:12:00 christos Exp $");
64 vsscanf(str, fmt, ap) function
  /external/libxml2/
trio.h 210 # undef vsscanf macro
211 # define vsscanf trio_vsscanf macro
  /external/syslinux/com32/lib/
vsscanf.c 2 * vsscanf.c
4 * vsscanf(), from which the rest of the scanf()
49 int vsscanf(const char *buffer, const char *format, va_list ap) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 489 extern int vsscanf (__const char *__restrict __s,
508 extern int __REDIRECT_NTH (vsscanf,
524 # define vsscanf __isoc99_vsscanf macro
curses.h 1294 #define vsscanf macro
    [all...]
ncurses.h 1294 #define vsscanf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 261 int vsscanf (const char *__source, const char *__format, __builtin_va_list __local_argv) function
418 int vsscanf (const char * __restrict__ __source, const char * __restrict__ __format, __builtin_va_list __local_argv) function
    [all...]

Completed in 311 milliseconds