/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 292 # undef fopen 293 # define fopen rpl_fopen 294 extern FILE * fopen (const char *filename, const char *mode); 297 # undef fopen 298 # define fopen(f,m) \ 299 (GL_LINK_WARNING ("fopen on Win32 platforms is not POSIX compatible - " \ 300 "use gnulib module fopen for portability"), \ 301 fopen (f, m))
|
/sdk/emulator/qtools/ |
gtrace.cpp | 40 ftrace_ = fopen(gtrace_file, "w"); 50 fnames_ = fopen(gname_file_, "w");
|
/system/core/debuggerd/ |
backtrace.c | 44 if ((fp = fopen(path, "r"))) { 73 if ((fp = fopen(path, "r"))) {
|
/external/bison/examples/calc++/ |
calc++-scanner.ll | 76 else if (!(yyin = fopen (file.c_str (), "r")))
|
/external/checkpolicy/ |
parse_util.c | 38 yyin = fopen(file, "r");
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FilePrintStream.cpp | 46 FILE* file = fopen(filename, mode);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_misc.c | 62 fout = fopen(filename, "w");
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
chrome_subsetter.cc | 56 output_file = fopen(kOutputFileName, "wb");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
test_hd.c | 42 bfile = fopen(argv[1], "rb");
|
/external/chromium_org/third_party/zlib/ |
zlib.gyp | 91 # fseeko64. We use fopen, ftell, and fseek instead on these
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_file.c | 49 in = fopen(filename, "rb");
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_file.c | 48 in = fopen(filename, "rb");
|
/external/dropbear/libtommath/etc/ |
2kprime.c | 18 out = fopen("2kprime.1", "w");
|
drprime.c | 15 out = fopen("drprimes.txt", "w");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 10 $fileHandle = fopen("../../dlconfig.txt", "r");
|
download.php | 20 $fileHandle = fopen($clickFile, "r");
|
/external/iproute2/netem/ |
stats.c | 67 fp = fopen(argv[1], "r");
|
/external/jpeg/ |
jmemname.c | 29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) { 104 /* fopen could have failed for a reason other than the file not 251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
|
/external/libselinux/src/ |
enabled.c | 37 fp = fopen("/proc/filesystems", "r");
|
/external/libvorbis/test/ |
write_read.c | 45 if ((file = fopen (filename, "wb")) == NULL) { 46 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ; 152 if ((file = fopen (filename, "rb")) == NULL) { 153 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ;
|
/external/libvpx/libvpx/third_party/libmkv/ |
testlibmkv.c | 58 FILE *file_out = fopen("test.mkv", "wb");
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_misc.c | 62 fout = fopen(filename, "w");
|
/external/oprofile/libabi/ |
op_abi.c | 84 if ((fp = fopen(abi_file, "w")) == NULL)
|