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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Posix/
freopen.cc 12 freopen(NULL, "a", fp);
  /external/bison/lib/
stdio--.h 29 # undef freopen macro
30 # define freopen freopen_safer macro
  /external/elfutils/tests/
lfs-symbols 29 freopen
  /external/libmojo/base/android/
fifo_utils.cc 21 return freopen(path.value().c_str(), mode, stream) != NULL;
  /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.
  /external/google-breakpad/src/client/mac/crash_generation/
InspectorMain.mm 44 freopen("/dev/console", "w", stdout);
45 freopen("/dev/console", "w", stderr);
  /toolchain/binutils/binutils-2.25/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);
  /toolchain/binutils/binutils-2.25/include/
fopen-bin.h 1 /* Macros for the 'type' part of an fopen, freopen or fdopen.
fopen-same.h 1 /* Macros for the 'type' part of an fopen, freopen or fdopen.
fopen-vms.h 1 /* Macros for the 'type' part of an fopen, freopen or fdopen.
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdio 58 using ::freopen;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdio 58 using ::freopen;
  /external/libcxx/include/
cstdio 52 FILE* freopen(const char* restrict filename, const char * restrict mode,
150 using ::freopen;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cstdio 52 FILE* freopen(const char* restrict filename, const char * restrict mode,
150 using ::freopen;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cstdio 52 FILE* freopen(const char* restrict filename, const char * restrict mode,
150 using ::freopen;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio 65 #undef freopen
111 using ::freopen;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdio 65 #undef freopen
112 using ::freopen;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 65 #undef freopen
112 using ::freopen;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 65 #undef freopen
114 using ::freopen;

Completed in 1027 milliseconds

1 2 3 4 5 6 7 8 91011>>