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

<<41424344454647484950>>

  /external/libpcap/
nametoaddr.c 446 fp = fopen(PCAP_ETHERS_FILE, "r");
  /external/libpng/contrib/examples/
pngpixel.c 153 FILE *f = fopen(argv[3], "rb");
  /external/libpng/
pngtest.c 855 if ((fpin = fopen(inname, "rb")) == NULL)
861 if ((fpout = fopen(outname, "wb")) == NULL)
    [all...]
  /external/libusb/examples/
dpfp.c 230 fd = fopen(filename, "w");
dpfp_threaded.c 259 fd = fopen(filename, "w");
  /external/libvorbis/examples/
encoder_example.c 71 binary mode, eg, fopen("file.wav","wb"); */
  /external/libvpx/libvpx/examples/
simple_encoder.c 227 if (!(infile = fopen(infile_arg, "rb")))
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 427 f = fopen("kf_boost.stt", "a");
    [all...]
  /external/libxml2/
xmllint.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 353 f = fopen(test_file_name, "w+");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 365 FILE *f = fopen(filename, "r");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 380 fp = fopen(argv[++i], "wt");
  /external/mesa3d/src/gallium/tests/graw/
vs-test.c 191 if ((f = fopen(filename, "r")) == NULL) {
  /external/opencv/otherlibs/highgui/
loadsave.cpp 206 f = fopen( buffer, "rb" );
  /external/openssl/crypto/evp/
evp_test.c 336 f=fopen(szTestFile,"r");
  /external/ppp/pppd/plugins/radius/
buildreq.c 100 if ((sf = fopen(seqfile, "a+")) == NULL)
dict.c 54 if ((dictfd = fopen (filename, "r")) == (FILE *) NULL)
  /external/qemu/distrib/jpeg-6b/
ckconfig.c 297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
  /external/qemu/util/
osdep.c 406 FILE *fds = fopen("/proc/sys/crypto/fips_enabled", "r");
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/srec/portable/src/
PANSIFileImpl.c 126 impl->value = fopen(impl->Interface.filename, mode);
  /external/srec/tools/dictTest/
dictTest.c 287 if ((fout = fopen(outfilename,"w")) == NULL)
  /external/stlport/doc/
README.msvc 179 origin like fopen() or abs(). Also, it defines additional overloads for
  /external/stlport/stlport/stl/config/
host.h 260 * (fopen/flose/fread/fwrite) under fstream buffers or unistd calls
  /external/tinycompress/
cplay.c 213 file = fopen(name, "rb");

Completed in 1061 milliseconds

<<41424344454647484950>>