Home
last modified time | relevance | path

Searched refs:__sflush (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfflush.c66 r = _fwalk(__sflush); in fflush()
76 r = __sflush(fp); in fflush()
83 __sflush(FILE *fp) in __sflush() function
Drefill.c71 return (__sflush(fp)); in lflush()
109 if (__sflush(fp)) { in __srefill()
Dftell.c74 __sflush(fp); /* may adjust seek offset on append stream */ in ftell()
Dfclose.c73 r = fp->_flags & __SWR ? __sflush(fp) : 0; in fclose()
Dftello.c71 __sflush(fp); /* may adjust seek offset on append stream */ in __weak_alias()
Dfseeko.c120 __sflush(fp); /* may adjust seek offset on append stream */ in __weak_alias()
286 if (__sflush(fp) || in __weak_alias()
Dlocal.h51 extern int __sflush(FILE *);
Dsetvbuf.c92 (void)__sflush(fp); in setvbuf()
Dfreopen.c104 (void) __sflush(fp); in freopen()
Dungetc.c126 if (__sflush(fp)) { in ungetc()