Searched refs:freopen (Results 1 - 25 of 32) 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/chromium_org/base/android/
H A Dfifo_utils.cc21 return freopen(path.value().c_str(), mode, stream) != NULL;
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c20 # define freopen _wfreopen macro
224 newfp = freopen(stdoutPath, TEXT("w"), stdout);
247 newfp = freopen(stderrPath, TEXT("w"), stderr);
/external/stlport/stlport/stl/
H A D_cstdio.h80 using _STLP_VENDOR_CSTD::freopen;
/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_org/base/process/
H A Dlaunch_win.cc90 if (freopen("CONOUT$", "w", stdout)) {
99 if (freopen("CONOUT$", "w", stderr)) {
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc240 FILE* unused_stdin = freopen(NULL, "rb", stdin);
241 FILE* unused_stdout = freopen(NULL, "wb", stdout);
/external/oprofile/daemon/
H A Dopd_perfmon.c352 freopen( "/dev/null", "r", stdin);
353 freopen( "/dev/null", "w", stdout);
354 freopen( "/dev/null", "w", stderr);
/external/iproute2/ip/
H A Dip.c112 if (freopen(name, "r", stdin) == NULL) {
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdio.pxd18 FILE *freopen (const char *filename, const char *opentype, FILE *stream)
/external/libpng/contrib/gregbook/
H A Drpng-win.c189 freopen("CONOUT$", "a", stderr);
190 freopen("CONOUT$", "a", stdout);
H A Drpng2-win.c306 freopen("CONOUT$", "a", stderr);
307 freopen("CONOUT$", "a", stdout);
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c551 freopen (STDOUT_FILE, "w", stdout);
552 freopen (STDERR_FILE, "w", stderr);
/external/iproute2/tc/
H A Dtc.c256 if (freopen(name, "r", stdin) == NULL) {
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp97 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp98 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), "");
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging.cc213 FILE* redir_stderr = freopen(log_path.value().c_str(), "w", stderr);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h914 return freopen(path, mode, stream);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2263 return freopen(path, mode, stream);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1625 return freopen(path, mode, stream);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c648 lf.f = freopen(filename, "rb", lf.f); /* reopen in binary mode */
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc289 EXPECT_TRUE(freopen("APITest_log.txt", "w", stdout) != 0);
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1777 return freopen(path, mode, stream);

Completed in 514 milliseconds

12