HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 1001 - 1025 of 2179) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 278 in = fopen(argv[1], "rt");
513 out = fopen(argv[2], "wt");
  /external/chromium_org/v8/src/
platform-posix.cc 370 FILE* OS::FOpen(const char* path, const char* mode) {
371 FILE* file = fopen(path, mode);
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.m 409 FILE *fp = fopen([path fileSystemRepresentation], "r");
502 FILE *fp = fopen(filename, "r");
  /external/dhcpcd/
if-options.c 825 f = fopen(file ? file : CONFIG, "r");
828 syslog(LOG_ERR, "fopen `%s': %m", file);
  /external/harfbuzz_ng/util/
options.cc 521 fp = fopen (text_file, "r");
558 fp = fopen (output_file, "wb");
  /external/icu4c/test/cintltst/
cintltst.c 342 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
409 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
  /external/icu4c/tools/icuswap/
icuswap.cpp 166 in=fopen(argv[1], "rb");
254 out=fopen(argv[2], "wb");
  /external/iproute2/ip/
iptunnel.c 404 FILE *fp = fopen("/proc/net/dev", "r");
406 perror("fopen");
  /external/jpeg/
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/libvpx/libvpx/vp8/encoder/
firstpass.c 145 fpfile = fopen("firstpass.stt", "a");
891 recon_file = fopen(filename, "wb");
    [all...]
  /external/libvpx/libvpx/
vp8_scalable_patterns.c 611 if(!(infile = fopen(argv[1], "rb")))
619 if (!(outfile[i] = fopen(file_name, "wb")))
  /external/linux-tools-perf/util/
event.c 69 fp = fopen(filename, "r");
154 fp = fopen(filename, "r");
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 248 /// FILE *fopen(const char *filename, const char *mode);
249 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");
679 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/openssh/
authfile.c 761 f = fopen(filename, "r");
904 if ((f = fopen(filename, "r")) == NULL) {
  /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) {

Completed in 1024 milliseconds

<<41424344454647484950>>