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

  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /src/usr.bin/nc/
netcat.c 152 ssize_t fillbuf(int, unsigned char *, size_t *, struct tls *);
1167 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
1201 ret = fillbuf(pfd[POLL_NETIN].fd, netinbuf,
1284 fillbuf(int fd, unsigned char *buf, size_t *bufpos, struct tls *tls) function in typeref:typename:ssize_t

Completed in 45 milliseconds