Searched
full:fopen (Results
501 -
525 of
2610) sorted by null
<<21222324252627282930>>
/external/jpeg/ |
wrjpgcom.c | 37 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 442 if ((comment_file = fopen(argv[argn], "r")) == NULL) { 485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
|
/external/libnl/lib/route/ |
pktloc.c | 97 if (!(fd = fopen(path, "r")))
|
/external/libpng/contrib/arm-neon/ |
linux.c | 27 FILE *f = fopen("/proc/cpuinfo", "rb");
|
/external/libvorbis/lib/ |
analysis.c | 76 of=fopen(buffer,"w");
|
/external/libvorbis/vq/ |
latticetune.c | 88 in=fopen(argv[2],"r");
|
/external/libvpx/libvpx/vp8/common/ |
debugmodes.c | 22 FILE *mvs = fopen("mvs.stt", "a");
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 40 FILE *yuv_file = fopen(name, "ab"); 77 yframe = fopen(filename, "wb"); 85 yframe = fopen(filename, "wb"); 93 yframe = fopen(filename, "wb");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
pmu.c | 100 file = fopen(name, "w");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
cgroup.c | 18 fp = fopen("/proc/mounts", "r");
|
pmu.c | 58 file = fopen(path, "r"); 150 file = fopen(path, "r"); 229 file = fopen(path, "r"); 287 file = fopen(path, "r");
|
strlist.c | 71 FILE *fp = fopen(filename, "r");
|
/external/ltrace/testsuite/ltrace.main/ |
system_calls.exp | 44 fp = fopen ("system_calls.tmp", "w");
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 68 if ((fd = fopen(radrealms_config, "r")) == NULL) {
|
/external/qemu/android/utils/ |
file_data.c | 61 FILE* f = fopen(filePath, "rb");
|
/external/qemu/audio/ |
wavcapture.c | 133 wav->f = fopen (path, "wb");
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 37 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 442 if ((comment_file = fopen(argv[argn], "r")) == NULL) { 485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
|
/external/qemu/ |
qemu-log.c | 56 qemu_logfile = fopen(logfilename, log_append ? "a" : "w");
|
/external/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 157 file_ = fopen(file_path, "rb");
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 88 fpOutput = fopen(szFilename, "wb");
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 125 fpOutput = fopen(szFilename, "wb");
|
/external/srec/portable/include/ |
PFile.h | 439 * Backwards compatible fopen(). 441 * @param filename See fopen() 442 * @param mode See fopen() 443 * @return see fopen()
|
/external/srtp/crypto/kernel/ |
err.c | 86 err_file = fopen(ERR_REPORTING_FILE, "w");
|
/external/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 45 _file = fopen(file, "w");
|
/external/valgrind/main/tests/ |
mips_features.c | 29 if ((f = fopen (file_name, "r")) == NULL)
|
Completed in 416 milliseconds
<<21222324252627282930>>