Searched refs:fopen (Results 1 - 25 of 951) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_passthrough_dotdot.c42 filelist = fopen("filelist", "w");
H A Dtest_passthrough_reverse.c47 filelist = fopen("filelist", "w");
H A Dtest_option_0.c42 filelist = fopen("filelist", "wb");
50 filelist = fopen("filelistNull", "wb");
/freebsd-11-stable/share/syscons/scrnmaps/
H A Dmkscrfil.c40 if ((fd = fopen(argv[1], "w")) == NULL) {
/freebsd-11-stable/libexec/atrun/
H A Dgloadavg.c59 if((fp=fopen(PROC_DIR "loadavg","r")) == NULL)
/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg_proc.c21 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c38 f = fopen(_PATH_CONSOLE, "w");
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_log.c46 fdAll = fopen("stats.log", "w+");
90 fdAll = fopen("pciconf.log", "w+");
120 fdAll = fopen("devconf.log", "w+");
151 fdAll = fopen("reginfo.log", "w+");
182 fdAll = fopen("readreg.log", "w+");
209 fdAll = fopen("intrstats.log", "w+");
238 fdAll = fopen("tcodestats.log", "w+");
278 fdAll = fopen("driverinfo.log", "w+");
302 fdAll = fopen("driver_stats.log", "w+");
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fopen.c43 static const char *path = "fopen";
151 atf_tc_set_md_var(tc, "descr", "Test errors from fopen(3)");
163 f = fopen(path, "w+");
176 f = fopen(path, mode[i]);
191 ATF_REQUIRE_ERRNO(EISDIR, fopen("/usr/bin", "w") == NULL);
194 ATF_REQUIRE_ERRNO(ENOENT, fopen("/a/b/c/d/e/f", "r") == NULL);
197 ATF_REQUIRE_ERRNO(ENAMETOOLONG, fopen(buf, "r+") == NULL);
218 f = fopen(path, "w+");
224 f = fopen(path, "a");
229 f = fopen(pat
[all...]
H A Dt_fflush.c55 f = fopen(path, "w");
61 f = fopen(path, "r");
109 f = fopen(path, "w");
115 f = fopen(path, "r+");
152 f = fopen(path, "w");
H A Dt_clearerr.c49 fp = fopen(path, "r");
75 fp = fopen(path, "r");
H A Dt_fputc.c49 f = fopen(path, "w+");
67 f = fopen(path, "w+");
77 f = fopen(path, "r");
/freebsd-11-stable/contrib/opie/libopie/
H A Dopen.c12 string for fopen.
40 if (!(f = fopen(file, "w")))
72 if (!(f = fopen(file, fmode)))
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c31 FILE *f = fopen(fn, "w");
58 f = fopen("filelist", "w+");
69 f = fopen("filelist2", "w+");
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkodFile.c94 FILE * is = fopen(kod_db_file, "rb");
116 FILE * actual = fopen(kod_db_file, "rb");
117 FILE * expected = fopen(CreatePath("kod-expected-single", INPUT_DIR),"rb");
146 FILE * actual = fopen(kod_db_file, "rb");
147 FILE * expected = fopen(CreatePath("kod-expected-multiple", INPUT_DIR),"rb");
H A Dt-log.c64 FILE * f = fopen("testLogfile2.log","r");
/freebsd-11-stable/contrib/gcc/
H A Dgenchecksum.c39 f = fopen (file, "rb");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp32 FILE* Temp = fopen("/dev/null", "w");
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-smstdio.c31 stream = fopen("t-smstdio.1", "w");
50 stream = fopen("t-smstdio.1", "r");
/freebsd-11-stable/lib/libc/tests/sys/
H A Dmlock_helper.c72 fp = fopen(VM_MAX_WIRED, "w");
95 fp = fopen(VM_MAX_WIRED, "r");
97 perror("fopen failed\n");
/freebsd-11-stable/usr.bin/at/
H A Dperm.c100 fp=fopen(PERM_PATH "at.allow","r");
113 fp=fopen(PERM_PATH "at.deny", "r");
/freebsd-11-stable/tools/tools/vxge/
H A Dvxge_log.c49 fdAll = fopen("vxge_regs.log", "w+");
92 fdAll = fopen("vxge_regs.log", "a+");
134 fdAll = fopen("vxge_regs.log", "a+");
176 fdAll = fopen("vxge_regs.log", "a+");
220 fdAll = fopen("vxge_regs.log", "a+");
262 fdAll = fopen("vxge_regs.log", "a+");
306 fdAll = fopen("vxge_regs.log", "a+");
350 fdAll = fopen("vxge_regs.log", "a+");
394 fdAll = fopen("vxge_drv_stats.log", "w+");
436 fdAll = fopen("vxge_stat
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c303 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL)
321 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL)
338 e = fopen ("temp.x", "r");
340 FATAL_ERROR ("fopen temp.x failed in copy temp", errno);
343 e = fopen ("temp.y", "r");
345 FATAL_ERROR ("fopen temp.y failed in copy temp", errno);
367 if (fopen ("temp.x", "r") != NULL || fopen ("tem
[all...]

Completed in 244 milliseconds

1234567891011>>