Home
last modified time | relevance | path

Searched refs:fillbuf (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
H A Dzfstream.h40 int fillbuf();
/netbsd-src/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
H A Dzfstream.h40 int fillbuf();
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
H A Dzfstream.h40 int fillbuf();
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
H A Dzfstream.h40 int fillbuf();
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
H A Dzfstream.h40 int fillbuf();
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmd5.c69 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 DChangeLog227 * 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 Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
H A Dsha1.c55 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 Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
H A Dsha1.c50 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 Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
H A Dsha1.c50 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 Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
H A Dsha1.c50 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 Dnetcat.c152 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 Dgrep.c316 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()