Searched refs:freopen (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d42 int freopen;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh36 freopen("..");
37 freopen("%s", ".");
38 freopen("%c%c", '.', '.');
39 freopen("%c", '.');
46 freopen("%s%s", ".", ".");
47 freopen("%s%s", ".", ".");
H A Dtst.freopen.ksh38 freopen("%s.%d", \$\$1, i);
45 freopen("");
74 tmpfile=/tmp/tst.freopen.$$
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dprocsup.c64 if (freopen("/dev/null", "r", stdin) == NULL) {
72 if (freopen("/dev/null", "w", stdout) == NULL) {
79 if (freopen("/dev/null", "w", stderr) == NULL) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh49 freopen("/dev/null");
H A Dtst.many.d42 freopen("/dev/null");
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfopen_unlocked.c59 Opens and returns a @code{FILE} pointer via @code{freopen}. If the
123 FILE *const fp = freopen (path, mode, stream);
/freebsd-11-stable/contrib/gperf/src/
H A Dmain.cc60 if (!freopen (option.get_input_file_name (), "r", stdin))
85 if (!freopen (option.get_output_file_name (), "w", stdout))
/freebsd-11-stable/usr.bin/xstr/
H A Dxstr.c133 if (freopen("x.c", "w", stdout) == NULL)
135 if (!readstd && freopen(argv[0], "r", stdin) == NULL)
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h55 #undef freopen macro
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dperror_test.c61 ATF_REQUIRE(freopen(tmpfil, "r+", stderr) != NULL);
H A Dfreopen_test.c49 fp2 = freopen(fname2, mode2, fp1);
52 "freopen(\"%s\", \"%s\", fopen(\"%s\", \"%s\")) succeeded "
57 "freopen(\"%s\", \"%s\", fopen(\"%s\", \"%s\")) failed: %d",
/freebsd-11-stable/stand/liblua/
H A Dlstd.h52 FILE *freopen( const char *filename, const char *mode, FILE *stream);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h69 #undef freopen macro
116 using ::freopen;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h45 using std::freopen;
/freebsd-11-stable/usr.bin/expand/
H A Dexpand.c98 if (freopen(argv[0], "r", stdin) == NULL) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c201 freopen("/dev/zero", "r", stdin);
360 freopen(TESTFILE, "r", stdin);
361 freopen(CHECKFILE, "w", stdout);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c196 if (!freopen (output_file, "w", stdout))
/freebsd-11-stable/usr.bin/fold/
H A Dfold.c128 if (!freopen(*argv, "r", stdin)) {
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c168 if (fname && !(freopen(fname, "r", stdin)))
/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c214 freopen(acctfile, "a", stdout) != NULL) {
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c57 if (!freopen(optarg, "w", stdout)) {
71 if (!freopen(argv[optind], "r", stdin)) {
/freebsd-11-stable/usr.bin/mkstr/
H A Dmkstr.c123 if (freopen(name, "w", stdout) == NULL)
125 if (freopen(argv[0], "r", stdin) == NULL)
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c278 freopen(_PATH_DEVNULL, "w", stderr);
335 freopen(_PATH_DEVNULL, "w", stderr);
392 freopen(_PATH_DEVNULL, "w", stderr);
550 freopen(_PATH_DEVNULL, "w", stderr);
641 freopen(_PATH_DEVNULL, "w", stderr);
/freebsd-11-stable/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c198 if (argc > optind && !freopen(argv[optind], "r", stdin)) {

Completed in 180 milliseconds

123