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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wbuf.c 68 * happen on unbuffered streams, where _bf._size==1; __sflush()
74 if (__sflush(fp))
81 if (__sflush(fp))
fflush.c 51 r = __sflush(fp);
57 __sflush(FILE *fp) function
94 r = __sflush(fp);
fvwrite.c 137 if (__sflush(fp))
177 if (__sflush(fp))
191 if (__sflush(fp))
setvbuf.c 66 (void)__sflush(fp);
ungetc.c 97 if (__sflush(fp))
vfprintf.c 140 if (ret >= 0 && __sflush(&fake))
    [all...]
vfwprintf.c 118 if (ret >= 0 && __sflush(&fake))
    [all...]
  /bionic/libc/stdio/
refill.c 71 if (__sflush(fp))
110 __sflush(fp);
stdio.cpp 173 _fwalk(__sflush);
282 if (fp->_flags & __SWR) __sflush(fp);
373 int r = fp->_flags & __SWR ? __sflush(fp) : 0;
445 __sflush(fp); // May adjust seek offset on append stream.
492 if (__sflush(fp) || __seek_unlocked(fp, offset, whence) == -1) {
local.h 196 __LIBC32_LEGACY_PUBLIC__ int __sflush(FILE *);

Completed in 2307 milliseconds