Home
last modified time | relevance | path

Searched refs:_srefill (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfgetwc.c133 if (fp->_r <= 0 && _srefill ( fp)) in __fgetwc()
166 while (_srefill( fp) == 0); in __fgetwc()
Dfgetws.c121 if (fp->_r <= 0 && _srefill ( fp)) in fgetws()
157 || _srefill ( fp) == 0)); in fgetws()
Drget.c47 if (_srefill (fp) == 0) in _srget()
Dfread.c200 rc = _srefill ( fp); in fread()
232 if (_srefill ( fp)) in fread()
Dfgets.c144 if (_srefill ( fp)) in fgets()
Dnano-vfscanf_local.h61 #define _srefill _ssrefill macro
Drefill.c39 _srefill ( in _srefill() function
Dvfscanf.c219 #define BufferEmpty (fp->_r <= 0 && _srefill( fp))
920 if (_srefill ( fp)) in _SVFSCANF()
1015 if (_srefill ( fp)) in _SVFSCANF()
1451 if (_srefill ( fp)) in _SVFSCANF()
1781 else if (_srefill ( fp)) in _SVFSCANF()
1810 if (_srefill ( fp)) in _SVFSCANF()
Dfseeko.c320 if (_srefill ( fp) || fp->_r < (int) n) in fseeko()
Dnano-vfscanf.c250 scan_data.pfn_refill = _srefill; in _SVFSCANF()
Dlocal.h170 extern int _srefill (FILE *);
Dvfwscanf.c118 #define _srefill _ssrefill macro
/picolibc-latest/newlib/libc/stdio64/
Dfseeko64.c315 if (_srefill (fp) || fp->_r < (int) n) in fseeko64()