OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_bf
(Results
1 - 2
of
2
) sorted by relevancy
/src/include/
stdio.h
94
* _lbfsize is -
_bf
._size, else _lbfsize is 0
107
* pushes back more characters than fit in the current
_bf
, or when ungetc()
108
* pushes back a character that does not match the previous one in
_bf
.
119
struct __sbuf
_bf
; /* the buffer (at least 1 byte, if !NULL) */
member in struct:__sFILE
120
int _lbfsize; /* 0 or -
_bf
._size, for inline putc */
145
int _blksize; /* stat.st_blksize (may be !=
_bf
._size) */
stdio.h
94
* _lbfsize is -
_bf
._size, else _lbfsize is 0
107
* pushes back more characters than fit in the current
_bf
, or when ungetc()
108
* pushes back a character that does not match the previous one in
_bf
.
119
struct __sbuf
_bf
; /* the buffer (at least 1 byte, if !NULL) */
member in struct:__sFILE
120
int _lbfsize; /* 0 or -
_bf
._size, for inline putc */
145
int _blksize; /* stat.st_blksize (may be !=
_bf
._size) */
Completed in 27 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025