/openbsd/lib/libc/stdio/ |
H A D | freopen.c | 50 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 D | std_cstdio.h | 68 #undef freopen 115 using ::freopen;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdio.h | 69 #undef freopen 116 using ::freopen;
|
/openbsd/usr.bin/uniq/ |
H A D | uniq.c | 110 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 D | finger.c | 172 if (!freopen(_PATH_UTMP, "r", stdin)) in loginlist() 267 if (!freopen(_PATH_UTMP, "r", stdin)) in userlist()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | nostdio.h | 48 #undef freopen 86 #define freopen(p,m,f) _CANNOT _freopen_ macro
|
H A D | fakesdio.h | 33 #undef freopen 119 #define freopen(p,m,f) _CANNOT _freopen_ macro
|
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
H A D | pass52-frag.c | 31 f = freopen ("/dev/null", "w", f); in main()
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | fopen_unlocked.c | 123 FILE *const fp = freopen (path, mode, stream); in freopen_unlocked()
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ios_base_members_static.cc | 39 std::freopen("ios_base_members_static-1.txt", "w", stdout); in test01()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cstdio.h | 55 #undef freopen
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cstdio.h | 55 #undef freopen
|
/openbsd/usr.bin/unexpand/ |
H A D | unexpand.c | 69 if (freopen(argv[0], "r", stdin) == NULL) { in main()
|
/openbsd/usr.bin/users/ |
H A D | users.c | 70 if (!freopen(_PATH_UTMP, "r", stdin)) { in main()
|
/openbsd/usr.bin/what/ |
H A D | what.c | 83 if (!freopen(*argv, "r", stdin)) { in main()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | unimplemented.t | 41 [freopen => 'C-specific: use open instead'],
|
/openbsd/usr.bin/expand/ |
H A D | expand.c | 79 if (freopen(argv[0], "r", stdin) == NULL) in main()
|
/openbsd/usr.bin/rwall/ |
H A D | rwall.c | 139 if (fname && !(freopen(fname, "r", stdin))) in makemsg()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | stdio.h | 45 using std::freopen;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | stdio.h | 45 using std::freopen;
|
/openbsd/usr.sbin/mtree/ |
H A D | mtree.c | 76 if (!(freopen(optarg, "r", stdin))) in main()
|
/openbsd/regress/lib/libc/arch/alpha/divremtest/ |
H A D | divremtest.c | 71 if (freopen(argv[0], "r", stdin) == NULL) {
|
/openbsd/lib/libc/hidden/ |
H A D | stdio.h | 66 PROTO_NORMAL(freopen);
|
/openbsd/usr.bin/logger/ |
H A D | logger.c | 70 if (freopen(optarg, "r", stdin) == NULL) { in main()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdio | 51 FILE* freopen(const char* restrict filename, const char * restrict mode, 159 using ::freopen _LIBCPP_USING_IF_EXISTS;
|