Home
last modified time | relevance | path

Searched refs:freopen (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd/lib/libc/stdio/
H A Dfreopen.c50 freopen(const char *file, const char *mode, FILE *fp) in freopen() function
172 DEF_STRONG(freopen);
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h68 #undef freopen
115 using ::freopen;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h69 #undef freopen
116 using ::freopen;
/openbsd/usr.bin/uniq/
H A Duniq.c110 if (freopen(argv[0], "r", stdin) == NULL) in main()
114 if (freopen(argv[1], "w", stdout) == NULL) in main()
/openbsd/usr.bin/finger/
H A Dfinger.c172 if (!freopen(_PATH_UTMP, "r", stdin)) in loginlist()
267 if (!freopen(_PATH_UTMP, "r", stdin)) in userlist()
/openbsd/gnu/usr.bin/perl/
H A Dnostdio.h48 #undef freopen
86 #define freopen(p,m,f) _CANNOT _freopen_ macro
H A Dfakesdio.h33 #undef freopen
119 #define freopen(p,m,f) _CANNOT _freopen_ macro
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass52-frag.c31 f = freopen ("/dev/null", "w", f); in main()
/openbsd/gnu/lib/libiberty/src/
H A Dfopen_unlocked.c123 FILE *const fp = freopen (path, mode, stream); in freopen_unlocked()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_base_members_static.cc39 std::freopen("ios_base_members_static-1.txt", "w", stdout); in test01()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cstdio.h55 #undef freopen
/openbsd/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cstdio.h55 #undef freopen
/openbsd/usr.bin/unexpand/
H A Dunexpand.c69 if (freopen(argv[0], "r", stdin) == NULL) { in main()
/openbsd/usr.bin/users/
H A Dusers.c70 if (!freopen(_PATH_UTMP, "r", stdin)) { in main()
/openbsd/usr.bin/what/
H A Dwhat.c83 if (!freopen(*argv, "r", stdin)) { in main()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t41 [freopen => 'C-specific: use open instead'],
/openbsd/usr.bin/expand/
H A Dexpand.c79 if (freopen(argv[0], "r", stdin) == NULL) in main()
/openbsd/usr.bin/rwall/
H A Drwall.c139 if (fname && !(freopen(fname, "r", stdin))) in makemsg()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdio.h45 using std::freopen;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdio.h45 using std::freopen;
/openbsd/usr.sbin/mtree/
H A Dmtree.c76 if (!(freopen(optarg, "r", stdin))) in main()
/openbsd/regress/lib/libc/arch/alpha/divremtest/
H A Ddivremtest.c71 if (freopen(argv[0], "r", stdin) == NULL) {
/openbsd/lib/libc/hidden/
H A Dstdio.h66 PROTO_NORMAL(freopen);
/openbsd/usr.bin/logger/
H A Dlogger.c70 if (freopen(optarg, "r", stdin) == NULL) { in main()
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdio51 FILE* freopen(const char* restrict filename, const char * restrict mode,
159 using ::freopen _LIBCPP_USING_IF_EXISTS;

1234