Searched refs:fopen (Results 51 - 75 of 902) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/com_err/
H A Dcompile_et.c74 FILE *c_file = fopen(cfn, "w");
132 FILE *h_file = fopen(hfn, "w");
220 yyin = fopen(filename, "r");
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dmakeucnid.c56 FILE *f = fopen (fname, "r");
115 FILE * f = fopen (fname, "r");
191 FILE * f = fopen (fname, "r");
/freebsd-10.0-release/contrib/tcsh/
H A Dvms.termcap.c37 #ifndef fopen
38 extern FILE *fopen(); /* old fopen */
84 if ((fp = fopen(termfile, "r")) == (FILE *) NULL) {
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dcompile_et.c74 FILE *c_file = fopen(cfn, "w");
132 FILE *h_file = fopen(hfn, "w");
220 yyin = fopen(filename, "r");
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drandfile.c97 /* This declaration is a nasty hack to get around vms' extension to fopen
100 (FILE *(*)(const char *, const char *, ...))fopen;
140 in=fopen(file,"rb");
226 * fopen() calls below, openssl/VMS now shares the top-level
244 out = fopen(file,"wb");
/freebsd-10.0-release/usr.sbin/rpc.umntall/
H A Dmounttab.c59 if ((mtabfile = fopen(PATH_MOUNTTAB, "a")) == NULL)
83 if ((mtabfile = fopen(PATH_MOUNTTAB, "r")) == NULL) {
148 if ((mtabfile = fopen(PATH_MOUNTTAB, "w")) == NULL) {
/freebsd-10.0-release/crypto/heimdal/lib/kafs/
H A Dcommon.c179 f = fopen(file, "r");
272 if ((F = fopen(_PATH_CELLSERVDB, "r"))
273 || (F = fopen(_PATH_ARLA_CELLSERVDB, "r"))
274 || (F = fopen(_PATH_OPENAFS_DEBIAN_CELLSERVDB, "r"))
275 || (F = fopen(_PATH_OPENAFS_MACOSX_CELLSERVDB, "r"))
276 || (F = fopen(_PATH_ARLA_DEBIAN_CELLSERVDB, "r"))) {
/freebsd-10.0-release/contrib/gcc/config/
H A Dhost-linux.c121 f = fopen ("/proc/sys/kernel/randomize_va_space", "r");
123 f = fopen ("/proc/sys/kernel/exec-shield-randomize", "r");
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_open_file.c35 f = fopen("test.tar", "wb");
76 f = fopen("test.tar", "rb");
H A Dtest_read_disk_entry_from_file.c60 f = fopen("foo", "wb");
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dtest-normalize.c154 f = fopen(filename, "r");
160 f = fopen(longname, "r");
/freebsd-10.0-release/usr.sbin/mtree/
H A Dmtree.c89 spec1 = fopen(optarg, "r");
93 spec2 = fopen(optarg, "r");
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_vpw.c74 if (pwd_fp != NULL || (pwd_fp = fopen(getpwpath(_MASTERPASSWD), "r")) != NULL) {
154 if (grp_fp != NULL || (grp_fp = fopen(getgrpath(_GROUP), "r")) != NULL) {
/freebsd-10.0-release/bin/uuidgen/
H A Duuidgen.c70 fp = fopen(optarg, "w");
72 err(1, "fopen");
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dgen-aout.c35 FILE *file = fopen("gen-aout", "r");
/freebsd-10.0-release/contrib/dtc/
H A Dfstree.c55 pfile = fopen(tmpnam, "r");
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dload_file.c20 fp = fopen(filename + 7, "r");
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dtest_cmdline.c37 f = fopen("empty", "wb");
H A Dtest_option_L_upper.c47 filelist = fopen("filelist", "w");
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dtest_basic.c34 f = fopen("file", "wb");
H A Dtest_stdio.c46 filelist = fopen("filelist", "w");
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h50 #undef fopen macro
/freebsd-10.0-release/contrib/mtree/
H A Dexcludes.c81 fp = fopen(name, "r");
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c137 FILE *fp = fopen(argv[n], "r");
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dauthreadkeys.c82 fp = fopen(file, "r");

Completed in 256 milliseconds

1234567891011>>