HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 326 - 350 of 974) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/ext2ed/
init.c 113 if ( (fp=fopen (file_name,"rt"))==NULL) {
500 if ((fp=fopen (buffer,"rt"))==NULL) {
622 if ( (fp=fopen ("/etc/mtab","rt"))==NULL) {
  /external/e2fsprogs/lib/et/
com_err.texinfo 470 if ( (f1 = fopen(FILE1, "r")) == NULL) @{
479 if ( (f2 = fopen(FILE2, "w")) == NULL) @{
484 if ( (f3 = fopen(FILE3, "a+")) == NULL) @{
  /external/grub/lib/
device.c 424 fp = fopen (device, "r");
639 fp = fopen (map_file, "r");
658 fp = fopen (map_file, "w");
  /external/icu4c/test/iotest/
iotest.cpp 104 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
747 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
    [all...]
filetst.c 321 standardFile = fopen(STANDARD_TEST_FILE, "wb");
589 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
609 stdFile = fopen(STANDARD_TEST_FILE, "r");
725 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
789 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
    [all...]
  /external/jpeg/
djpeg.c 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
  /external/libxml2/
xmlmemory.c 655 fp = fopen(".memorylist", "w");
728 fp = fopen(".memorylist", "w");
895 dump = fopen(".memdump", "w");
  /external/openssl/crypto/des/
des.c 287 else if ((DES_IN=fopen(in,"r")) == NULL)
299 else if ((DES_OUT=fopen(out,"w")) == NULL)
657 if ((O=fopen(cksumname,"w")) != NULL)
  /external/oprofile/libop/
op_events.c 224 FILE * fp = fopen(file, "r");
431 FILE * fp = fopen(file, "r");
726 return (fopen(ev_map_file, "r"));
  /external/quake/quake/src/QW/server/
sv_ccmds.c 109 sv_logfile = fopen (name, "w");
137 sv_fraglogfile = fopen (name, "r");
140 sv_fraglogfile = fopen (name, "w");
  /external/quake/quake/src/WinQuake/
sys_win.cpp 144 f = fopen(path, "rb");
173 f = fopen(path, "wb");
229 f = fopen(path, "rb");
  /external/v8/src/
platform-linux.cc 128 if (NULL == (f = fopen(file_name, "r")))
295 FILE* file = fopen(name, "w+");
319 FILE* fp = fopen("/proc/self/maps", "r");
  /external/v8/test/cctest/
test-serialize.cc 177 fp_ = OS::FOpen(snapshot_file, "wb");
223 FILE* fp = OS::FOpen(name.start(), "w");
411 FILE* fp = OS::FOpen(name.start(), "r");
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \
225 else if (*out) (dbg).out_opened = (dbg).out = fopen(out, "w"); \
230 else if (*err) (dbg).err_opened = (dbg).err = fopen(err, "w"); \
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 248 pFile = fopen(fileName, "r");
255 pFile = fopen(fileName, "r");
268 pFile = fopen(fileName, "r");
278 pFile = fopen(fileName, "r");
351 pFile = fopen(tmpFileName, "r");
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
motion_est.cpp 294 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
333 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
349 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
364 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
412 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
429 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
449 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a");
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1349 f = fopen(path, "rb");
1396 f = fopen (name, "wb");
1399 f = fopen (name, "wb");
1449 out = fopen(cachepath, "wb");
1503 *file = fopen (pak->filename, "rb");
1529 *file = fopen (netpath, "rb");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 525 fIn = fopen(argv[1], "r");
533 fOut = fopen(argv[2], "w");
646 fIn = fopen(argv[1], "r");
652 fOut = fopen("TC6_G7261.G726", "w");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 447 fIn = fopen(argv[1], "r");
454 fOut = fopen(argv[2], "w");
531 fIn = fopen(argv[1], "r");
536 fOut = fopen("TC6_G7291.g729", "w");
    [all...]
  /bootable/recovery/updater/
install.c 344 FILE* f = fopen(dest_path, "wb");
559 FILE* f = fopen(filename, "rb");
668 FILE* f = fopen(filename, "rb");
  /build/tools/zipalign/
ZipFile.cpp 96 mZipFp = fopen(zipFileName, openflags);
99 LOGD("fopen failed: %d\n", err);
384 inputFp = fopen(fileName, FILE_OPEN_RO);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 312 file=fopen(filename, "rb");
689 file=fopen(filename, "wb");
    [all...]
  /external/libpng/
example.c 63 if ((*fp = fopen(file_name, "rb")) == NULL)
92 if ((fp = fopen(file_name, "rb")) == NULL)
569 fp = fopen(file_name, "wb");
  /external/qemu/slirp-android/
slirp.c 165 f = fopen("/private/var/run/resolv.conf", "r");
167 f = fopen("/etc/resolv.conf", "r"); /* desperate attempt to sanity */
169 f = fopen("/etc/resolv.conf", "r");
  /frameworks/base/tools/aapt/
ZipFile.cpp 96 mZipFp = fopen(zipFileName, openflags);
99 LOGD("fopen failed: %d\n", err);
384 inputFp = fopen(fileName, FILE_OPEN_RO);
    [all...]

Completed in 511 milliseconds

<<11121314151617181920>>