OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lbfsize
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/stdio/
wbuf.c
71
fp->_w = fp->
_lbfsize
;
wsetup.c
90
* It is line buffered, so make
_lbfsize
be -_bufsize
91
* for the putc() macro. We will change
_lbfsize
back
95
fp->
_lbfsize
= -fp->_bf._size;
setvbuf.c
87
fp->_r = fp->
_lbfsize
= 0;
153
/* fp->
_lbfsize
is still 0 */
161
fp->
_lbfsize
= -fp->_bf._size;
findfp.c
66
.
_lbfsize
= 0, \
145
fp->
_lbfsize
= 0; /* not line buffered */
refill.c
99
fp->
_lbfsize
= 0;
freopen.c
131
fp->
_lbfsize
= 0;
ungetc.c
120
fp->
_lbfsize
= 0;
vfwprintf.c
183
fake.
_lbfsize
= 0; /* not actually used, but Just In Case */
/src/include/
stdio.h
94
*
_lbfsize
is -_bf._size, else
_lbfsize
is 0
103
*
_lbfsize
is used only to make the inline line-buffered output stream
120
int
_lbfsize
; /* 0 or -_bf._size, for inline putc */
member in struct:__sFILE
463
if (--_p->_w >= 0 || (_p->_w >= _p->
_lbfsize
&& (char)_c != '\n'))
474
(p)->_w >= (p)->
_lbfsize
? \
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026