HomeSort by relevance Sort by last modified time
    Searched defs:freopen (Results 1 - 5 of 5) sorted by null

  /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.
  /system/core/adb/
sysdeps.h 272 #define freopen freopen_utf8_not_yet_implemented macro
  /bionic/libc/stdio/
stdio.cpp 267 FILE* freopen(const char* file, const char* mode, FILE* fp) { function
278 // There are actually programs that depend on being able to "freopen"
282 // a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
339 // assume stderr is always fd STDERR_FILENO, even if being freopen'd.
366 __strong_alias(freopen64, freopen);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 533 #define freopen(...) (pthread_testcancel(), freopen(__VA_ARGS__)) macro
    [all...]

Completed in 87 milliseconds