HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 51 - 75 of 2098) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.c 134 fp = fopen(filepath, "r");
176 fp = fopen(filepath, "r");
196 fp = fopen(file, mode);
  /external/ltp/testcases/kernel/fs/stream/
stream01.c 70 if ((stream = fopen(tempfile1, "a+")) == NULL) {
71 tst_brkm(TFAIL, NULL, "fopen(%s) a+ failed: %s",
84 if ((stream = fopen(tempfile1, "r")) == NULL) {
85 tst_brkm(TFAIL | TERRNO, NULL, "fopen(%s) r failed",
98 if ((stream = fopen(tempfile2, "r")) == NULL) {
99 tst_brkm(TFAIL | TERRNO, NULL, "fopen(%s) r failed",
  /external/python/cpython2/Tools/scripts/
ndiff.py 61 def fopen(fname): function
69 f1 = fopen(f1name)
70 f2 = fopen(f2name)
  /external/python/cpython3/Tools/scripts/
ndiff.py 61 def fopen(fname): function
69 f1 = fopen(f1name)
70 f2 = fopen(f2name)
  /external/vboot_reference/host/lib/
host_misc.c 32 f = fopen(filename, "rb");
66 f = fopen(filename, "rt");
101 FILE *f = fopen(filename, "wb");
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
filestreamtest.cpp 36 fp = fopen(paths[i], "rb");
69 FILE *fp = fopen(filename_, "rb");
98 fp = fopen(filename, "rb");
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
sha.c 26 inFile = fopen(filename, "rb");
  /external/compiler-rt/test/msan/
getline.cc 23 FILE *fp = fopen(argv[1], "r");
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 45 FILE *File = fopen(argv[1], "w");
  /external/curl/tests/libtest/
lib566.c 54 moo = fopen(libtest_arg2, "wb");
  /external/elfutils/libcpu/
i386_gendis.c 64 i386_in = fopen (infname, "r");
  /external/honggfuzz/examples/libxml2/
persistent-xml2.c 17 null_file = fopen("/dev/null", "w");
  /external/libpng/contrib/mips-msa/
linux.c 30 FILE *f = fopen("/proc/cpuinfo", "rb");
  /external/libxml2/win32/wince/
wincecompat.c 40 return (int) fopen(filename, mode);
  /external/ltp/testcases/kernel/sched/sched_stress/
sched.c 63 if ((logfile = fopen(filename, "a")) == (FILE *) NULL)
64 sys_error("fopen failed", __FILE__, __LINE__);
  /external/mesa3d/src/gallium/tests/graw/
disasm.c 62 fp = fopen(filename, "rb");
  /external/perf_data_converter/src/quipper/
file_utils.h 23 FILE* fp = fopen(filename.c_str(), "wb");
25 // Do not write anything if |contents| contains nothing. fopen will create
  /external/strace/tests/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-m32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-mx32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/swiftshader/src/OpenGL/common/
debug.cpp 42 file = fopen(TRACE_OUTPUT_FILE, "w");
  /external/syslinux/com32/lib/
fopen.c 2 * fopen.c
9 FILE *fopen(const char *file, const char *mode) function
  /external/syslinux/com32/lib/syslinux/
loadfile.c 51 f = fopen(filename, "r");
  /external/syslinux/com32/modules/
cat.c 18 f = fopen(argv[i], "r");
  /external/toybox/toys/other/
lsusb.c 28 file = fopen(toybuf, "r");

Completed in 559 milliseconds

1 23 4 5 6 7 8 91011>>