OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IOFBF
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/stdio/
setbuf.c
57
(void)setvbuf(fp, buf, buf ?
_IOFBF
: _IONBF, BUFSIZ);
setbuffer.c
55
(void)setvbuf(fp, buf, buf ?
_IOFBF
: _IONBF, (size_t)size);
setvbuf.c
72
if ((mode !=
_IOFBF
&& mode != _IOLBF) || (int)size < 0)
/src/tests/lib/libc/stdio/
h_intr.c
72
{ "IOFBF",
_IOFBF
},
334
case 2: return
_IOFBF
;
/src/regress/sys/uvm/pdsim/
pdsim.c
289
setvbuf(stderr, NULL,
_IOFBF
, 0); /* XXX */
/src/include/
stdio.h
179
#define
_IOFBF
0 /* setvbuf should set fully buffered */
/src/lib/libcurses/
tty.c
553
(void)setvbuf(screen->outfd, screen->stdbuf,
_IOFBF
, screen->len);
/src/usr.sbin/quotacheck/
quotacheck.c
338
setvbuf(stdout, msgbuf,
_IOFBF
, sizeof msgbuf);
Completed in 16 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025