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

  /external/bison/lib/
stdio--.h 29 # undef freopen macro
30 # define freopen freopen_safer macro
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
freopen.c 1 /* $OpenBSD: freopen.c,v 1.13 2009/11/09 00:18:27 kurt Exp $ */
50 freopen(const char *file, const char *mode, FILE *fp) function
66 * There are actually programs that depend on being able to "freopen"
70 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
134 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
  /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...]

Completed in 171 milliseconds