| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
| H A D | zfstream.h | 40 int fillbuf();
|
| /netbsd-src/common/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
| H A D | zfstream.h | 40 int fillbuf();
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
| H A D | zfstream.h | 40 int fillbuf();
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
| H A D | zfstream.h | 40 int fillbuf();
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
| H A D | zfstream.h | 40 int fillbuf();
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | md5.c | 69 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 120 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ChangeLog | 227 * src/grep.c (fillbuf): Fix storage allocation performance 233 * src/grep.c (fillbuf): Avoid unnecessary division by 2. 235 (fillbuf, grepdir): Use xalloc_die rather than error; it's shorter. 662 (reset, fillbuf): Use simpler buffer allocation strategy. 665 (fillbuf): Do not resize buffer if there's room at the end for 751 * src/grep.c (undossify_input, fillbuf, dosbuf.c, prline, main): 799 compile, execute, fillbuf, lastnl, lastout, nlscan, prline, 865 page_alloc, reset, fillbuf, grepbuf, prtext, prpending, prline, 968 to retain the correct input offset even after a call to fillbuf. Note 979 (fillbuf): No longer updates inputhwm. [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | md5.c | 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
| H A D | 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); in sha1_finish_ctx()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | md5.c | 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
| H A D | 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); in sha1_finish_ctx()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | md5.c | 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
| H A D | 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); in sha1_finish_ctx()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | md5.c | 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
| H A D | 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); in sha1_finish_ctx()
|
| /netbsd-src/usr.bin/nc/ |
| H A D | netcat.c | 152 ssize_t fillbuf(int, unsigned char *, size_t *, struct tls *); 1167 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 1201 ret = fillbuf(pfd[POLL_NETIN].fd, netinbuf, in readwrite() 1284 fillbuf(int fd, unsigned char *buf, size_t *bufpos, struct tls *tls) in fillbuf() function
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | grep.c | 316 fillbuf (size_t save, struct stats const *stats) in fillbuf() function 804 if (! fillbuf (save, stats)) in grep() 876 if (! fillbuf (save, stats)) in grep()
|