/external/bison/lib/ |
D | stdio--.h | 29 # undef freopen 30 # define freopen freopen_safer macro
|
D | stdio.in.h | 378 # 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/ |
D | freopen.cc | 12 freopen(NULL, "a", fp); in main()
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | InspectorMain.mm | 44 freopen("/dev/console", "w", stdout); 45 freopen("/dev/console", "w", stderr);
|
/external/bison/linux-lib/ |
D | stdio.h | 690 # 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/ |
D | stdio.h | 690 # 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/ |
D | bitmaptools.cc | 240 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/ |
D | dump_syms.cc | 79 freopen("/dev/null", "w", stderr); in main()
|
/external/elfutils/tests/ |
D | lfs-symbols | 29 freopen
|
/external/libcxx/include/ |
D | cstdio | 52 FILE* freopen(const char* restrict filename, const char * restrict mode, 184 using ::freopen;
|
/external/iproute2/bridge/ |
D | bridge.c | 85 if (freopen(name, "r", stdin) == NULL) { in batch()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 189 freopen("CONOUT$", "a", stderr); in WinMain() 190 freopen("CONOUT$", "a", stdout); in WinMain()
|
D | rpng2-win.c | 308 freopen("CONOUT$", "a", stderr); in WinMain() 309 freopen("CONOUT$", "a", stdout); in WinMain()
|
/external/iproute2/ip/ |
D | ip.c | 128 if (freopen(name, "r", stdin) == NULL) { in batch()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 100 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), ""); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 126 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), ""); in main()
|
/external/iproute2/tc/ |
D | tc.c | 264 if (freopen(name, "r", stdin) == NULL) { in batch()
|
/external/bison/tests/ |
D | cxx-type.at | 131 if (!freopen (argv[1], "r", stdin))
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1348 return freopen(path, mode, stream);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1635 return freopen(path, mode, stream);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1625 return freopen(path, mode, stream);
|
/external/bison/m4/ |
D | posix_spawn.m4 | 301 freopen ("/dev/null", "rb", stdin);
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 1777 return freopen(path, mode, stream);
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | APITest.cc | 280 EXPECT_TRUE(freopen("APITest_log.txt", "w", stdout) != 0); in SetUp()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1681 return freopen(path, mode, stream);
|