/bionic/libc/stdio/ |
fflush.c | 1 /* $OpenBSD: fflush.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ 40 fflush(FILE *fp) function
|
/external/fdlibm/ |
k_standard.c | 24 #undef fflush macro 93 (void) fflush(stdout);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.c | 80 # define fflush(s) INTUSE(_IO_fflush) (s) macro 216 fflush (stderr); 239 fflush (stdout); 299 fflush (stdout);
|
unlocked-io.h | 58 # undef fflush macro 59 # define fflush(x) fflush_unlocked (x) macro 61 # define fflush_unlocked(x) fflush (x)
|
/system/core/sh/bltin/ |
bltin.h | 61 #define fflush flushout macro
|
/external/bison/lib/ |
error.c | 80 # define fflush(s) INTUSE(_IO_fflush) (s) macro 159 /* POSIX states that fflush (stdout) after fclose is unspecified; it 160 is safe in glibc, but not on all other platforms. fflush (NULL) 164 fflush (stdout); 279 fflush (stderr);
|
unlocked-io.h | 58 # undef fflush macro 59 # define fflush(x) fflush_unlocked (x) macro 61 # define fflush_unlocked(x) fflush (x)
|
/external/bison/darwin-lib/ |
stdio.h | 513 Note! LOSS OF DATA can occur if fflush is applied on an input stream 519 # define fflush rpl_fflush 521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); 522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 526 _GL_CXXALIASWARN (fflush); 528 # undef fflush macro 529 /* Assume fflush is always declared. */ 530 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - [all...] |
/external/bison/linux-lib/ |
stdio.h | 513 Note! LOSS OF DATA can occur if fflush is applied on an input stream 519 # define fflush rpl_fflush 521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); 522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 526 _GL_CXXALIASWARN (fflush); 528 # undef fflush macro 529 /* Assume fflush is always declared. */ 530 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 115 # undef fflush macro 116 # define fflush(Stream) fflush_unlocked (Stream) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 115 # undef fflush macro 116 # define fflush(Stream) fflush_unlocked (Stream) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 115 # undef fflush macro 116 # define fflush(Stream) fflush_unlocked (Stream) macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 115 # undef fflush macro 116 # define fflush(Stream) fflush_unlocked (Stream) macro
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 216 /// int fflush(FILE *stream); 217 fflush, enumerator in enum:llvm::LibFunc::Func
|