OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__sflush
(Results
1 - 25
of
184
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libc/upstream-openbsd/lib/libc/stdio/
fflush.c
51
r =
__sflush
(fp);
57
__sflush
(FILE *fp)
function
94
r =
__sflush
(fp);
wbuf.c
68
* happen on unbuffered streams, where _bf._size==1;
__sflush
()
74
if (
__sflush
(fp))
81
if (
__sflush
(fp))
fvwrite.c
137
if (
__sflush
(fp))
177
if (
__sflush
(fp))
191
if (
__sflush
(fp))
refill.c
74
if (
__sflush
(fp))
113
__sflush
(fp);
ftell.c
58
__sflush
(fp); /* may adjust seek offset on append stream */
fseek.c
82
__sflush
(fp); /* may adjust seek offset on append stream */
231
if (
__sflush
(fp) ||
findfp.c
158
(void) _fwalk(
__sflush
); /* `cheating' */
freopen.c
80
(void)
__sflush
(fp);
setvbuf.c
66
(void)
__sflush
(fp);
ungetc.c
97
if (
__sflush
(fp))
/bionic/libc/upstream-freebsd/lib/libc/stdio/
fclose.c
58
r = fp->_flags & __SWR ?
__sflush
(fp) : 0;
/ndk/sources/android/support/src/stdio/
local.h
44
int
__sflush
(FILE *);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/bionic/libc/stdio/
local.h
64
__LIBC64_HIDDEN__ int
__sflush
(FILE *);
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
163
__sflush
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
159
__sflush
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
160
__sflush
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt
156
__sflush
/development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt
160
__sflush
/development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt
156
__sflush
/development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt
157
__sflush
/development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt
153
__sflush
/development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt
163
__sflush
Completed in 1043 milliseconds
1
2
3
4
5
6
7
8