HomeSort by relevance Sort by last modified time
    Searched refs:__srefill (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
rget.c 50 if (__srefill(fp) == 0) {
fgetln.c 88 if (fp->_r <= 0 && __srefill(fp)) {
136 if (__srefill(fp))
fgets.c 70 if (__srefill(fp)) {
  /bionic/libc/stdio/
vfscanf.c 133 while ((fp->_r > 0 || __srefill(fp) == 0) &&
150 if (fp->_r <= 0 && __srefill(fp))
318 if (fp->_r <= 0 && __srefill(fp))
330 else if (__srefill(fp))
356 if (__srefill(fp)) {
391 if (fp->_r <= 0 && __srefill(fp)) {
406 if (fp->_r <= 0 && __srefill(fp)) {
431 if (fp->_r <= 0 && __srefill(fp))
442 if (fp->_r <= 0 && __srefill(fp))
555 else if (__srefill(fp)
    [all...]
local.h 47 int __srefill(FILE *);
refill.c 52 __srefill(FILE *fp) function
fread.c 71 /* the following comes mainly from __srefill(), with slight
159 /* fp->_r = 0 ... done in __srefill */
162 if (__srefill(fp)) {
fseek.c 218 if (__srefill(fp) || (size_t)fp->_r < n)
  /bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c 79 if (fp->_r <= 0 && __srefill(fp)) {

Completed in 82 milliseconds