Searched refs:fopen (Results 226 - 250 of 903) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c502 f = fopen (dirfile, "w");
566 f = fopen (*opened_filename, FOPEN_RBIN);
570 f = fopen (*opened_filename, FOPEN_RBIN);
575 f = fopen (*opened_filename, FOPEN_RBIN);
583 f = fopen (*opened_filename, FOPEN_RBIN);
589 f = fopen (*opened_filename, FOPEN_RBIN);
601 f = fopen (*opened_filename, FOPEN_RBIN);
751 output = fopen (dirfile, "w");
/freebsd-9.3-release/crypto/openssh/
H A Ddh.c153 if ((f = fopen(_PATH_DH_MODULI, "r")) == NULL &&
154 (f = fopen(_PATH_DH_PRIMES, "r")) == NULL) {
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-linux.c271 if ((fp = fopen(oom_adj_path, "r+")) != NULL) {
299 (fp = fopen(oom_adj_path, "w")) == NULL)
/freebsd-9.3-release/lib/libc/net/
H A Deui64.c230 if ((fp = fopen(_PATH_EUI64, "r")) == NULL)
280 if ((fp = fopen(_PATH_EUI64, "r")) == NULL)
H A Dgetnetbyht.c66 ned->netf = fopen(_PATH_NETWORKS, "r");
92 (ned->netf = fopen(_PATH_NETWORKS, "r")) == NULL)
/freebsd-9.3-release/lib/libc/stdio/
H A DSymbol.map30 fopen;
/freebsd-9.3-release/lib/libz/
H A Dzutil.h107 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
184 # define F_OPEN(name, mode) fopen((name), (mode))
/freebsd-9.3-release/libexec/comsat/
H A Dcomsat.c193 if ((tp = fopen(tty, "w")) == NULL) {
235 if ((fi = fopen(file, "r")) == NULL)
/freebsd-9.3-release/libexec/rbootd/
H A Drbootd.c185 if ((fp = fopen(PidFile, "w")) != NULL) {
189 syslog(LOG_WARNING, "fopen: failed (%s)", PidFile);
451 if ((DbgFp = fopen(DbgFile, "w")) == NULL)
/freebsd-9.3-release/sys/boot/ficl/
H A Dtestmain.c164 fp = fopen(pFilename->text, "r");
224 pOut = fopen(pVM->pad, "w");
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h116 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
178 # define F_OPEN(name, mode) fopen((name), (mode))
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbfileio.c133 AcpiGbl_DebugFile = fopen (Name, "w+");
481 fp = fopen (Filename, "rb");
/freebsd-9.3-release/sys/net/
H A Dzutil.h124 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
158 # define FOPEN(name, mode) fopen((name), (mode))
/freebsd-9.3-release/tools/tools/vt/fontcvt/
H A Dfontcvt.c176 fp = fopen(filename, "r");
318 fp = fopen(filename, "wb");
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c225 report_fp = fopen(report_file, "a");
327 cfp = fopen (chatfile, "r");
/freebsd-9.3-release/usr.bin/chpass/
H A Dedit.c114 if ((fp = fopen(tfn, "w")) == NULL) {
211 if ((fp = fopen(tfn, "r")) == NULL ||
/freebsd-9.3-release/usr.bin/indent/
H A Dargs.c180 if ((f = fopen(option_source = fname, "r")) != NULL) {
184 if ((f = fopen(option_source = prof, "r")) != NULL) {
/freebsd-9.3-release/usr.bin/mkstr/
H A Dmkstr.c102 mesgwrite = fopen(argv[0], addon ? "a" : "w");
105 mesgread = fopen(argv[0], "r");
/freebsd-9.3-release/usr.bin/newkey/
H A Dupdate.c267 rf = fopen(filename, "r");
271 wf = fopen(tmpname, "w");
/freebsd-9.3-release/usr.bin/paste/
H A Dpaste.c144 else if (!(lp->fp = fopen(p, "r")))
210 else if (!(fp = fopen(p, "r"))) {
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm.c167 if((statfile = fopen(Buffer, "r")) == NULL) {
216 f = fopen(filename,"r");
/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c161 fd = fopen(tmp_file, "r");
211 fd = fopen(updatingfile, "r");
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_vpw.c65 if (pwd_fp != NULL || (pwd_fp = fopen(pwtmp, "r")) != NULL) {
214 if (grp_fp != NULL || (grp_fp = fopen(grtmp, "r")) != NULL) {
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dupdate.c264 rf = fopen(filename, "r");
268 wf = fopen(tmpname, "w");
/freebsd-9.3-release/usr.sbin/sade/
H A Dconfig.c221 fstab = fopen("/etc/fstab", "w");
258 fp = fopen(config, "r");

Completed in 362 milliseconds

1234567891011>>