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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
scanf.c 1 /* $NetBSD: scanf.c,v 1.12 2003/08/07 16:43:31 agc Exp $ */
38 static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: scanf.c,v 1.12 2003/08/07 16:43:31 agc Exp $");
53 scanf(char const *fmt, ...) function
  /external/libxml2/
trio.h 190 # undef scanf macro
191 # define scanf trio_scanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 437 extern int scanf (__const char *__restrict __format, ...) __wur;
452 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...),
464 # define scanf __isoc99_scanf macro
  /bionic/libc/stdio/
stdio.cpp 902 int scanf(const char* fmt, ...) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 238 int scanf(const char *__format, ...) function
394 int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
pthread.h 645 #define scanf(...) (pthread_testcancel(), scanf(__VA_ARGS__)) macro
    [all...]

Completed in 916 milliseconds