/external/llvm/lib/ExecutionEngine/Interpreter/ |
ExternalFunctions.cpp | 442 // int scanf(const char *format, ...); 445 assert(args.size() < 10 && "Only handle up to 10 args to scanf right now!"); 452 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4],
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 409 extern int scanf (__const char *__restrict __format, ...) __wur; 424 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...), 436 # define scanf __isoc99_scanf macro
|
curses.h | 471 * macro to alert the compiler to flag inconsistencies in printf/scanf-like 497 #if defined(GCC_SCANF) && !defined(scanf) 498 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var))) [all...] |
ncurses.h | 471 * macro to alert the compiler to flag inconsistencies in printf/scanf-like 497 #if defined(GCC_SCANF) && !defined(scanf) 498 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var))) [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
cpp-qt.php | 102 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
klonecpp.php | 81 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
objc.php | 106 'setvbuf', 'setjmp', 'setbuf', 'scanf', 'rewind', 'rename',
|
scilab.php | 183 'savematfile', 'savewave', 'sca', 'scaling', 'scanf', 'scanf_conversion', 'scf', 'schur', 'sci_files',
|
/external/zlib/contrib/minizip/ |
minizip.c | 339 ret = scanf("%1s",answer);
|
miniunz.c | 377 ret = scanf("%1s",answer);
|
/bionic/libc/stdio/ |
vfscanf.c | 759 * scanf treats `a-z' as `the letters a through 780 * Alas, the V7 Unix scanf also treats formats
|
/external/chromium/chrome/common/extensions/ |
extension_constants.cc | 102 // printf because we want to unit test them and scanf is hard to make
|
/external/srec/portable/include/ |
PFile.h | 41 * NOTE: It is technically impossible to provide a cross-platform version of scanf() and its
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |
/external/clang/include/clang/Basic/ |
Builtins.def | 74 // s:N: -> this is a scanf-like function whose Nth argument is the format 658 LIBBUILTIN(scanf, "icC*.", "fs:0:", "stdio.h", ALL_LANGUAGES) [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | 340 // Printf and scanf checking. 346 const bool b = Format->getType() == "scanf"; 463 const bool b = Format->getType() == "scanf"; [all...] |
/external/icu4c/tools/genuca/ |
genuca.cpp | 513 fprintf(stderr, " scanf(hex) failed on !\n "); 599 fprintf(stderr, " scanf(hex) failed!\n "); [all...] |
/dalvik/vm/ |
Misc.cpp | 649 scanf("%d %s %c %d %d %d %d %d %lu %lu %lu %lu %lu %lu %lu %ld %ld %ld "
|
/external/collada/src/dae/ |
daeAtomicType.cpp | 155 // We're about to insert null terminators into the string so that scanf doesn't take forever
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
builtins.def | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
builtins.def | [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
builtins.def | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |