Searched refs:fopen (Results 251 - 275 of 823) sorted by relevance

<<11121314151617181920>>

/freebsd-current/lib/libvgl/
H A Dtext.c60 if ((fd=fopen(filename, "r"))==(FILE*)0)
/freebsd-current/libexec/bootpd/tools/bootpef/
H A Dbootpef.c298 if ((fp = fopen(hp->exten_file->string, "w")) == NULL) {
/freebsd-current/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c194 if ((pid = fopen(file, "w")) == NULL) {
/freebsd-current/usr.sbin/crunch/crunchide/
H A Dcrunchide.c188 if((keepf = fopen(filename, "r")) == NULL) {
/freebsd-current/tools/test/ppsapi/
H A Dppsapitest.c62 fdo = fopen(ofn, "w");
/freebsd-current/usr.sbin/ngctl/
H A Ddot.c92 f = fopen(av[0], "w");
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c89 pc_file = fopen(pcap_fname, "r");
91 warn("fopen(%s)", pcap_fname);
/freebsd-current/usr.sbin/rtsold/
H A Ddump.c139 if ((fp = fopen(dumpfile, "w")) == NULL) {
/freebsd-current/usr.sbin/chkgrp/
H A Dchkgrp.c86 if ((gf = fopen(gfn, "r")) == NULL)
/freebsd-current/lib/libc/gen/
H A Dgetutxent.c68 uf = fopen(file, "re");
H A Dfmtmsg.c85 if ((fp = fopen("/dev/console", "ae")) == NULL) {
H A Dgetusershell.c113 if ((fp = fopen(_PATH_SHELLS, "re")) == NULL)
/freebsd-current/lib/libc/tests/stdio/
H A Dfreopen_test.c43 fp1 = fopen(fname1, mode1);
45 "fopen(\"%s\", \"%s\") failed; errno=%d", fname1, mode1, errno);
49 "freopen(\"%s\", \"%s\", fopen(\"%s\", \"%s\")) succeeded "
54 "freopen(\"%s\", \"%s\", fopen(\"%s\", \"%s\")) failed: %d",
H A Dfopen_test.c46 fp = fopen(fname, mode);
48 "fopen(\"%s\", \"%s\") failed", fname, mode);
50 ATF_REQUIRE_MSG(fd >= 0, "fileno() failed for fopen");
/freebsd-current/usr.bin/lastcomm/
H A Dlastcomm.c131 if ((fp = fopen(acctfile, "r")) == NULL)
/freebsd-current/usr.bin/sdiff/
H A Dedit.c168 if (!(file = fopen(filename, "r"))) {
/freebsd-current/usr.sbin/fstyp/
H A Dfstyp.c221 fp = fopen(path, "r");
/freebsd-current/usr.bin/mkcsmapper/
H A Dyacc.y394 fp = output ? fopen(output, "wb") : stdout;
397 perror("fopen");
639 out = output ? fopen(output, "wb") : stdout;
642 err(EXIT_FAILURE, "fopen");
657 out = output ? fopen(output, "wb") : stdout;
660 err(EXIT_FAILURE, "fopen");
710 in = fopen(argv[0], "r");
/freebsd-current/usr.bin/iconv/
H A Diconv.c231 fopen(argv[i], "r") : stdin;
/freebsd-current/usr.bin/locate/locate/
H A Dlocate.c228 if ((fp = fopen(db, "r")) == NULL) {
331 /* fopen */
/freebsd-current/libexec/rbootd/
H A Dparseconf.c89 if ((fp = fopen(ConfigFile, "r")) == NULL) {
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c192 * Mode - Open mode for fopen
213 File = fopen (Filename, Mode);
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dadfile.c239 File = fopen (Filename, "wb");
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacclib.h383 fopen (
/freebsd-current/usr.bin/bintrans/
H A Duuencode.c138 output = fopen(outfile, "w+");

Completed in 152 milliseconds

<<11121314151617181920>>