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

  /bionic/libc/stdio/
fflush.c 44 return (_fwalk(__sflush));
49 return (__sflush(fp));
53 __sflush(FILE *fp) function
refill.c 44 return (__sflush(fp));
75 if (__sflush(fp))
fclose.c 52 r = fp->_flags & __SWR ? __sflush(fp) : 0;
ftell.c 55 __sflush(fp); /* may adjust seek offset on append stream */
fread.c 44 return (__sflush(fp));
94 if (__sflush(fp))
local.h 48 int __sflush(FILE *);
fseek.c 81 __sflush(fp); /* may adjust seek offset on append stream */
225 if (__sflush(fp) ||
setvbuf.c 65 (void)__sflush(fp);
findfp.c 164 (void) _fwalk(__sflush); /* `cheating' */
freopen.c 77 (void) __sflush(fp);
ungetc.c 94 if (__sflush(fp))

Completed in 65 milliseconds