/external/icu4c/io/unicode/ |
ustdio.h | 38 * Make sure that * in the scanf format specification works for all formats. 74 * The width parameter for all scanf formats, including scanset, needs 80 * scanf(%i) should detect what type of number to use. 120 * General scanf format:<br> 124 <tr><td>format</td><td>default<br>printf<br>type</td><td>default<br>scanf<br>type</td><td>description</td></tr> 140 When width is specified for scanf, this acts like a non-NULL-terminated char * string.<br> 144 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br> 181 scanf modifier [all...] |
/external/kernel-headers/original/linux/ |
kernel.h | 126 __attribute__ ((format (scanf, 2, 3))); 128 __attribute__ ((format (scanf, 2, 0)));
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 739 scanf
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 777 scanf
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 705 scanf
|
/external/bluetooth/glib/docs/reference/glib/ |
cross.sgml | 66 <function>scanf()</function> for 64 bit integers. "ll" is
|
/external/clang/include/clang/Basic/ |
Builtins.h | 144 /// \brief Determine whether this builtin is like scanf in its
|
/external/genext2fs/ |
config.h | 108 /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
|
/external/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 101 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
ocaml.php | 65 'Num', 'Obj', 'Oo', 'Parsing', 'Pervasives', 'Printexc', 'Printf', 'Queue', 'Random', 'Scanf',
|
cpp.php | 112 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
klonec.php | 58 'perror', 'ferror', 'qsort', 'stats', 'sscanf', 'scanf',
|
/external/libxml2/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/libxslt/libxslt/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/srec/portable/include/ |
PANSIFileSystem.h | 37 * NOTE: It is technically impossible to provide a cross-platform version of scanf() and its
|
/frameworks/compile/linkloader/ |
main.cpp | 119 DEF("scanf", stub_scanf)
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | 720 scanf("%d", (int *)&codec_format_option); 748 scanf("%d", (int *)&file_type_option); 851 scanf("%d", &nalSize); 880 scanf("%d", &outputOption); 890 scanf("%d", &test_option); 903 scanf("%d", &displayWindow); 923 scanf("%d", &realtime_display); 935 scanf("%d", &fps); 943 scanf("%[^\n]", (char *)&seq_file_name); 984 scanf("%d", (int *)&freeHandle_option) [all...] |
/external/collada/include/dae/ |
daeAtomicType.h | 167 * Gets the scanf format used for this type. 168 * @return Returns the scanf format.
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 822 scanf
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 846 scanf
|
/external/clang/lib/Analysis/ |
ScanfFormatString.cpp | 10 // Handling of format string in scanf and friends. The structure of format
|
FormatString.cpp | 1 // FormatString.cpp - Common stuff for handling printf/scanf formats -*- C++ -*- 10 // Shared details for processing format strings of printf and scanf 31 // scanf format strings.
|
/external/icu4c/test/testdata/ |
icuio.txt | 119 scanf {
|
/external/netcat/data/ |
data.c | 191 loaded in *once*. maybe look at scanf... */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
types.h | 87 This matters for (somewhat) portably writing printf/scanf formats for
|