Searched refs:freopen (Results 51 - 68 of 68) sorted by relevance

123

/freebsd-10.0-release/lib/libc/db/test/
H A Ddbtest.c135 if (strcmp(*argv, "-") && freopen(*argv, "r", stdin) == NULL)
/freebsd-10.0-release/usr.bin/at/
H A Dat.c331 fpin = freopen(atinput, "r", stdin);
/freebsd-10.0-release/contrib/flex/
H A Dmain.c355 prev_stdout = freopen (outfilename, "w+", stdout);
/freebsd-10.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp755 if (!freopen(font_file, "w", stdout)) {
/freebsd-10.0-release/contrib/texinfo/util/
H A Dinstall-info.c666 f = freopen (*opened_filename, "r", f);
/freebsd-10.0-release/usr.bin/mklocale/
H A Dyacc.y247 if (freopen(av[optind], "r", stdin) == 0)
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h403 extern FILE * freopen(const char *, const char *, FILE *);
H A Dmips-tfile.c491 Symbol# 3: "freopen"
4918 if (freopen (argv[optind], "r", stdin) != stdin)
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff3.c389 if (! freopen (file[rev_mapping[FILE0]], "r", stdin))
/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp347 if (freopen(argv[optind + 2], "w", stdout) == NULL)
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dinfocmp.c801 if (freopen(argv[n], "r", stdin) == 0)
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c1656 freopen(_PATH_DEVNULL, "w", stderr);
/freebsd-10.0-release/usr.bin/kdump/
H A Dkdump.c263 if (!freopen(tracefile, "r", stdin))
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1660 * DT_FREOPEN_RESTORE is via the empty freopen() string --
1669 * freopen() to restore stdout when freopen() has
1684 * freopen(3C) will always close the specified stream and underlying
1691 * were there an "fdreopen()" equivalent of freopen() that allowed one
1695 * freopen()'ing "/dev/fd/[fileno]", where [fileno] is the underlying
1707 (void) snprintf(faultstr, len, "couldn't freopen() \"%s\": %s",
1720 * If this is the first time that we're calling freopen(),
1731 if (freopen(selfbuf, "aF", fp) == NULL) {
1741 * Solaris because FreeBSD's freopen() wil
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Dutil.c344 if (freopen(device, "r", stdin) == 0)
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c298 (void) freopen(_PATH_DEVNULL, "w", stderr);
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp4626 freopen(split_file.contents(), "w", stdout);
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c673 (void) freopen(_PATH_DEVNULL, "w", stderr);

Completed in 226 milliseconds

123