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

  /external/bison/lib/
stdio--.h 29 # undef freopen macro
30 # define freopen freopen_safer macro
  /bionic/libc/stdio/
stdio.cpp 259 FILE* freopen(const char* file, const char* mode, FILE* fp) { function
269 // There are actually programs that depend on being able to "freopen"
273 // a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
330 // assume stderr is always fd STDERR_FILENO, even if being freopen'd.
362 __strong_alias(freopen64, freopen);
  /external/bison/darwin-lib/
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 macro
705 /* Assume freopen is always declared. */
706 _GL_WARN_ON_USE (freopen,
707 "freopen on native Windows platforms is not POSIX compliant -
    [all...]
  /external/bison/linux-lib/
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 macro
705 /* Assume freopen is always declared. */
706 _GL_WARN_ON_USE (freopen,
707 "freopen on native Windows platforms is not POSIX compliant -
    [all...]
  /system/core/adb/
sysdeps.h 391 #define freopen freopen_utf8_not_yet_implemented macro
  /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...]

Completed in 121 milliseconds