Searched refs:freopen (Results 1 - 25 of 29) 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/google-breakpad/src/tools/linux/dump_syms/
H A Ddump_syms.cc79 freopen("/dev/null", "w", stderr);
/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/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.cpp100 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp126 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/gtest/include/gtest/internal/
H A Dgtest-port.h1777 return freopen(path, mode, stream);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1635 return freopen(path, mode, stream);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1625 return freopen(path, mode, stream);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2052 return freopen(path, mode, stream);
/external/webrtc/webrtc/modules/audio_coding/test/
H A DAPITest.cc280 EXPECT_TRUE(freopen("APITest_log.txt", "w", stdout) != 0);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4787 INTERCEPTOR(__sanitizer_FILE *, freopen, const char *path, const char *mode,
4790 COMMON_INTERCEPTOR_ENTER(ctx, freopen, path, mode, fp);
4794 __sanitizer_FILE *res = REAL(freopen)(path, mode, fp);
4802 COMMON_INTERCEPT_FUNCTION(freopen);
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5285 extern FILE *freopen (__const char *__restrict __filename,
/external/bison/
H A Dconfigure18645 freopen ("/dev/null", "rb", stdin);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2884 return freopen(path, mode, stream);

Completed in 691 milliseconds

12