Searched refs:BUFSIZ (Results 101 - 125 of 325) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/mdocml/
H A Dhtml.c602 h->buflen = strlcat(h->buf, p, BUFSIZ);
603 assert(h->buflen < BUFSIZ);
613 BUFSIZ - h->buflen - 1, fmt, ap);
622 assert(h->buflen + sz + 1 < BUFSIZ);
H A Dhtml.h127 char buf[BUFSIZ]; /* see bufcat and friends */
H A Dman_term.c986 char title[BUFSIZ];
1008 snprintf(title, BUFSIZ, "%s(%s)", meta->title, meta->msec);
1010 strlcpy(title, meta->source, BUFSIZ);
1052 char buf[BUFSIZ], title[BUFSIZ];
1061 strlcpy(buf, m->vol, BUFSIZ);
1068 snprintf(title, BUFSIZ, "%s(%s)", m->title, m->msec);
/freebsd-10-stable/gnu/usr.bin/rcs/ident/
H A Dident.c227 char line[BUFSIZ];
/freebsd-10-stable/usr.bin/mail/
H A Dhead.c56 char parbuf[BUFSIZ];
H A Ddef.h62 #define LINESIZE BUFSIZ /* max readable line width */
/freebsd-10-stable/usr.bin/talk/
H A Dio.c72 wchar_t buf[BUFSIZ];
/freebsd-10-stable/usr.bin/xstr/
H A Dxstr.c158 static char linebuf[BUFSIZ];
233 char dbuf[BUFSIZ];
297 char buf[BUFSIZ];
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_input.c31 static u_char buf[BUFSIZ];
H A Dctm.c150 Buffer = (u_char *)Malloc(BUFSIZ + strlen(SUBSUFF) +1);
154 Buffer = (u_char *)Malloc(strlen(basedir)+ BUFSIZ + strlen(SUBSUFF) +1);
/freebsd-10-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c143 char buf[BUFSIZ];
/freebsd-10-stable/usr.bin/vgrind/
H A Dvfontedpr.c100 static char pname[BUFSIZ+1];
118 char *l_keywds[BUFSIZ/2]; /* keyword table address */
135 char buf[BUFSIZ];
353 char dummy[BUFSIZ]; /* dummy to be used by expmatch */
/freebsd-10-stable/contrib/ntp/include/
H A Dl_stdlib.h135 #if defined(FILE) || defined(BUFSIZ)
/freebsd-10-stable/contrib/ntp/libjsmn/example/
H A Djsondump.c53 char buf[BUFSIZ];
/freebsd-10-stable/lib/libmd/
H A DmdXhl.c52 unsigned char buffer[BUFSIZ];
/freebsd-10-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c236 if (*resbuflen == BUFSIZ)
240 len = recv(sd, resbuf + *resbuflen, BUFSIZ - *resbuflen, 0);
274 len = recv(sd, resbuf, BUFSIZ, 0);
335 resbuf = malloc(BUFSIZ);
/freebsd-10-stable/contrib/gcc/
H A Doutput.h325 #ifdef BUFSIZ
356 #ifdef BUFSIZ
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dsocket.c89 char buf[BUFSIZ];
412 char buf[BUFSIZ];
/freebsd-10-stable/usr.bin/lock/
H A Dlock.c98 char hostname[MAXHOSTNAMELEN], s[BUFSIZ], s1[BUFSIZ];
/freebsd-10-stable/usr.sbin/faithd/
H A Dprefix.c192 char buf[BUFSIZ];
265 char buf[BUFSIZ];
/freebsd-10-stable/usr.sbin/lpr/pac/
H A Dpac.c213 char linebuf[BUFSIZ];
219 while (fgets(linebuf, BUFSIZ, acctf) != NULL) {
/freebsd-10-stable/sbin/md5/
H A Dmd5.c410 unsigned char buffer[BUFSIZ];
414 while ((len = fread(buffer, 1, BUFSIZ, stdin))) {
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c329 while ((&netobuf[BUFSIZ] - nfrontp) < len) {
333 if ((&netobuf[BUFSIZ] - nfrontp) < len)
348 char buf[BUFSIZ];
369 char buf[BUFSIZ];
1147 if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
/freebsd-10-stable/sbin/gvinum/
H A Dgvinum.c96 char buffer[BUFSIZ], *inputline, *token[GV_MAXARGS];
185 char buf[BUFSIZ], buf1[BUFSIZ], commandline[BUFSIZ], *ed, *sdname;
186 char original[BUFSIZ], tmpfile[20], *token[GV_MAXARGS];
247 while ((fgets(buf, BUFSIZ, tmp)) != NULL) {
491 char buf[BUFSIZ], *drivename, *volname;
/freebsd-10-stable/sbin/gbde/
H A Dgbde.c203 char buf1[BUFSIZ + SHA512_DIGEST_LENGTH];
204 char buf2[BUFSIZ + SHA512_DIGEST_LENGTH];
209 /* Read up to BUFSIZ bytes from keyfile */
213 klen = read(kfd, buf1, BUFSIZ);
226 if (strlen(input) >= BUFSIZ)
316 char buf[BUFSIZ];
529 char *q, cbuf[BUFSIZ];
746 char *q, buf[BUFSIZ];

Completed in 241 milliseconds

1234567891011>>