Home
last modified time | relevance | path

Searched refs:_IO_stdout (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dstdio.c37 #undef _IO_stdout
41 strong_alias (stdout, _IO_stdout);
H A Diofclose.c84 if (fp != _IO_stdin && fp != _IO_stdout && fp != _IO_stderr)
H A Dlibio.h345 #define _IO_stdout ((_IO_FILE*)(&_IO_2_1_stdout_)) macro
349 extern _IO_FILE *_IO_stdout;
H A Diolibio.h83 #define _IO_vprintf(FORMAT, ARGS) _IO_vfprintf(_IO_stdout, FORMAT, ARGS)
H A DChangeLog455 for _IO_stdin/_IO_stdout/_IO_stderr.
2493 * iofclose.c (_IO_fclose): Check if file is _IO_stdin, _IO_stdout,