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

<<41424344454647484950>>

  /external/e2fsprogs/debugfs/
logdump.c 173 out_file = fopen(out_fn, "w");
  /external/e2fsprogs/ext2ed/
main.c 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */
  /external/e2fsprogs/lib/ext2fs/
test_io.c 228 data->outfile = fopen(value, "w");
  /external/e2fsprogs/tests/progs/
test_rel.c 674 f = fopen(cmd_file, "r");
  /external/flac/include/FLAC/
stream_encoder.h     [all...]
  /external/gtest/test/
gtest-filepath_test.cc 556 FILE* f = posix::FOpen(filename, "w");
  /external/icu4c/common/
umapfile.c 236 file=fopen(path, "rb");
  /external/icu4c/common/unicode/
udata.h 206 * files into memory, or fopen()/fread() files.
  /external/icu4c/test/cintltst/
ucnvseltst.c 179 f = fopen(fnbuf, "rb");
  /external/icu4c/test/thaitest/
thaitest.cpp 313 f = fopen(fileName, "rb");
  /external/icu4c/tools/toolutil/
ppucd.cpp 70 file=fopen(filename, "r");
  /external/iproute2/misc/
nstat.c 564 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
rtacct.c 584 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
  /external/iproute2/tc/
q_netem.c 116 if ((f = fopen(name, "r")) == NULL) {
  /external/iptables/utils/
nfnl_osf.c 396 inf = fopen(path, "r");
  /external/libffi/src/
closures.c 122 f = fopen ("/proc/mounts", "r");
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 175 if ((fd = fopen(name, "rb")) == NULL)
  /external/libnfc-nci/src/adaptation/
config.cpp 175 if ((fd = fopen(name, "rb")) == NULL)
  /external/libvorbis/vq/
bookutil.c 237 FILE *in=fopen(filename,"r");
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 104 'Flock','Floor','Flush','Fontmetric','Fopen','Forceext',
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 428 FILE *const f = fopen("context.c", "w");
  /external/linux-tools-perf/
builtin-kmem.c 70 fp = fopen("/sys/devices/system/cpu/kernel_max", "r");
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 414 ofp = fopen(fname, "w");
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 295 if (!(_file = fopen(_filename.c_str(), "rb"))) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 504 FILE *out = fopen(filePath, "a");

Completed in 1704 milliseconds

<<41424344454647484950>>