/system/core/include/cutils/ |
open_memstream.h | 20 #include <stdio.h>
|
/system/core/libdiskconfig/ |
dump_diskconfig.c | 19 #include <stdio.h>
|
/system/core/libzipfile/ |
private.h | 6 #include <stdio.h>
|
/system/core/toolbox/ |
dmesg.c | 3 #include <stdio.h>
|
getprop.c | 1 #include <stdio.h>
|
id.c | 1 #include <stdio.h>
|
rmmod.c | 1 #include <stdio.h>
|
smd.c | 1 #include <stdio.h>
|
/system/extras/tests/bionic/libc/common/ |
test_dlopen_null.c | 3 #include <stdio.h>
|
test_getaddrinfo.c | 9 #include <stdio.h> /* for printf */
|
test_strftime_2039.c | 5 #include <stdio.h>
|
/system/extras/tests/icachetest/ |
icache_main.c | 1 #include <stdio.h>
|
/external/qemu/ |
cache-utils.c | 40 #include <stdio.h> 62 #include <stdio.h>
|
/external/v8/include/ |
v8stdint.h | 33 #include <stdio.h> 45 // intptr_t and friends are defined in crtdefs.h through stdio.h.
|
/external/valgrind/main/memcheck/tests/ |
varinfo3.c | 14 #include <stdio.h> 33 #include <stdio.h>
|
/external/qemu/distrib/sdl-1.2.12/src/file/ |
SDL_rwops.c | 35 /* Will not use it on WinCE because stdio is buffered, it means 36 faster, and all stdio functions anyway are embedded in coredll.dll - 261 /* Functions to read/write stdio file pointers */ 265 if ( fseek(context->hidden.stdio.fp, offset, whence) == 0 ) { 266 return(ftell(context->hidden.stdio.fp)); 276 nread = fread(ptr, size, maxnum, context->hidden.stdio.fp); 277 if ( nread == 0 && ferror(context->hidden.stdio.fp) ) { 286 nwrote = fwrite(ptr, size, num, context->hidden.stdio.fp); 287 if ( nwrote == 0 && ferror(context->hidden.stdio.fp) ) { 295 if ( context->hidden.stdio.autoclose ) [all...] |
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/ |
stdio.h | 5 "/tmp/i686-android-linux-4.4.3-20110303/ndk-install/toolchains/x86-4.4.3/prebuilt/darwin-x86/sysroot/usr/include/stdio.h" 10 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 11 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 44 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 53 /* __gnuc_va_list and size_t must be defined by stdio.h according to Posix */ 85 #define _FSTDIO /* Define for new stdio with functions. */ 87 typedef off_t fpos_t; /* stdio file position type */ 90 * NB: to fit things in six character monocase externals, the stdio 91 * code uses the prefix `__s' for stdio objects, typically followed 95 /* stdio buffers * [all...] |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/ |
stdio.h | 5 "/tmp/ndk-20110923/install/toolchains/x86-4.4.3/prebuilt/linux-x86/sysroot/usr/include/stdio.h" 10 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 11 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 44 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 53 /* __gnuc_va_list and size_t must be defined by stdio.h according to Posix */ 85 #define _FSTDIO /* Define for new stdio with functions. */ 87 typedef off_t fpos_t; /* stdio file position type */ 90 * NB: to fit things in six character monocase externals, the stdio 91 * code uses the prefix `__s' for stdio objects, typically followed 95 /* stdio buffers * [all...] |
/bionic/libc/stdio/ |
findfp.c | 36 #include <stdio.h> 147 * XXX. Force immediate allocation of internal memory. Not used by stdio, 171 * file. This chicanery is done so that programs that do not use stdio 174 * The name `_cleanup' is, alas, fairly well known outside stdio. 184 * __sinit() is called whenever stdio's internal variables must be set up.
|
/bionic/libc/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |
/development/ndk/platforms/android-3/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |
/development/ndk/platforms/android-8/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ 2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ 35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 76 #define _FSTDIO /* Define for new stdio with functions. */ 78 typedef off_t fpos_t; /* stdio file position type */ 81 * NB: to fit things in six character monocase externals, the stdio 82 * code uses the prefix `__s' for stdio objects, typically followed 86 /* stdio buffers */ 93 * stdio state variables [all...] |