Searched
full:fopen (Results
776 -
800 of
2610) sorted by null
<<31323334353637383940>>
/external/libvpx/libvpx/third_party/nestegg/test/ |
test.c | 100 fp = fopen(argv[1], "rb");
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 151 fin = fopen("/proc/cpuinfo", "r");
|
/external/libyuv/files/source/ |
cpu_id.cc | 105 FILE* fin = fopen(cpuinfo_name, "r");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
attr.c | 76 file = fopen(path, "w+");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
symbol-minimal.c | 91 fp = fopen(filename, "r");
|
/external/lldb/examples/scripting/ |
dictionary.c | 99 in_file = fopen (filename, "r");
|
/external/llvm/test/Analysis/ScalarEvolution/ |
trip-count3.ll | 35 declare noalias %struct.FILE* @fopen(i8* noalias nocapture, i8* noalias nocapture) nounwind
|
/external/lzma/C/ |
7zFile.c | 48 p->file = fopen(name, writeMode ? "wb+" : "rb");
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_refcnt.c | 134 stream = fopen(filename, "wt");
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
i915_drm_batchbuffer.c | 191 FILE *file = fopen(i915_drm_winsys(ibatch->iws)->dump_raw_file, "a");
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.cpp | 103 f = fopen( filename, "rb" );
|
/external/openssl/crypto/bio/ |
bio_err.c | 112 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) ,"bad fopen mode"},
|
/external/openssl/crypto/md4/ |
md4.c | 84 IN=fopen(argv[i],"r");
|
/external/openssl/crypto/md5/ |
md5.c | 84 IN=fopen(argv[i],"r");
|
/external/openssl/crypto/pkcs12/ |
p12_decr.c | 141 op = fopen(fname, "wb");
|
/external/openssl/crypto/sha/ |
sha.c | 81 IN=fopen(argv[i],"r");
|
sha1.c | 84 IN=fopen(argv[i],"r");
|
/external/openssl/crypto/x509v3/ |
v3conf.c | 93 inf = fopen(argv[1], "r");
|
v3prin.c | 79 if(!(inf = fopen(argv[1], "r"))) {
|
/external/oprofile/daemon/ |
opd_anon.c | 139 fp = fopen(buf, "r");
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
cdjpeg.h | 155 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
|
/external/qemu/android/ |
loadpng.c | 36 fp = fopen(fn, "rb");
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 155 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
|
example.c | 111 * VERY IMPORTANT: use "b" option to fopen() if you are on a machine that 114 if ((outfile = fopen(filename, "wb")) == NULL) { 302 * VERY IMPORTANT: use "b" option to fopen() if you are on a machine that 306 if ((infile = fopen(filename, "rb")) == NULL) {
|
jmem-android.c | 134 FILE * fd = fopen(path, "w+");
|
Completed in 1945 milliseconds
<<31323334353637383940>>