Searched refs:fillbuf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/netcat/
H A Dnetcat.c131 ssize_t fillbuf(int, unsigned char *, size_t *);
912 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
939 ret = fillbuf(pfd[POLL_NETIN].fd, netinbuf,
1008 fillbuf(int fd, unsigned char *buf, size_t *bufpos) function
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
110 memcpy (&ctx->buffer[bytes], fillbuf, pad);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
110 memcpy (&ctx->buffer[bytes], fillbuf, pad);
/freebsd-10-stable/crypto/openssh/regress/
H A Dnetcat.c138 ssize_t fillbuf(int, unsigned char *, size_t *);
875 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
902 ret = fillbuf(pfd[POLL_NETIN].fd, netinbuf,
971 fillbuf(int fd, unsigned char *buf, size_t *bufpos) function
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c351 fillbuf (size_t save, struct stats const *stats) function
845 if (! fillbuf (save, stats))
917 if (! fillbuf (save, stats))

Completed in 73 milliseconds