HomeSort by relevance Sort by last modified time
    Searched full:scanf (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /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.
  /external/icu4c/test/iotest/
iotest.cpp 384 testData=dataModule->createTestData("scanf", errorCode);
420 log_err("error in scanf test case[%d] Got: %f Exp: %f\n",
429 log_err("error in scanf test case[%d] Got: %f Exp: %f\n",
438 log_err("error in scanf test case[%d] Got: %02X Exp: %02X\n",
447 log_err("error in scanf test case[%d] Got: %04X Exp: %04X\n",
456 log_err("error in scanf test case[%d] Got: %08X Exp: %08X\n",
465 log_err("error in scanf 64-bit. Test case = %d\n", i);
473 log_err("error in scanf char * string. Got \"%s\" Expected \"%s\". Test case = %d\n", cBuffer, cExpected, i);
482 log_err("error in scanf UChar * string %s Got: \"%s\". Test case = %d\n", cExpected, cBuffer, i);
491 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 73 using ::scanf;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstdio 73 using ::scanf;
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)))
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstdio 73 using ::scanf;
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/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 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
config.h 108 /* 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/build/platforms/android-3/arch-arm/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)))
  /ndk/build/platforms/android-4/arch-arm/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)))
  /ndk/build/platforms/android-5/arch-arm/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)))
  /ndk/build/platforms/android-8/arch-arm/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)))
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 135 using std::scanf;
  /external/icu4c/io/unicode/
ustdio.h 37 * Make sure that * in the scanf format specification works for all formats.
73 * The width parameter for all scanf formats, including scanset, needs
79 * scanf(%i) should detect what type of number to use.
119 * General scanf format:<br>
123 <tr><td>format</td><td>default<br>printf<br>type</td><td>default<br>scanf<br>type</td><td>description</td></tr>
139 When width is specified for scanf, this acts like a non-NULL-terminated char * string.<br>
143 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
180 scanf modifier
    [all...]
  /external/kernel-headers/original/linux/
kernel.h 126 __attribute__ ((format (scanf, 2, 3)));
128 __attribute__ ((format (scanf, 2, 0)));
  /external/bluetooth/glib/docs/reference/glib/
cross.sgml 66 <function>scanf()</function> for 64 bit integers. "ll" is
  /external/srec/portable/include/
PANSIFileSystem.h 37 * NOTE: It is technically impossible to provide a cross-platform version of scanf() and its
  /external/icu4c/test/testdata/
icuio.txt 119 scanf {

Completed in 170 milliseconds

1 2 3 4 5 6