HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 201 - 225 of 1644) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbyht.c 72 netf = fopen(_PATH_NETWORKS, "r" );
95 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "r" )) == NULL)
  /external/bcc/src/cc/
bcc_perf_map.c 40 status = fopen(status_path, "r");
85 FILE* file = fopen(path, "r");
  /external/bzip2/
dlltest.c 124 if((fp_w = fopen(fn_w,"wb"))==NULL){
147 if((fp_r = fopen(fn_r,"rb"))==NULL){
  /external/iproute2/lib/
fs.c 41 fp = fopen("/proc/mounts", "r");
155 fp = fopen(path, "r");
  /external/iptables/iptables/
getethertype.c 59 etherf = fopen(_PATH_ETHERTYPES, "r");
81 && (etherf = fopen(_PATH_ETHERTYPES, "r")) == NULL) {
  /external/libaom/libaom/examples/
resize_util.c 78 fpin = fopen(fin, "rb");
84 fpout = fopen(fout, "wb");
  /external/libaom/libaom/stats/
aomstats.c 25 stats->file = fopen(fpf, "wb");
32 stats->file = fopen(fpf, "rb");
  /external/libopus/doc/
trivial_example.c 88 fin = fopen(inFile, "r");
104 fout = fopen(outFile, "w");
  /external/libpng/contrib/examples/
iccfrompng.c 94 FILE *fp = fopen(filename, "rb");
124 of = fopen(output, "wb");
  /external/libvpx/libvpx/examples/
resize_util.c 77 fpin = fopen(fin, "rb");
83 fpout = fopen(fout, "wb");
  /external/libvpx/libvpx/
vpxstats.c 24 stats->file = fopen(fpf, "wb");
31 stats->file = fopen(fpf, "rb");
  /external/ltp/testcases/kernel/syscalls/fork/
fork07.c 97 writ = fopen(fnamebuf, "w");
99 tst_resm(TFAIL | TERRNO, "fopen(.. \"w\") failed");
100 rea = fopen(fnamebuf, "r");
102 tst_resm(TFAIL | TERRNO, "fopen(.. \"r\") failed");
fork09.c 99 fildeses[nfiles] = fopen(filname, "a");
127 fildeses[nfiles] = fopen(childfile, "a");
  /external/selinux/libselinux/src/
init.c 64 fp = fopen("/proc/filesystems", "re");
104 fp = fopen("/proc/mounts", "re");
  /external/selinux/libsepol/tests/
test-downgrade.c 210 if ((in_fp = fopen(path, "rb")) == NULL) {
254 if ((out_fp = fopen(path, "w" )) == NULL) {
  /external/selinux/policycoreutils/hll/pp/
pp.c 95 in = fopen(ifile, "rb");
108 out = fopen(ofile, "w");
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 48 input_file = fopen(input_file_path, "rb");
70 output_file = fopen(output_file_path, "wb");
  /external/sfntly/cpp/src/test/
test_font_utils.cc 71 input_file = fopen(input_file_path, "rb");
91 output_file = fopen(file_path, "wb");
  /external/toybox/toys/other/
hwclock.c 43 fp = fopen(toybuf, "r");
73 for (fp = fopen("/etc/adjtime", "r");
  /external/toybox/toys/pending/
more.c 82 if (!isatty(1) || !(cin = fopen("/dev/tty", "r"))) {
101 if (*toys.optargs && !(fp = fopen(*toys.optargs, "r"))) {
  /external/v8/src/base/platform/
platform-linux.cc 101 FILE* fp = fopen("/proc/self/maps", "r");
171 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
platform-openbsd.cc 46 FILE* fp = fopen("/proc/self/maps", "r");
111 FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
  /external/vboot_reference/tests/
vb20_verify_fw.c 46 f = fopen(fname, "rb");
98 f = fopen(body_fname, "rb");
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 46 FILE* fp = fopen(in_filename_.c_str(), "rb");
86 out_file_ = fopen(out_filename.c_str(), "wb");
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 59 FILE* in_file = fopen(input_filename.c_str(), "rb");
65 FILE* out_file = fopen(output_filename.c_str(), "wb");

Completed in 719 milliseconds

1 2 3 4 5 6 7 891011>>