Home
last modified time | relevance | path

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

123

/third_party/libwebsockets/lib/misc/
Ddaemonize.c211 if (!freopen("/dev/null", "r", stdin)) in lws_daemonize()
215 if (!freopen("/dev/null", "w", stdout)) in lws_daemonize()
219 if (!freopen("/dev/null", "w", stderr)) in lws_daemonize()
/third_party/musl/src/stdio/
Dfreopen.c13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() function
53 weak_alias(freopen, freopen64);
/third_party/musl/porting/linux/user/src/stdio/
Dfreopen.c13 FILE *freopen(const char *restrict filename, const char *restrict mode, FILE *restrict f) in freopen() function
60 weak_alias(freopen, freopen64);
/third_party/vk-gl-cts/external/amber/src/samples/
Dandroid_helper.cc37 freopen(stdout_file_cstr, "w", stdout); in Java_com_google_amber_Amber_androidHelper()
38 freopen(stderr_file_cstr, "w", stderr); in Java_com_google_amber_Amber_androidHelper()
/third_party/cef/tests/ceftests/
Dtest_suite.cc64 if (freopen("CONOUT$", "w", stdout)) { in RouteStdioToConsole()
73 if (freopen("CONOUT$", "w", stderr)) { in RouteStdioToConsole()
/third_party/musl/include/
Dstdio.h71 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
211 #define freopen64 freopen
/third_party/musl/porting/linux/user/include/
Dstdio.h71 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
211 #define freopen64 freopen
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h69 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
209 #define freopen64 freopen
/third_party/musl/ndk_musl_include/
Dstdio.h69 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
206 #define freopen64 freopen
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h71 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
210 #define freopen64 freopen
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h69 FILE *freopen(const char *__restrict, const char *__restrict, FILE *__restrict);
209 #define freopen64 freopen
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfreopen.c31 fp = freopen(ptr, "w+", stdin); in freopen_0100()
Dgetchar.c39 FILE *fp = freopen(path, "r", stdin); in getchar_0100()
Dgetchar_unlocked.c39 FILE *fp = freopen(path, "r", stdin); in getchar_unlocked_0100()
D_flushlbf.c37 FILE *fp = freopen("/data/test.txt", "r", stdin); in flushlbf_0100()
Dtest_src_functionalext_supplement_stdio.gni92 "freopen",
/third_party/node/test/wasi/c/
Dfreopen.c7 FILE* file_new = freopen("/sandbox/input2.txt", "r", file_orig); in main()
/third_party/openh264/codec/build/iOS/dec/demo/demo/
Dmain.m49 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stdout);
50 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stderr);
/third_party/elfutils/tests/
Dlfs-symbols29 freopen
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/
Dmain.m50 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stdout);
51 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stderr);
/third_party/ltp/testcases/kernel/fs/stream/
Dstream01.c76 if ((stream = freopen(tempfile2, "a+", stream)) == NULL) { in main()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c190 freopen("CONOUT$", "a", stderr); in WinMain()
191 freopen("CONOUT$", "a", stdout); in WinMain()
/third_party/json/test/thirdparty/Fuzzer/afl/
Dafl_driver.cpp231 freopen(stderr_duplicate_filename, "a+", stderr); in maybe_duplicate_stderr()
/third_party/ffmpeg/tests/
Drotozoom.c169 if (!freopen(argv[2], "wb", stdout)) in main()
Dvideogen.c162 if (!freopen(argv[1], "wb", stdout)) in main()

123