HomeSort by relevance Sort by last modified time
    Searched refs:freopen (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/compiler-rt/test/asan/TestCases/Posix/
freopen.cc 12 freopen(NULL, "a", fp);
  /toolchain/binutils/binutils-2.27/libiberty/
fopen_unlocked.c 62 Opens and returns a @code{FILE} pointer via @code{freopen}. If the
126 FILE *const fp = freopen (path, mode, stream);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 58 using ::freopen;
  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 79 freopen("/dev/null", "w", stderr);
  /external/ltp/testcases/kernel/fs/stream/
stream01.c 24 >KEYS: < freopen()
25 >WHAT: < 1) check that freopen substitutes the named file in place of stream.
26 >HOW: < 1) open a stream, write something to it, perform freopen and
28 < the file specified by freopen.
76 if ((stream = freopen(tempfile2, "a+", stream)) == NULL) {
77 tst_brkm(TFAIL | TERRNO, NULL, "freopen(%s) a+ failed",
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
freopen.c 2 Implementation of freopen as declared in <stdio.h>.
43 NetBSD: freopen.c,v 1.14 2003/08/07 16:43:25 agc Exp
44 freopen.c 8.1 (Berkeley) 6/4/93
68 freopen(const char *file, const char *mode, FILE *fp) function
90 * There are actually programs that depend on being able to "freopen"
94 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
172 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
Stdio.inf 44 freopen.c #
  /external/iproute2/bridge/
bridge.c 85 if (freopen(name, "r", stdin) == NULL) {
  /external/llvm/lib/Fuzzer/afl/
afl_driver.cpp 231 freopen(stderr_duplicate_filename, "a+", stderr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 279 extern FILE *freopen (__const char *__restrict __filename,
287 extern FILE *__REDIRECT (freopen, (__const char *__restrict __filename,
293 # define freopen freopen64
  /external/libpng/contrib/gregbook/
rpng-win.c 190 freopen("CONOUT$", "a", stderr);
191 freopen("CONOUT$", "a", stdout);
  /bionic/tests/headers/posix/
stdio_h.c 97 FUNCTION(freopen, FILE* (*f)(const char*, const char*, FILE*));
  /external/iproute2/ip/
ip.c 133 if (freopen(name, "r", stdin) == NULL) {
  /external/iproute2/tc/
tc.c 260 if (freopen(name, "r", stdin) == NULL) {
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 128 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 136 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 128 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 136 static_assert((std::is_same<decltype(std::freopen("", "", fp)), std::FILE*>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 54 #undef freopen macro
58 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
    [all...]
  /bionic/libc/include/
stdio.h 214 FILE* freopen(const char* __path, const char* __mode, FILE* __fp);
  /bootable/recovery/
recovery.cpp 233 freopen(filename, "a", stdout); setbuf(stdout, NULL);
234 freopen(filename, "a", stderr); setbuf(stderr, NULL);
245 freopen(filename, "a", stdout); setbuf(stdout, NULL);
246 freopen(filename, "a", stderr); setbuf(stderr, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 400 if(freopen("stdout:", "w", stderr) == NULL) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 273 if(freopen("stdout:", "w", stderr) == NULL) {
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 17 FILE *freopen (const char * __restrict,
450 FILE *freopen (const char * __restrict Path, const char * __restrict Mode, FILE * __restrict Ofp);
    [all...]
  /system/core/adb/
sysdeps.h 272 #define freopen freopen_utf8_not_yet_implemented macro

Completed in 321 milliseconds

1 2 3