Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 4 of 4) sorted by relevance

/coreutils/gl/lib/
Drandread.c86 size_t buffered; member
192 s->buf.isaac.buffered = 0; in randread_new()
255 size_t inbytes = isaac->buffered; in readisaac()
264 isaac->buffered = inbytes - size; in readisaac()
284 isaac->buffered = 0; in readisaac()
/coreutils/src/
Dfactor.c2380 size_t buffered = lbuf.end - lbuf.buf; in lbuf_putc() local
2388 else if (buffered >= FACTOR_PIPE_BUF) in lbuf_putc()
/coreutils/
DNEWS3203 Note that this bug affects tail -f only when its standard output is buffered,
3388 Previously it would have been buffered and only output if enough
/coreutils/doc/
Dcoreutils.texi13077 @cindex inodes, written buffered
13078 @command{sync} writes any data buffered in memory out to the storage device.
18526 @cindex line buffered
18578 Set the stream to line buffered mode.
18594 Specify the size of the buffer to use in fully buffered mode.