HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 551 - 575 of 2155) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
c_mac.php 99 'va_start', 'va_arg', 'va_end', 'offsetof', 'sizeof', 'fopen', 'freopen',
verilog.php 74 '$fclose', '$fdisplay', '$fopen',
  /external/libvpx/libvpx/nestegg/test/
test.c 98 fp = fopen(argv[1], "rb");
  /external/libvpx/libvpx/test/
video_source.h 50 return fopen(path_to_source.c_str(), "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/util/
debugfs.c 63 fp = fopen("/proc/mounts", "r");
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 123 FILE *F = fopen(Filename.c_str(), "rb");
ProfileInfoLoader.cpp 88 FILE *F = fopen(Filename.c_str(), "rb");
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count3.ll 34 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/open-vcdiff/src/
vcdiff_main.cc 225 FILE* dictionary_file = fopen(FLAGS_dictionary.c_str(), "rb");
266 *file = fopen(file_name.c_str(), "rb");
290 // standard C I/O library, i.e., fopen(), fwrite(), fclose().
301 output_file_ = fopen(output_file_name_.c_str(), "wb");
  /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/ripemd/
rmd160.c 84 IN=fopen(argv[i],"r");
  /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");

Completed in 283 milliseconds

<<21222324252627282930>>