/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
input.h | 70 __attribute__ ((format (scanf, 2, 3)))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 73 using ::scanf;
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 73 using ::scanf;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/ |
cstdio | 75 using ::scanf;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstdio | 80 #undef scanf 127 using ::scanf;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstdio | 80 #undef scanf 127 using ::scanf;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 61 /// Represents the length modifier in a format string in scanf/printf. 75 AsAllocate, // for '%as', GNU extension to C90 scanf 76 AsMAllocate, // for '%ms', GNU extension to scanf 155 // ** Scanf-specific ** 626 // Scanf-specific handlers.
|
/external/icu4c/test/iotest/ |
strtst.c | 752 log_err("test 1: scanf did not return 0\n"); 755 log_err("test 1: scanf returned %hd instead of 3\n", i32); 758 log_err("test 2: scanf did not return 0\n"); 761 log_err("test 2: scanf returned %d instead of 4\n", i16); 764 log_err("test 3: scanf did not return 0\n"); 767 log_err("test 3: scanf did not return 10\n", i64); 771 log_err("scanf should return 2, but returned %d\n", actual_result); 774 log_err("scanf should return 0x78 for the character, but returned %X\n", character); 777 log_err("scanf should return 15 for the number, but returned %d\n", i32); 780 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count) [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
macros_misc.sgml | 271 arguments, with the same syntax as <function>scanf()</function>. 285 string for a <function>printf()</function>, <function>scanf()</function>, 288 <function>printf()</function>, <function>scanf()</function>, 557 is not defined. Note that scanf() may not support 64 bit integers, even 558 if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not 575 is not defined. Note that scanf() may not support 64 bit integers, even 576 if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not
|
/bionic/libc/include/ |
stdio.h | 263 int scanf(const char *, ...); 280 __attribute__((__format__ (scanf, 2, 0))) 283 __attribute__((__format__ (scanf, 1, 0))) 289 __attribute__((__format__ (scanf, 2, 0)))
|
/bionic/libm/src/ |
s_nan.c | 66 * in contrib/gdtoa/hexnan.c (for strtod/scanf) and what is used in
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 262 int scanf(const char *, ...); 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 288 __attribute__((__format__ (scanf, 2, 0)))
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 262 int scanf(const char *, ...); 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 288 __attribute__((__format__ (scanf, 2, 0)))
|
/external/genext2fs/ |
config.h.in | 107 /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
|
/external/stlport/stlport/stl/ |
_cstdio.h | 111 using _STLP_VENDOR_CSTD::scanf;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 111 using _STLP_VENDOR_CSTD::scanf;
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/ |
stdio.h | 271 int scanf(const char *, ...); 288 __attribute__((__format__ (scanf, 2, 0))) 291 __attribute__((__format__ (scanf, 1, 0))) 297 __attribute__((__format__ (scanf, 2, 0)))
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/ |
stdio.h | 262 int scanf(const char *, ...); 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 288 __attribute__((__format__ (scanf, 2, 0)))
|