/prebuilts/ndk/android-ndk-r7/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)))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/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)))
|
/prebuilts/ndk/android-ndk-r7/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)))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/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)))
|
/prebuilts/ndk/android-ndk-r7/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)))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/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)))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/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)))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/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)))
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 111 using _STLP_VENDOR_CSTD::scanf;
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 135 using std::scanf;
|
/external/aac/libSYS/include/ |
cmdl_parser.h | 157 #define _tscanf scanf 177 * Scans argc, argv and a scanf style format string for parameters and stores the
|
/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-mips/symbols/ |
libc.so.functions.txt | 712 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/clang/lib/Analysis/ |
FormatString.cpp | 1 // FormatString.cpp - Common stuff for handling printf/scanf formats -*- C++ -*- 10 // Shared details for processing format strings of printf and scanf 32 // scanf format strings. 207 // For scanf in C90, look at the next character to see if this should
|
/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',
|
/external/libxml2/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/libxslt/libxslt/ |
trio.h | 182 # define scanf trio_scanf macro
|