Searched refs:fopen (Results 76 - 100 of 903) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dload_file.c19 fp = fopen(filename + 7, "r");
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_basic.c134 filelist = fopen("filelist", "w");
H A Dtest_cmdline.c37 f = fopen("empty", "wb");
H A Dtest_option_L_upper.c47 filelist = fopen("filelist", "w");
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_entry_from_file.c60 f = fopen("foo", "wb");
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dtest_stdio.c46 filelist = fopen("filelist", "w");
H A Dtest_symlink_dir.c37 FILE *f = fopen(name, "wb");
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h50 #undef fopen macro
/freebsd-9.3-release/contrib/mtree/
H A Dexcludes.c81 fp = fopen(name, "r");
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c137 FILE *fp = fopen(argv[n], "r");
/freebsd-9.3-release/contrib/nvi/catalog/
H A Ddump.c106 if ((fp = fopen(*argv, "r")) == NULL) {
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dsocket.c132 fd = fopen("/tmp/libsdp.log.txt", "a+");
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dpidfile.c77 if ((f = fopen(pidfile_path, "w")) == NULL) {
/freebsd-9.3-release/contrib/unvis/
H A Dunvis.c96 if ((fp = fopen(*argv, "r")) != NULL)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dreplay.c129 FILE *f = fopen(id->name, "w");
204 f = fopen(id->name, "r");
229 f = fopen(id->name, "a");
252 FILE *f = fopen(id->name, "r");
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dtest-readenv.c66 f = fopen(fn, "w");
69 err(1, "fopen");
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-uw.c97 if ((fd = fopen (password_file, "r")) == NULL) {
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c105 hostf = fopen(_PATH_BT_HOSTS, "r");
157 hostf = fopen(_PATH_BT_HOSTS, "r");
213 protof = fopen(_PATH_BT_PROTOCOLS, "r");
257 protof = fopen(_PATH_BT_PROTOCOLS, "r");
/freebsd-9.3-release/lib/libc/stdio/
H A Dfopen.c34 static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93";
52 fopen(file, mode) function
/freebsd-9.3-release/sbin/dump/
H A Ditime.c74 if ((df = fopen(dumpdates, "r")) == NULL) {
84 if ((df = fopen(dumpdates, "w")) == NULL) {
90 if ((df = fopen(dumpdates, "r")) == NULL) {
172 if ((df = fopen(dumpdates, "r+")) == NULL)
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-fopen.c48 fp = fopen(fname, mode);
50 printf("not ok %d - fopen(\"%s\", \"%s\") failed\n",
60 printf("ok %d - fopen(\"%s\", \"%s\") and fileno() succeeded\n",
87 * Test program for fopen().
/freebsd-9.3-release/usr.bin/asa/
H A Dasa.c72 if ((fp = fopen(fn, "r")) == NULL) {
/freebsd-9.3-release/usr.bin/ctags/
H A Dctags.c150 if (!(inf = fopen(argv[step], "r"))) {
168 if ((oldf = fopen(outfile, "r")) == NULL)
172 if ((outf = fopen(outfile, "w")) == NULL)
199 if (!(outf = fopen(outfile, aflag ? "a" : "w")))
/freebsd-9.3-release/usr.bin/rev/
H A Drev.c84 if ((fp = fopen(*argv, "r")) == NULL) {
/freebsd-9.3-release/usr.bin/what/
H A Dwhat.c86 in = fopen(file, "r");

Completed in 309 milliseconds

1234567891011>>