/external/syslinux/com32/lib/ |
puts.c | 12 return _fwrite("\n", 1, stdout);
|
fwrite2.c | 12 return _fwrite(ptr, size * nmemb, f) / size;
|
fputc.c | 13 return _fwrite(&ch, 1, f) == 1 ? ch : EOF;
|
fputs.c | 14 return _fwrite(s, strlen(s), file);
|
putchar.c | 15 return _fwrite(&ch, 1, stdout) == 1 ? ch : EOF;
|
vfprintf.c | 25 return _fwrite(buffer, rv, file);
|
fwrite.c | 9 size_t _fwrite(const void *buf, size_t count, FILE * f) function
|
/external/syslinux/bios/com32/modules/ |
cat.c32 | |
/external/syslinux/efi32/com32/modules/ |
cat.c32 | |
/external/syslinux/bios/com32/lua/src/ |
lua.c32 | |
liblua.c32 | |
/external/syslinux/efi32/com32/lua/src/ |
lua.c32 | |
liblua.c32 | |
/external/syslinux/com32/include/ |
stdio.h | 71 __extern size_t _fwrite(const void *, size_t, FILE *); 84 ? _fwrite(__p, __n, __f) \
|
/external/compiler-rt/test/profile/ |
instrprof-without-libc.c | 61 // CHECK-SYMBOLS-NOT: {{ }}_fwrite
|
/external/syslinux/bios/com32/rosh/ |
rosh.c32 | |
/external/syslinux/efi32/com32/rosh/ |
rosh.c32 | |
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-CoalescerBug.ll | 33 declare i32 @"\01_fwrite"(i8*, i32, i32, i8*) 75 %4 = call i32 @"\01_fwrite"(i8* getelementptr ([11 x i8], [11 x i8]* @.str1842948, i32 0, i32 0), i32 1, i32 10, i8* undef) nounwind ; <i32> [#uses=0]
|
2009-08-04-ScavengerAssert.ll | 60 declare i32 @"\01_fwrite"(i8*, i32, i32, i8*) 164 %25 = call i32 @"\01_fwrite"(i8* getelementptr ([11 x i8], [11 x i8]* @.str1842948, i32 0, i32 0), i32 1, i32 10, i8* undef) nounwind ; <i32> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
2009-08-04-CoalescerBug.ll | 33 declare i32 @"\01_fwrite"(i8*, i32, i32, i8*) 75 %4 = call i32 @"\01_fwrite"(i8* getelementptr ([11 x i8]* @.str1842948, i32 0, i32 0), i32 1, i32 10, i8* undef) nounwind ; <i32> [#uses=0]
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/ |
libgcov.a | 137 ??& |