HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 1276 - 1300 of 2610) sorted by null

<<51525354555657585960>>

  /external/jpeg/
jmemdos.c 74 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
  /external/libnl/lib/
utils.c 50 fd = fopen(path, "r");
315 if ((fd = fopen(name, "r"))) {
  /external/libopus/src/
opus_demo.c 498 fin = fopen(inFile, "rb");
516 fout = fopen(outFile, "wb+");
    [all...]
  /external/libopus/tests/
test_opus_encode.c 103 fout=fopen(name, "wb+");
226 foo = fopen("foo.sw", "wb+");
  /external/libpcap/
sf-pcap.c 667 f = fopen(fname, "w");
669 f = fopen(fname, "wb");
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 145 fpfile = fopen("firstpass.stt", "a");
891 recon_file = fopen(filename, "wb");
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.c 58 fp = fopen(filename, "r");
181 fp = fopen(filename, "r");
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 283 /// FILE *fopen(const char *filename, const char *mode);
284 fopen, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/test/CodeGen/ARM/
2008-04-10-ScavengerAssert.ll 17 declare %struct.FILE* @fopen(i8*, i8*)
27 %tmp61 = call %struct.FILE* @fopen( i8* null, i8* getelementptr ([2 x i8]* @.str127, i32 0, i32 0) ) ; <%struct.FILE*> [#uses=2]
  /external/mdnsresponder/mDNSPosix/
Responder.c 505 FILE * fp = fopen(filePath, "r");
683 fp = fopen(gPIDFile, "w");
  /external/mesa3d/src/mesa/main/
debug.c 243 FILE *f = fopen( filename, "w" );
252 f = fopen( filename, "ab" ); /* reopen in binary append mode */
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 656 FILE* f = fopen( filename, "w" );
707 FILE* f = fopen( filename, "r" );
cvclique.cpp 417 /*FILE* file = fopen("cliques.txt", "a" );
637 FILE* file = fopen("cliques.txt", "a" );
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 146 m_file = fopen( filename, "rb" );
765 m_file = fopen( filename, "wb" );
  /external/openssl/crypto/ui/
ui_openssl.c 496 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
498 if ((tty_out=fopen(DEV_TTY,"w")) == NULL)
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 358 out = fopen(argv[2], "w");
364 in = fopen(argv[1], "r");
cjpeg.c 539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
jmemdos.c 74 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
153 if ((tfile = fopen(fname, READ_BINARY)) == NULL)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 513 fp = fopen(mpath, mode);
517 fp = fopen(file, mode);
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 143 wFile->file = fopen(filename,"wb");
311 wFile->file = fopen(filename,"rb");
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 143 wFile->file = fopen(filename,"wb");
311 wFile->file = fopen(filename,"rb");
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 143 wFile->file = fopen(filename,"wb");
311 wFile->file = fopen(filename,"rb");
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 277 rc->f = fopen(pac_file, "rb");
554 f = fopen(pac_file, "wb");
  /external/wpa_supplicant_8/src/utils/
edit.c 276 f = fopen(fname, "r");
300 f = fopen(fname, "w");
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 278 f = fopen(fname, "wb");
477 f = fopen(fname, "w");

Completed in 828 milliseconds

<<51525354555657585960>>