BUFSIZE
unsigned char netinbuf[BUFSIZE];
unsigned char stdinbuf[BUFSIZE];
if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) {
if (stdinbufpos == BUFSIZE)
if (stdinbufpos < BUFSIZE)
if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) {
if (netinbufpos == BUFSIZE)
if (netinbufpos < BUFSIZE)
size_t num = BUFSIZE - *bufpos;
if ((buf = malloc(BUFSIZE)) == NULL) {
freezero(buf, BUFSIZE);
i = BIO_read(bp, (char *) buf, BUFSIZE);
len = BUFSIZE;
len = BIO_gets(bp, (char *) buf, BUFSIZE);
EVP_AEAD_CTX_seal(ctx, buf, &buf_len, BUFSIZE, nonce,
EVP_AEAD_CTX_seal(ctx, buf, &buf_len, BUFSIZE, nonce,
EVP_AEAD_CTX_seal(ctx, buf, &buf_len, BUFSIZE, nonce,
if ((buf = malloc(BUFSIZE)) == NULL) {
if ((buf2 = malloc(BUFSIZE)) == NULL) {
size += BUFSIZE;
int size = BUFSIZE;
static char sync_buf[BUFSIZE];
char buf[BUFSIZE + 1];
for (i = 0; i < BUFSIZE; i++) {
configline = fgets(buffer, BUFSIZE, dfd);
char buffer[BUFSIZE];
char buffer[BUFSIZE];
char buffer[BUFSIZE]; /* read config file in here */
char buffer[BUFSIZE];
char buffer[BUFSIZE];
char buffer[BUFSIZE];
char buffer[BUFSIZE]; /* read config file in here */
char commandline[BUFSIZE]; /* issue command from here */
char buffer[BUFSIZE]; /* buffer to read in to */
static char buf[BUFSIZE];
count = (int)szmin(uio->uio_resid, BUFSIZE);
len = (int)szmin(uio->uio_resid, BUFSIZE);
char sc_buffer[BUFSIZE]; /* output buffer */
char sc_inbuf[BUFSIZE]; /* input buffer */
sc->sc_inbuf = kmalloc(BUFSIZE, M_LPT, M_WAITOK);
while ((n = (unsigned)szmin(BUFSIZE, uio->uio_resid)) != 0) {
(int)szmin(BUFSIZE, uio->uio_resid),
while (!error && (len = (int)szmin(uio->uio_resid, BUFSIZE))) {
while ((len = (int)szmin(uio->uio_resid, BUFSIZE)) != 0) {
char ppi_buffer[BUFSIZE];
#define VINUM_CREATE _IOC(IOC_IN | IOC_OUT, L, 64, BUFSIZE)
buf = malloc(BUFSIZE);
while ((bin = fread(buf, 1, BUFSIZE, in)) != 0) {
char result[BUFSIZE];
static size_t bufsize = BUFSIZE;
char buf[BUFSIZE], tmpf[PATH_MAX];
char buf[BUFSIZE];
if (len == BUFSIZE) {
buf[BUFSIZE - 1] = '\0';
char buffer[BUFSIZE];
char buffer[BUFSIZE];
char buffer[BUFSIZE];
char buf[BUFSIZE], *p, **av, *osname = NULL, e;