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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fflush.c 66 r = _fwalk(__sflush);
76 r = __sflush(fp);
83 __sflush(FILE *fp) function
  /bionic/libc/stdio/
stdio.cpp 228 _fwalk(__sflush);
332 if (fp->_flags & __SWR) __sflush(fp);
419 int r = fp->_flags & __SWR ? __sflush(fp) : 0;
500 int __sflush(FILE* fp) { function
527 return __sflush(fp);
574 __sflush(fp); // May adjust seek offset on append stream.
622 if (__sflush(fp) || __seek_unlocked(fp, offset, whence) == -1) {
1086 return __sflush(fp);

Completed in 197 milliseconds