Searched refs:_IO_stdout (Results 1 - 16 of 16) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dioputs.c40 _IO_cleanup_region_start((void (*) __P ((void *))) _IO_funlockfile, _IO_stdout);
41 _IO_flockfile(_IO_stdout);
43 if ((_IO_stdout->_vtable_offset != 0 || _IO_fwide(_IO_stdout, -1) == -1)
44 && _IO_sputn(_IO_stdout, str, len) == len
45 && _IO_putc_unlocked('\n', _IO_stdout) != EOF)
48 _IO_funlockfile(_IO_stdout);
H A Dputchar_u.c28 CHECK_FILE (_IO_stdout, EOF);
29 return _IO_putc_unlocked (c, _IO_stdout);
H A Dputwchar_u.c26 CHECK_FILE (_IO_stdout, WEOF);
27 return _IO_putwc_unlocked (wc, _IO_stdout);
H A Dputchar.c30 _IO_stdout);
31 _IO_flockfile (_IO_stdout);
32 result = _IO_putc_unlocked (c, _IO_stdout);
33 _IO_funlockfile (_IO_stdout);
H A Dputwchar.c28 _IO_stdout);
29 _IO_flockfile (_IO_stdout);
30 result = _IO_putwc_unlocked (wc, _IO_stdout);
31 _IO_funlockfile (_IO_stdout);
H A Dstdio.c39 #undef _IO_stdout macro
H A Diofclose.c90 if (fp != _IO_stdin && fp != _IO_stdout && fp != _IO_stderr)
H A Diolibio.h64 INTUSE(_IO_vfprintf) (_IO_stdout, FORMAT, ARGS)
H A Dwfileops.c222 _IO_stdout);
223 _IO_flockfile (_IO_stdout);
225 if ((_IO_stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF))
227 _IO_OVERFLOW (_IO_stdout, EOF);
229 _IO_funlockfile (_IO_stdout);
H A Dlibio.h345 #define _IO_stdout ((_IO_FILE*)(&_IO_2_1_stdout_)) macro
349 extern _IO_FILE *_IO_stdout attribute_hidden;
H A Dfileops.c559 _IO_stdout);
560 _IO_flockfile (_IO_stdout);
562 if ((_IO_stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF))
564 _IO_OVERFLOW (_IO_stdout, EOF);
566 _IO_funlockfile (_IO_stdout);
H A Diofwide.c110 && (fp == _IO_stdin || fp == _IO_stdout || fp == _IO_stderr))
/haiku/headers/cpp/
H A Diostdio.h56 #define stdout _IO_stdout
/haiku/src/libs/stdc++/legacy/
H A Dstdstreams.cc37 // are identical to _IO_stdin/_IO_stdout/_IO_stderr.
144 cout.base._strbuf = (streambuf*)_IO_stdout;
H A Dstreambuf.cc223 if (this != _IO_stdin && this != _IO_stdout && this != _IO_stderr)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c8 int _IO_stdout; variable

Completed in 296 milliseconds