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

  /external/bison/lib/
stdio--.h 29 # undef freopen macro
30 # define freopen freopen_safer macro
  /bionic/libc/stdio/
freopen.c 1 /* $OpenBSD: freopen.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */
51 freopen(const char *file, const char *mode, FILE *fp) function
67 * There are actually programs that depend on being able to "freopen"
71 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
135 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 20 # define freopen _wfreopen macro
224 newfp = freopen(stdoutPath, TEXT("w"), stdout);
247 newfp = freopen(stderrPath, TEXT("w"), stderr);
  /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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 55 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro

Completed in 1754 milliseconds