HomeSort by: relevance | last modified time | path
    Searched defs:buf_flush (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
buf_subs.c 475 (void)buf_flush(blksz);
501 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0))
571 * 0 if ok, -1 if there was a buf_flush failure
584 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0))
634 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) {
922 * buf_flush()
931 buf_flush(int bufcnt) function
buf_subs.c 475 (void)buf_flush(blksz);
501 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0))
571 * 0 if ok, -1 if there was a buf_flush failure
584 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0))
634 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) {
922 * buf_flush()
931 buf_flush(int bufcnt) function
  /src/external/gpl2/xcvs/dist/src/
buffer.c 332 buf_flush (struct buffer *buf, bool block) function
1681 buf_flush passed 1 for the BLOCK argument, then the buffer will
1684 return buf_flush (pb->buf, 0);
2078 buf_flush (buf, 1);
buffer.c 332 buf_flush (struct buffer *buf, bool block) function
1681 buf_flush passed 1 for the BLOCK argument, then the buffer will
1684 return buf_flush (pb->buf, 0);
2078 buf_flush (buf, 1);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 528 buf_flush (unix_stream *s) function
655 buf_flush (s);
694 return buf_flush (s);
740 if (buf_flush (s) != 0)
751 if (buf_flush (s) != 0)
765 .flush = (void *) buf_flush,
unix.c 528 buf_flush (unix_stream *s) function
655 buf_flush (s);
694 return buf_flush (s);
740 if (buf_flush (s) != 0)
751 if (buf_flush (s) != 0)
765 .flush = (void *) buf_flush,

Completed in 88 milliseconds