HomeSort by: relevance | last modified time | path
    Searched refs:_flush (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/stdio/
fflush.c 113 if (fp->_flush)
114 return (*fp->_flush)(fp->_cookie);
findfp.c 77 ._flush = NULL, \
148 fp->_flush = NULL; /* default flush */
funopen.c 82 fp->_flush = flushfn;
fmemopen.c 227 fp->_flush = fmemopen_flush;
vfwprintf.c 178 fake._flush = fp->_flush;
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 213 * _flush is as in the deflate() function. The return value is the zlib
219 int flush(int _flush) {
221 return ::gzflush(m_fp, _flush);
  /src/include/
stdio.h 140 int (*_flush)(void *); member in struct:__sFILE

Completed in 14 milliseconds