/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.badfreopen.ksh | 36 freopen(".."); 37 freopen("%s", "."); 38 freopen("%c%c", '.', '.'); 39 freopen("%c", '.'); 46 freopen("%s%s", ".", "."); 47 freopen("%s%s", ".", ".");
|
H A D | tst.freopen.ksh | 38 freopen("%s.%d", \$\$1, i); 45 freopen(""); 74 tmpfile=/tmp/tst.freopen.$$
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | exception.lst | 34 # freopen() (to suppress output) not supported by Java DTrace API 73 # freopen() and ftruncate() not supported by Java DTrace API 75 common/funcs/tst.freopen.ksh
|
/freebsd/usr.sbin/pw/ |
H A D | pw_group.c | 285 freopen(_PATH_DEVNULL, "w", stderr); 348 freopen(_PATH_DEVNULL, "w", stderr); in pw_group_show() 411 freopen(_PATH_DEVNULL, "w", stderr); in pw_group_del() 575 freopen(_PATH_DEVNULL, "w", stderr); in pw_group_mod() 673 freopen(_PATH_DEVNULL, "w", stderr); in pw_group_mod()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/ |
H A D | tst.1.0.d | 42 int freopen; variable
|
/freebsd/usr.bin/bintrans/ |
H A D | uuencode.c | 71 if (in != NULL && freopen(in, "r", stdin) == NULL) in main_base64_encode() 120 if (!freopen(*argv, "r", stdin) || fstat(fileno(stdin), &sb)) in main_encode()
|
/freebsd/usr.bin/mkstr/ |
H A D | mkstr.c | 110 if (freopen(name, "w", stdout) == NULL) in main() 112 if (freopen(argv[0], "r", stdin) == NULL) in main()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/ |
H A D | tst.walltimestamp.ksh | 49 freopen("/dev/null");
|
H A D | tst.many.d | 42 freopen("/dev/null");
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_fileactions.c | 201 freopen("/dev/zero", "r", stdin); in ATF_TC_BODY() 368 freopen(TESTFILE, "r", stdin); in ATF_TC_BODY() 369 freopen(CHECKFILE, "w", stdout); in ATF_TC_BODY()
|
/freebsd/contrib/libcbor/examples/ |
H A D | streaming_array.c | 34 out = freopen(NULL, "wb", stdout); in main()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 57 if (!freopen(optarg, "w", stdout)) { 71 if (!freopen(argv[optind], "r", stdin)) {
|
/freebsd/stand/liblua/ |
H A D | lstd.h | 59 #define freopen lua_loader_freopen 71 FILE *freopen( const char *filename, const char *mode, FILE *stream);
|
/freebsd/lib/libc/tests/stdio/ |
H A D | perror_test.c | 58 ATF_REQUIRE(freopen(tmpfil, "r+", stderr) != NULL); in ATF_TC_BODY()
|
/freebsd/lib/libc/stdio/ |
H A D | Makefile.inc | 11 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \ 59 fopen.3 freopen.3 \
|
H A D | Symbol.map | 33 freopen;
|
/freebsd/usr.bin/expand/ |
H A D | expand.c | 86 if (freopen(argv[0], "r", stdin) == NULL) { in main()
|
/freebsd/usr.bin/xstr/ |
H A D | xstr.c | 122 if (freopen("x.c", "w", stdout) == NULL) in main() 124 if (!readstd && freopen(argv[0], "r", stdin) == NULL) in main()
|
/freebsd/usr.bin/rwall/ |
H A D | rwall.c | 157 if (fname && !(freopen(fname, "r", stdin))) in makemsg()
|
/freebsd/usr.sbin/lpr/filters/ |
H A D | lpf.c | 202 freopen(acctfile, "a", stdout) != NULL) { in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 28 using ::freopen _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 51 FILE* freopen(const char* restrict filename, const char * restrict mode, 154 using ::freopen _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
/freebsd/usr.bin/fold/ |
H A D | fold.c | 115 if (!freopen(*argv, "r", stdin)) { in main()
|
/freebsd/usr.bin/unexpand/ |
H A D | unexpand.c | 86 if (freopen(filename, "r", stdin) == NULL) { in main()
|