HomeSort by: relevance | last modified time | path
    Searched refs:__sflush (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/stdio/
fflush.c 63 r = _fwalk(__sflush);
73 r = __sflush(fp);
80 __sflush(FILE *fp) function in typeref:typename:int
fclose.c 64 r = fp->_flags & __SWR ? __sflush(fp) : 0;
ftell.c 71 (void)__sflush(fp); /* may adjust seek offset on append stream */
ftello.c 72 (void)__sflush(fp); /* may adjust seek offset on append stream */
refill.c 62 return __sflush(fp);
95 if (__sflush(fp))
local.h 49 extern int __sflush(FILE *);
freopen.c 96 (void)__sflush(fp);
setvbuf.c 83 (void)__sflush(fp);
ungetc.c 114 if (__sflush(fp)) {
fseeko.c 100 (void)__sflush(fp); /* may adjust seek offset on append stream */
262 if (__sflush(fp) ||

Completed in 16 milliseconds