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

  /src/lib/libc/stdio/
setbuf.c 1 /* $NetBSD: setbuf.c,v 1.10 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)setbuf.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: setbuf.c,v 1.10 2012/03/15 18:22:30 christos Exp $");
51 setbuf(FILE *fp, char *buf) function in typeref:typename:void
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...

Completed in 13 milliseconds