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

/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c251 ssize_t bytes, totbytes = 0; local
258 bytes = read(stream->_file, &strp[totbytes], size);
264 return ((totbytes == 0) ? 0 : totbytes / size);
267 totbytes += bytes;
270 return (totbytes / size);
274 return (totbytes / size);

Completed in 72 milliseconds