Searched refs:_IO_stdin (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetchar_u.c36 return _IO_getc_unlocked (_IO_stdin);
H A Dgetchar.c38 _IO_stdin);
39 _IO_flockfile (_IO_stdin);
40 result = _IO_getc_unlocked (_IO_stdin);
41 _IO_funlockfile (_IO_stdin);
H A Dgetwchar.c38 _IO_stdin);
39 _IO_flockfile (_IO_stdin);
40 result = _IO_getwc_unlocked (_IO_stdin);
41 _IO_funlockfile (_IO_stdin);
H A Dgetwchar_u.c36 return _IO_getwc_unlocked (_IO_stdin);
H A Diogets.c40 _IO_stdin);
41 _IO_flockfile (_IO_stdin);
42 ch = _IO_getc_unlocked (_IO_stdin);
55 int old_error = _IO_stdin->_IO_file_flags & _IO_ERR_SEEN;
56 _IO_stdin->_IO_file_flags &= ~_IO_ERR_SEEN;
58 count = INTUSE(_IO_getline) (_IO_stdin, buf + 1, INT_MAX, '\n', 0) + 1;
59 if (_IO_stdin->_IO_file_flags & _IO_ERR_SEEN)
65 _IO_stdin->_IO_file_flags |= old_error;
70 _IO_funlockfile (_IO_stdin);
H A Dvwscanf.c36 return _IO_vfwscanf (_IO_stdin, format, args, NULL);
H A Dvscanf.c38 return INTUSE(_IO_vfscanf) (_IO_stdin, format, args, NULL);
H A Dstdio.c38 #undef _IO_stdin macro
H A Diofclose.c90 if (fp != _IO_stdin && fp != _IO_stdout && fp != _IO_stderr)
H A Dlibio.h344 #define _IO_stdin ((_IO_FILE*)(&_IO_2_1_stdin_)) macro
348 extern _IO_FILE *_IO_stdin attribute_hidden;
H A Diofwide.c110 && (fp == _IO_stdin || fp == _IO_stdout || fp == _IO_stderr))
/haiku/headers/cpp/
H A Diostdio.h55 #define stdin _IO_stdin
/haiku/src/libs/stdc++/legacy/
H A Dstdstreams.cc37 // are identical to _IO_stdin/_IO_stdout/_IO_stderr.
143 cin.base._strbuf = (streambuf*)_IO_stdin;
H A Dstreambuf.cc223 if (this != _IO_stdin && this != _IO_stdout && this != _IO_stderr)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c7 int _IO_stdin; variable

Completed in 148 milliseconds