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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fflush.c 1 /* $OpenBSD: fflush.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
40 fflush(FILE *fp) function
  /external/fdlibm/
k_standard.c 24 #undef fflush macro
93 (void) fflush(stdout);
  /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/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 159 function fflush(e) { function
161 postCall('fflush', filehandle, function(filehandle, filepos) {
  /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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 239 /// int fflush(FILE *stream);
240 fflush, enumerator in enum:llvm::LibFunc::Func

Completed in 175 milliseconds