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

  /src/common/dist/zlib/contrib/iostream/
zfstream.h 40 int fillbuf();
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream/
zfstream.h 40 int fillbuf();
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
zfstream.h 40 int fillbuf();
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /src/external/gpl2/xcvs/dist/lib/
md5.c 69 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
120 memcpy (&ctx->buffer[bytes], fillbuf, pad);
  /src/external/gpl3/binutils/dist/libiberty/
md5.c 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad);
sha1.c 55 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
112 memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
  /src/external/gpl3/binutils.old/dist/libiberty/
md5.c 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad);
sha1.c 55 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
112 memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
  /src/external/gpl3/gcc.old/dist/libiberty/
md5.c 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad);
sha1.c 50 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
107 memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
  /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
  /src/external/gpl2/grep/dist/src/
grep.c 316 fillbuf (size_t save, struct stats const *stats) function
804 if (! fillbuf (save, stats))
876 if (! fillbuf (save, stats))

Completed in 40 milliseconds