Home
last modified time | relevance | path

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

12

/external/bison/lib/
Dstdio--.h29 # undef freopen
30 # define freopen freopen_safer macro
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
394 _GL_WARN_ON_USE (freopen,
/external/compiler-rt/test/asan/TestCases/Posix/
Dfreopen.cc12 freopen(NULL, "a", fp); in main()
/external/google-breakpad/src/client/mac/crash_generation/
DInspectorMain.mm44 freopen("/dev/console", "w", stdout);
45 freopen("/dev/console", "w", stderr);
/external/bison/linux-lib/
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
706 _GL_WARN_ON_USE (freopen,
/external/bison/darwin-lib/
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
706 _GL_WARN_ON_USE (freopen,
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dbitmaptools.cc240 static_cast<void>(freopen(NULL, "rb", stdin)); in main()
241 static_cast<void>(freopen(NULL, "wb", stdout)); in main()
/external/google-breakpad/src/tools/linux/dump_syms/
Ddump_syms.cc79 freopen("/dev/null", "w", stderr); in main()
/external/elfutils/tests/
Dlfs-symbols29 freopen
/external/libcxx/include/
Dcstdio52 FILE* freopen(const char* restrict filename, const char * restrict mode,
184 using ::freopen;
/external/iproute2/bridge/
Dbridge.c85 if (freopen(name, "r", stdin) == NULL) { in batch()
/external/libpng/contrib/gregbook/
Drpng-win.c189 freopen("CONOUT$", "a", stderr); in WinMain()
190 freopen("CONOUT$", "a", stdout); in WinMain()
Drpng2-win.c308 freopen("CONOUT$", "a", stderr); in WinMain()
309 freopen("CONOUT$", "a", stdout); in WinMain()
/external/iproute2/ip/
Dip.c128 if (freopen(name, "r", stdin) == NULL) { in batch()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp100 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), ""); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp126 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), ""); in main()
/external/iproute2/tc/
Dtc.c264 if (freopen(name, "r", stdin) == NULL) { in batch()
/external/bison/tests/
Dcxx-type.at131 if (!freopen (argv[1], "r", stdin))
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1348 return freopen(path, mode, stream);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1635 return freopen(path, mode, stream);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1625 return freopen(path, mode, stream);
/external/bison/m4/
Dposix_spawn.m4301 freopen ("/dev/null", "rb", stdin);
/external/gtest/include/gtest/internal/
Dgtest-port.h1777 return freopen(path, mode, stream);
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc280 EXPECT_TRUE(freopen("APITest_log.txt", "w", stdout) != 0); in SetUp()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1681 return freopen(path, mode, stream);

12