Searched defs:fflush (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfflush.c31 fflush(Sfio_t* f) function
36 STDIO_INT(f, "fflush", int, (Sfio_t*), (f))
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c63 * be free()'d. In case the FILE was not open, or fflush()
77 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
93 * The fflush() routine must take care because of the
96 * to interupt the write() call within fflush()
100 fflush(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c62 * be free()'d. In case the FILE was not open, or fflush()
75 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
91 * The fflush() routine must take care because of the
94 * to interupt the write() call within fflush()
98 fflush(FILE *iop) function
/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c41 #undef fflush macro
133 (void) fflush(stdout);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c98 fflush(FILE *stream) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c152 (void) fflush(NULL);
177 _flushlbf(void) /* fflush() all line-buffered streams */
564 fflush(FILE *iop) function
607 * concurrent updates happened after fflush(NULL). Note
612 * may still face corruption in fflush(NULL); but that's
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h192 extern __MANGLE__ int fflush __PROTO__((FILE*));
301 #define fflush _ast_fflush macro
424 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h171 extern __MANGLE__ int fflush __PROTO__((FILE*));
280 #define fflush _ast_fflush macro
403 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h192 extern __MANGLE__ int fflush __PROTO__((FILE*));
301 #define fflush _ast_fflush macro
424 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h171 extern __MANGLE__ int fflush __PROTO__((FILE*));
280 #define fflush _ast_fflush macro
403 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h192 extern __MANGLE__ int fflush __PROTO__((FILE*));
301 #define fflush _ast_fflush macro
424 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h171 extern __MANGLE__ int fflush __PROTO__((FILE*));
280 #define fflush _ast_fflush macro
403 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h192 extern __MANGLE__ int fflush __PROTO__((FILE*));
301 #define fflush _ast_fflush macro
424 extern __MANGLE__ int fflush __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h171 extern __MANGLE__ int fflush __PROTO__((FILE*));
280 #define fflush _ast_fflush macro
403 extern __MANGLE__ int fflush __PROTO__((FILE*));

Completed in 109 milliseconds