OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sflush
(Results
1 - 13
of
13
) sorted by null
/bionic/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);
refill.c
74
if (
__sflush
(fp))
113
__sflush
(fp);
fclose.c
50
r = fp->_flags & __SWR ?
__sflush
(fp) : 0;
ftell.c
57
__sflush
(fp); /* may adjust seek offset on append stream */
fread.c
97
if (
__sflush
(fp)) {
132
__sflush
(fp);
local.h
48
int
__sflush
(FILE *);
fseek.c
82
__sflush
(fp); /* may adjust seek offset on append stream */
231
if (
__sflush
(fp) ||
setvbuf.c
66
(void)
__sflush
(fp);
freopen.c
79
(void)
__sflush
(fp);
ungetc.c
97
if (
__sflush
(fp))
findfp.c
180
(void) _fwalk(
__sflush
); /* `cheating' */
vfprintf.c
104
if (ret >= 0 &&
__sflush
(&fake))
Completed in 129 milliseconds