OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__srefill
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/stdio/
rget.c
62
if (
__srefill
(fp) == 0) {
fread.c
98
if (
__srefill
(fp)) {
124
/* fp->_r = 0 ... done in
__srefill
*/
128
if (
__srefill
(fp)) {
vfscanf.c
151
while ((fp->_r > 0 ||
__srefill
(fp) == 0) && isspace_l(*fp->_p, loc)) \
197
while ((fp->_r > 0 ||
__srefill
(fp) == 0) &&
215
if (fp->_r <= 0 &&
__srefill
(fp))
364
if (fp->_r <= 0 &&
__srefill
(fp))
376
else if (
__srefill
(fp))
425
if (fp->_r <= 0 &&
__srefill
(fp)) {
442
if (
__srefill
(fp)) {
518
if (fp->_r <= 0 &&
__srefill
(fp)) {
543
if (fp->_r <= 0 &&
__srefill
(fp)) {
558
if (fp->_r <= 0 &&
__srefill
(fp))
[
all
...]
fgets.c
78
if (
__srefill
(fp)) {
fgetwc.c
62
if (
__srefill
(fp) != 0)
local.h
52
extern int
__srefill
(FILE *);
refill.c
71
__srefill
(FILE *fp)
function in typeref:typename:int
getdelim.c
79
if (fp->_r <= 0 &&
__srefill
(fp)) {
fseeko.c
248
if (
__srefill
(fp) || (size_t)fp->_r < n)
Completed in 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025