Searched refs:fopen (Results 451 - 475 of 823) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/iscsictl/
H A Dparse.y450 yyin = fopen(path, "r");
/freebsd-current/tools/regression/geom/ConfCmp/
H A DConfCmp.c358 fsubs = fopen("_.subs", "w");
/freebsd-current/usr.sbin/ip6addrctl/
H A Dip6addrctl.c210 if ((fp = fopen(conf, "r")) == NULL)
211 err(1, "fopen: %s", conf);
/freebsd-current/usr.sbin/uefisign/
H A Duefisign.c77 fp = fopen(path, mode);
/freebsd-current/lib/libc/gen/
H A Dgetgrent.c822 st->fp = fopen(_PATH_GROUP, "re");
875 st->fp = fopen(_PATH_GROUP, "re");
1270 st->fp = fopen(_PATH_GROUP, "re");
1355 st->fp = fopen(_PATH_GROUP, "re");
/freebsd-current/contrib/libevent/sample/
H A Dhttps-client.c479 FILE * f = fopen(data_file, "rb");
/freebsd-current/contrib/unbound/util/
H A Dlog.c145 f = fopen(filename, "a");
/freebsd-current/usr.bin/column/
H A Dcolumn.c116 if ((fp = fopen(*argv, "r"))) {
/freebsd-current/usr.bin/tsort/
H A Dtsort.c134 if ((fp = fopen(*argv, "r")) == NULL)
/freebsd-current/usr.bin/mail/
H A Dpopen.c68 if ((fp = fopen(path, mode)) != NULL) {
/freebsd-current/usr.bin/hexdump/
H A Dparse.c52 if ((fp = fopen(name, "r")) == NULL)
/freebsd-current/sbin/dump/
H A Doptr.c77 if ((mytty = fopen(_PATH_TTY, "r")) == NULL)
78 quit("fopen on %s fails: %s\n", _PATH_TTY, strerror(errno));
/freebsd-current/sbin/ipf/ipsend/
H A Dipsend.c205 else if (!(langfile = fopen(optarg, "r"))) {
/freebsd-current/lib/libc/net/
H A Dhesiod.c266 fp = fopen(filename, "re");
/freebsd-current/sbin/decryptcore/
H A Ddecryptcore.c164 fp = fopen(privkeyfile, "r");
/freebsd-current/lib/libc/resolv/
H A Dres_query.c454 if (file == NULL || (fp = fopen(file, "re")) == NULL)
/freebsd-current/sbin/ccdconfig/
H A Dccdconfig.c293 if ((f = fopen(ccdconf, "r")) == NULL) {
296 warn("fopen: %s", ccdconf);
/freebsd-current/bin/sh/
H A Dshow.c392 if ((tracefile = fopen(s, "a")) == NULL) {
/freebsd-current/usr.sbin/pmccontrol/
H A Dpmccontrol.c116 debug_stream = fopen(fn, "w");
/freebsd-current/usr.sbin/sa/
H A Dmain.c314 f = fopen(pn, wr ? "r+" : "r");
/freebsd-current/usr.sbin/mlx5tool/
H A Dmlx5tool.c87 dump = fopen(dumpname, "w");
/freebsd-current/contrib/telnet/libtelnet/
H A Dkerberos.c131 if ((fp = fopen(KEYFILE, "r")) == NULL)
/freebsd-current/contrib/tcp_wrappers/
H A Doptions.c226 if ((fp = fopen(path, "r")) != 0) {
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dprutils.c689 IncludeFile = fopen (Pathname, OpenMode);
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dadisasm.c375 File = fopen (DisasmFilename, "w+");

Completed in 427 milliseconds

<<11121314151617181920>>