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

12

/external/bison/lib/
H A Dstdio--.h29 # undef freopen macro
30 # define freopen freopen_safer macro
H A Dstdio.in.h378 # undef freopen
379 # define freopen rpl_freopen
381 _GL_FUNCDECL_RPL (freopen, FILE *,
384 _GL_CXXALIAS_RPL (freopen, FILE *,
387 _GL_CXXALIAS_SYS (freopen, FILE *,
390 _GL_CXXALIASWARN (freopen);
392 # undef freopen
393 /* Assume freopen is always declared. */
394 _GL_WARN_ON_USE (freopen,
395 "freopen o
[all...]
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dfreopen.cc12 freopen(NULL, "a", fp);
/external/libmojo/base/android/
H A Dfifo_utils.cc21 return freopen(path.value().c_str(), mode, stream) != NULL;
/external/google-breakpad/src/tools/linux/dump_syms/
H A Ddump_syms.cc79 freopen("/dev/null", "w", stderr);
/external/ltp/testcases/kernel/fs/stream/
H A Dstream01.c24 >KEYS: < freopen()
25 >WHAT: < 1) check that freopen substitutes the named file in place of stream.
26 >HOW: < 1) open a stream, write something to it, perform freopen and
28 < the file specified by freopen.
76 if ((stream = freopen(tempfile2, "a+", stream)) == NULL) {
77 tst_brkm(TFAIL | TERRNO, NULL, "freopen(%s) a+ failed",
/external/bison/darwin-lib/
H A Dstdio.h690 # undef freopen
691 # define freopen rpl_freopen
693 _GL_FUNCDECL_RPL (freopen, FILE *,
696 _GL_CXXALIAS_RPL (freopen, FILE *,
699 _GL_CXXALIAS_SYS (freopen, FILE *,
702 _GL_CXXALIASWARN (freopen);
704 # undef freopen macro
705 /* Assume freopen is always declared. */
706 _GL_WARN_ON_USE (freopen,
707 "freopen o
[all...]
/external/bison/linux-lib/
H A Dstdio.h690 # undef freopen
691 # define freopen rpl_freopen
693 _GL_FUNCDECL_RPL (freopen, FILE *,
696 _GL_CXXALIAS_RPL (freopen, FILE *,
699 _GL_CXXALIAS_SYS (freopen, FILE *,
702 _GL_CXXALIASWARN (freopen);
704 # undef freopen macro
705 /* Assume freopen is always declared. */
706 _GL_WARN_ON_USE (freopen,
707 "freopen o
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dbitmaptools.cc240 stdin = freopen(NULL, "rb", stdin);
241 stdout = freopen(NULL, "wb", stdout);
/external/iproute2/bridge/
H A Dbridge.c85 if (freopen(name, "r", stdin) == NULL) {
/external/llvm/lib/Fuzzer/afl/
H A Dafl_driver.cpp231 freopen(stderr_duplicate_filename, "a+", stderr);
/external/libpng/contrib/gregbook/
H A Drpng-win.c189 freopen("CONOUT$", "a", stderr);
190 freopen("CONOUT$", "a", stdout);
H A Drpng2-win.c308 freopen("CONOUT$", "a", stderr);
309 freopen("CONOUT$", "a", stdout);
/external/iproute2/ip/
H A Dip.c128 if (freopen(name, "r", stdin) == NULL) {
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp128 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp136 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), "");
/external/iproute2/tc/
H A Dtc.c264 if (freopen(name, "r", stdin) == NULL) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1348 return freopen(path, mode, stream);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1681 return freopen(path, mode, stream);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1638 return freopen(path, mode, stream);
/external/ltp/pan/
H A Dltp-pan.c437 if (!freopen(outputfilename, "a+", stdout)) {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1625 return freopen(path, mode, stream);
/external/skia/third_party/lua/src/
H A Dlauxlib.c648 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1630 return freopen(path, mode, stream);
/external/syslinux/com32/lua/src/
H A Dlauxlib.c649 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */

Completed in 588 milliseconds

12