OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_read_buf
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/process/
systembuf.cpp
46
/// Size of the
_read_buf
and _write_buf buffers.
50
utils::auto_array< char >
_read_buf
;
member in struct:systembuf::impl
62
_read_buf
(new char[bufsize]),
100
ssize_t cnt = ::read(_pimpl->_fd, _pimpl->
_read_buf
.get(),
107
setg(_pimpl->
_read_buf
.get(), _pimpl->
_read_buf
.get(),
108
_pimpl->
_read_buf
.get() + cnt);
Completed in 16 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026