Searched refs:inbuflen (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dinput.c75 size_t inbuflen; local
78 if ((inbuffer = fgetln(errorfile, &inbuflen)) == NULL)
80 line = Calloc(inbuflen + 1, sizeof(char));
81 memcpy(line, inbuffer, inbuflen);
82 line[inbuflen] = '\0';
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c1312 tls_in->inbuflen = TLS_MIN_LINELENGTH;
1496 &(c->inbuf[c->read_pos]), c->inbuflen - c->read_pos);
1500 c->inbuflen - c->read_pos);
1605 if (MSG_END_OFFSET+1 > c->inbuflen) { /* +1 for the '\0' */
1609 c->inbuflen = MSG_END_OFFSET+1;
1635 assert(MSG_END_OFFSET+1 <= c->inbuflen);
1660 if ((c->inbuflen > TLS_PERSIST_LINELENGTH)
1665 c->inbuflen = TLS_LARGE_LINELENGTH;
H A Dsyslogd.h419 size_t inbuflen; member in struct:TLS_Incoming_Conn
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drdata.c190 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target);
1655 * Read the ASCII-encoded data from inbuf, of length inbuflen, and convert
1794 * Encode the binary data from inbuf, of length inbuflen, into a
1798 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target) { argument
1804 for (inc = 0; inc < inbuflen; inbuf++, inc++)
1814 snprintf(buf, sizeof(buf), "x %d %x %x %x", inbuflen, Ceor, Csum, Crot);

Completed in 277 milliseconds