/external/clang/test/Sema/ |
format-strings-scanf.c | 8 int scanf(const char * restrict, ...) ; 12 scanf(s, i); // expected-warning{{ormat string is not a string literal}} 13 scanf("%0d", i); // expected-warning{{zero field width in scanf format string is unused}} 14 scanf("%00d", i); // expected-warning{{zero field width in scanf format string is unused}} 15 scanf("%d%[asdfasdfd", i, s); // expected-warning{{no closing ']' for '%[' in scanf format string}} 18 scanf ("%" "hu" "\n", &s_x); // no-warning 19 scanf("%y", i); // expected-warning{{invalid conversion specifier 'y'} [all...] |
/frameworks/compile/linkloader/tests/images/ |
simple-test-x86_32.o | |
simple-test-arm.o | |
simple-test.c | 34 if (scanf("%u", &user) != 1) {
|
/external/clang/lib/Basic/ |
Builtins.cpp | 105 const char *Scanf = strpbrk(GetRecord(ID).Attributes, "sS"); 106 if (!Scanf) 109 HasVAListArg = (*Scanf == 'S'); 111 ++Scanf; 112 assert(*Scanf == ':' && "s or S specifier must have be followed by a ':'"); 113 ++Scanf; 115 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'"); 116 FormatIdx = strtol(Scanf, 0, 10);
|
/external/genext2fs/m4/ |
ac_func_scanf_can_malloc.m4 | 12 AC_CACHE_CHECK([whether scanf can malloc], [ac_scanf_can_malloc], 51 AC_DEFINE([SCANF_CAN_MALLOC], 1, [Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if %a format denotes a float.])
|
/bionic/libc/stdio/ |
scanf.c | 1 /* $OpenBSD: scanf.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */ 38 scanf(const char *fmt, ...) function
|
floatio.h | 36 * Floating point scanf/printf (input/output) definitions.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio-ldbl.h | 35 __LDBL_REDIR1_DECL (scanf, __nldbl___isoc99_scanf) 39 __LDBL_REDIR_DECL (scanf)
|
/frameworks/compile/linkloader/android/ |
test-librsloader.c | 43 DEF("scanf", scanf) 44 DEF("__isoc99_scanf", scanf)
|
/external/icu4c/test/iotest/ |
iotest.cpp | 390 testData=dataModule->createTestData("scanf", errorCode); 426 log_err("error in scanf test case[%d] Got: %f Exp: %f\n", 435 log_err("error in scanf test case[%d] Got: %f Exp: %f\n", 444 log_err("error in scanf test case[%d] Got: %02X Exp: %02X\n", 453 log_err("error in scanf test case[%d] Got: %04X Exp: %04X\n", 462 log_err("error in scanf test case[%d] Got: %08X Exp: %08X\n", 471 log_err("error in scanf 64-bit. Test case = %d\n", i); 479 log_err("error in scanf char * string. Got \"%s\" Expected \"%s\". Test case = %d\n", cBuffer, cExpected, i); 488 log_err("error in scanf UChar * string %s Got: \"%s\". Test case = %d\n", cExpected, cBuffer, i); 497 log_err("error scanf converted %d arguments. Test case = %d\n", uBufferLenReturned, i) [all...] |
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...] |
/bionic/libstdc++/include/ |
cstdio | 75 using ::scanf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdio | 75 using ::scanf;
|
/ndk/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
input.h | 70 __attribute__ ((format (scanf, 2, 3)))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 73 using ::scanf;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 73 using ::scanf;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstdio | 75 using ::scanf;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 81 #undef scanf 128 using ::scanf;
|
/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)))
|