bin/cat/cat.c
285
static char fb_buf[BUFSIZ];
bin/pax/pat_rep.c
107
char rebuf[BUFSIZ];
bin/rcp/rcp.c
341
char *last, *name, *cp, buf[BUFSIZ];
bin/rcp/rcp.c
388
if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) {
bin/rcp/rcp.c
500
char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ];
bin/rcp/rcp.c
534
} while (cp < &buf[BUFSIZ - 1] && ch != '\n');
bin/rcp/rcp.c
655
if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) {
bin/rcp/rcp.c
750
char ch, *cp, resp, rbuf[BUFSIZ];
bin/rcp/rcp.c
768
} while (cp < &rbuf[BUFSIZ] && ch != '\n');
bin/setfacl/file.c
53
char buf[BUFSIZ+1];
bin/sh/input.c
106
MKINIT char basebuf[BUFSIZ]; /* buffer for top level input file */
bin/sh/input.c
204
if (nr > BUFSIZ - 8)
bin/sh/input.c
205
nr = BUFSIZ - 8;
bin/sh/input.c
216
nr = read(parsefile->fd, buf, BUFSIZ - 8);
bin/sh/input.c
567
parsefile->buf = ckmalloc(BUFSIZ);
bin/sh/output.c
75
#define OUTBUFSIZ BUFSIZ
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
1343
static char _addr_buf_[BUFSIZ];
crypto/dist/ipsec-tools/src/setkey/parse.y
1116
char buf[BUFSIZ];
crypto/dist/ipsec-tools/src/setkey/parse.y
1155
char buf[BUFSIZ];
crypto/dist/ipsec-tools/src/setkey/parse.y
1297
char buf[BUFSIZ];
crypto/dist/ipsec-tools/src/setkey/parse.y
974
char buf[BUFSIZ];
distrib/utils/more/ch.c
155
pos = (ch_block * BUFSIZ) + bp->datasize;
distrib/utils/more/ch.c
173
n = iread(file, &bp->data[bp->datasize], BUFSIZ - bp->datasize);
distrib/utils/more/ch.c
271
new_block = pos / BUFSIZ;
distrib/utils/more/ch.c
277
ch_offset = pos % BUFSIZ;
distrib/utils/more/ch.c
349
return(ch_block * BUFSIZ + ch_offset);
distrib/utils/more/ch.c
361
if (c != EOI && ++ch_offset >= BUFSIZ) {
distrib/utils/more/ch.c
379
ch_offset = BUFSIZ - 1;
distrib/utils/more/ch.c
67
char data[BUFSIZ];
games/atc/graphics.c
127
static char buffer[BUFSIZ];
games/backgammon/common_source/subs.c
44
static char outbuff[BUFSIZ];
games/backgammon/common_source/subs.c
62
if (buffnum == BUFSIZ) {
games/backgammon/common_source/subs.c
63
if (write(1, outbuff, BUFSIZ) != BUFSIZ)
games/boggle/boggle/help.c
58
char buf[BUFSIZ];
games/boggle/boggle/word.c
162
while (n > 0 && (st = fread(p, 1, BUFSIZ, fp)) > 0) {
games/boggle/boggle/word.c
185
char buf[BUFSIZ];
games/cribbage/io.c
366
static char Msgbuf[BUFSIZ] = {'\0'};
games/cribbage/support.c
136
static char prompt[BUFSIZ];
games/dm/dm.c
130
char lbuf[BUFSIZ], f1[40], f2[40], f3[40], f4[40], f5[40];
games/dm/dm.c
265
char buf[BUFSIZ];
games/fortune/fortune/fortune.c
257
char line[BUFSIZ];
games/fortune/fortune/fortune.c
278
char line[BUFSIZ];
games/fortune/unstr/unstr.c
132
char buf[BUFSIZ];
games/hack/hack.main.c
94
static char obuf[BUFSIZ]; /* BUFSIZ is defined in stdio.h */
games/hangman/extern.c
45
char Word[BUFSIZ], Known[BUFSIZ];
games/hangman/getword.c
58
if (fgets(Word, BUFSIZ, inf) == NULL)
games/hangman/getword.c
60
if (fgets(Word, BUFSIZ, inf) == NULL)
games/hunt/hunt/hunt.c
438
char buf[BUFSIZ];
games/hunt/hunt/hunt.c
449
while ((cnt = read(s, buf, BUFSIZ)) > 0)
games/hunt/hunt/hunt.c
77
char Buf[BUFSIZ];
games/hunt/hunt/hunt_private.h
52
extern char Buf[BUFSIZ];
games/hunt/hunt/otto.c
110
STATIC char command[BUFSIZ];
games/hunt/huntd/answer.c
148
char buf[BUFSIZ + 1];
games/hunt/huntd/answer.c
161
while ((n = read(newsock, buf, BUFSIZ)) > 0)
games/hunt/huntd/extern.c
44
char Buf[BUFSIZ]; /* general scribbling buffer */
games/hunt/huntd/hunt.h
106
char p_cbuf[BUFSIZ];
games/hunt/huntd/hunt.h
137
extern char Buf[BUFSIZ], Maze[HEIGHT][WIDTH2], Orig_maze[HEIGHT][WIDTH2];
games/sail/pl_7.c
402
char format[BUFSIZ];
games/sail/pl_7.c
403
char buf[BUFSIZ];
games/sail/pl_7.c
423
char buf[BUFSIZ];
games/sail/pl_7.c
440
static char buf[BUFSIZ];
games/sail/sync.c
196
char message[BUFSIZ];
games/sail/sync.c
197
char format[BUFSIZ];
games/sail/sync.c
211
char message[BUFSIZ];
games/worm/worm.c
82
static char outbuf[BUFSIZ];
lib/libbluetooth/bluetooth.c
58
static char buf[BUFSIZ + 1];
lib/libc/gen/getcap.c
367
char buf[BUFSIZ];
lib/libc/hash/hashhl.c
92
u_char buffer[BUFSIZ];
lib/libc/md/mdXhl.c
73
unsigned char buffer[BUFSIZ];
lib/libc/net/getnetent.c
69
static char line[BUFSIZ+1];
lib/libc/resolv/res_init.c
214
char buf[BUFSIZ];
lib/libc/resolv/res_query.c
433
char buf[BUFSIZ];
lib/libc/rpc/getrpcent.c
172
if (fgets(d->line, BUFSIZ, d->rpcf) == NULL)
lib/libc/rpc/getrpcent.c
79
char line[BUFSIZ+1];
lib/libc/stdio/makebuf.c
170
*bufsize = BUFSIZ;
lib/libc/stdio/makebuf.c
177
*bufsize = BUFSIZ;
lib/libc/stdio/setbuf.c
57
(void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
lib/libc/stdio/ungetc.c
70
if ((p = malloc((size_t)BUFSIZ)) == NULL)
lib/libc/stdio/ungetc.c
73
_UB(fp)._size = BUFSIZ;
lib/libc/stdio/ungetc.c
74
p += BUFSIZ - sizeof(fp->_ubuf);
lib/libc/stdio/vdprintf.c
65
unsigned char buf[BUFSIZ];
lib/libc/stdio/vfwprintf.c
165
unsigned char buf[BUFSIZ];
lib/libcompat/4.3/ruserpass.c
97
char *hdir, buf[BUFSIZ], *tmp;
lib/libcrypt/hmac.c
250
unsigned char kbuf[BUFSIZ];
lib/libcrypt/hmac.c
251
unsigned char dbuf[BUFSIZ];
lib/libcrypt/hmac.c
284
char buf[BUFSIZ];
lib/libcurses/EXAMPLES/view.c
180
char buf[BUFSIZ];
lib/libcurses/EXAMPLES/view.c
238
char temp[BUFSIZ], *s, *d;
lib/libcurses/EXAMPLES/view.c
488
char temp[BUFSIZ];
lib/libintl/gettext.c
310
char lpath_tmp[BUFSIZ];
lib/libpam/modules/pam_krb5/pam_krb5.c
1012
const char *service, krb5_principal princ, char phost[static BUFSIZ],
lib/libpam/modules/pam_krb5/pam_krb5.c
1066
const char *service, krb5_principal princ, char phost[static BUFSIZ],
lib/libpam/modules/pam_krb5/pam_krb5.c
122
char auth_phost[BUFSIZ];
lib/libpam/modules/pam_krb5/pam_krb5.c
89
const char **, krb5_principal *, char[static BUFSIZ], struct syslog_data *);
lib/libpam/modules/pam_krb5/pam_krb5.c
91
const char *, krb5_principal, char[static BUFSIZ], struct syslog_data *);
lib/libpam/modules/pam_krb5/pam_krb5.c
93
const char *, krb5_principal, char[static BUFSIZ], struct syslog_data *);
lib/libpam/modules/pam_krb5/pam_krb5.c
948
const char **servicep, krb5_principal *princp, char phost[static BUFSIZ],
lib/libpam/modules/pam_krb5/pam_krb5.c
988
BUFSIZ);
lib/libpam/modules/pam_login_access/login_access.c
77
char line[BUFSIZ];
lib/libperfuse/debug.c
114
static char buf[BUFSIZ] = "";
lib/libperfuse/perfuse_if.h
87
char strerrbuf[BUFSIZ]; \
lib/libperfuse/perfuse_priv.h
52
char pt_extra[BUFSIZ];
lib/libwrap/hosts_access.c
216
char cmd[BUFSIZ];
lib/libwrap/options.c
163
char bf[BUFSIZ];
lib/libwrap/options.c
242
char ibuf[BUFSIZ];
lib/libwrap/options.c
243
char obuf[2 * BUFSIZ];
lib/libwrap/socket.c
281
char buf[BUFSIZ];
lib/libwrap/socket.c
86
char buf[BUFSIZ];
libexec/comsat/comsat.c
286
char line[BUFSIZ], visline[BUFSIZ * 4 + 1], *nl;
libexec/ftpd/extern.h
328
GLOBAL char proctitle[BUFSIZ]; /* initial part of title */
libexec/ftpd/ftpd.c
1742
st.st_blksize = BUFSIZ;
libexec/ftpd/ftpd.c
2427
readsize = BUFSIZ;
libexec/identd/identd.c
331
char buf[BUFSIZ], *p;
libexec/identd/identd.c
803
char buf[BUFSIZ], reply[BUFSIZ], *p;
libexec/rexecd/rexecd.c
150
char buf[BUFSIZ], sig;
libexec/rexecd/rexecd.c
380
char buf[BUFSIZ];
libexec/rexecd/unit-tests/rexec.c
54
char line[BUFSIZ];
libexec/rlogind/rlogind.c
351
u_char optbuf[BUFSIZ/3], *cp;
libexec/rlogind/rlogind.c
352
char lbuf[BUFSIZ], *lp, *ep;
libexec/rlogind/rlogind.c
596
char buf[BUFSIZ], *bp, *ep;
libexec/rshd/rshd.c
260
char sig, buf[BUFSIZ];
libexec/rshd/rshd.c
312
u_char optbuf[BUFSIZ/3];
libexec/rshd/rshd.c
730
char *bp, buf[BUFSIZ];
libexec/telnetd/authenc.c
48
if (nfrontp + len < netobuf + BUFSIZ) {
libexec/telnetd/ext.h
68
extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
libexec/telnetd/ext.h
69
extern char netibuf[BUFSIZ], *netip;
libexec/telnetd/ext.h
70
extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
libexec/telnetd/global.c
83
char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
libexec/telnetd/global.c
84
char netibuf[BUFSIZ], *netip;
libexec/telnetd/global.c
85
char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
libexec/telnetd/state.c
1646
remaining = BUFSIZ - (nfrontp - netobuf);
libexec/telnetd/state.c
1648
if (strlen(format) > remaining || BUFSIZ / 4 > remaining) {
libexec/telnetd/state.c
1650
remaining = BUFSIZ - (nfrontp - netobuf);
libexec/telnetd/state.c
1663
remaining = BUFSIZ - (nfrontp - netobuf);
libexec/telnetd/state.c
1666
remaining = BUFSIZ - (nfrontp - netobuf);
libexec/telnetd/state.c
92
if ((&ptyobuf[BUFSIZ] - pfrontp) < 2)
libexec/telnetd/telnetd.c
1013
pcc = read(p, ptyibuf, BUFSIZ);
libexec/telnetd/telnetd.c
104
char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
libexec/telnetd/telnetd.c
105
char ptyibuf2[BUFSIZ];
libexec/telnetd/telnetd.c
1073
if ((&netobuf[BUFSIZ] - nfrontp) < 2)
libexec/telnetd/utility.c
1065
if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
libexec/telnetd/utility.c
334
if ((&netobuf[BUFSIZ] - nfrontp) < len) {
libexec/telnetd/utility.c
351
char buf[BUFSIZ];
libexec/telnetd/utility.c
374
char buf[BUFSIZ];
regress/sys/fs/lfs/ckckp/ckckp.c
44
char cmd[BUFSIZ], s[BUFSIZ];
regress/sys/fs/lfs/ckckp/ckckp.c
77
while(fgets(s, BUFSIZ, pp) != NULL)
regress/sys/kern/latency2/latency2.c
99
(void)setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
regress/sys/kern/nameibench/nameibench.c
205
(void)setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
sbin/disklabel/interact.c
123
char line[BUFSIZ];
sbin/disklabel/interact.c
142
char line[BUFSIZ];
sbin/disklabel/interact.c
183
char line[BUFSIZ];
sbin/disklabel/interact.c
432
char line[BUFSIZ];
sbin/disklabel/interact.c
447
char line[BUFSIZ];
sbin/disklabel/interact.c
475
char line[BUFSIZ];
sbin/disklabel/interact.c
476
char def[BUFSIZ];
sbin/disklabel/interact.c
586
char line[BUFSIZ];
sbin/disklabel/interact.c
648
if (fgets(line, BUFSIZ, stdin) == NULL)
sbin/disklabel/interact.c
730
(void) snprintf(buf, BUFSIZ, "%.40gc, %" PRIu32 "s, %.40gM",
sbin/disklabel/interact.c
802
char line[BUFSIZ];
sbin/disklabel/main.c
1712
char *cp, *tp, line[BUFSIZ], tbuf[15];
sbin/dump/dumprmt.c
300
char code[30], emsg[BUFSIZ];
sbin/dump/itime.c
238
char tbuf[BUFSIZ];
sbin/fsck_ext2fs/dir.c
402
char tempname[BUFSIZ];
sbin/fsck_ext2fs/fsck.h
65
#ifndef BUFSIZ
sbin/fsck_ext2fs/inode.c
261
char buf[BUFSIZ];
sbin/fsck_ffs/dir.c
565
char tempname[BUFSIZ];
sbin/fsck_ffs/fsck.h
68
#ifndef BUFSIZ
sbin/fsck_ffs/inode.c
182
char buf[BUFSIZ];
sbin/fsck_lfs/dir.c
428
char tempname[BUFSIZ];
sbin/fsck_lfs/fsck.h
73
#ifndef BUFSIZ
sbin/fsck_lfs/inode.c
238
char pathbuf[MAXPATHLEN + 1], buf[BUFSIZ];
sbin/ifconfig/ether.c
155
char fbuf[BUFSIZ];
sbin/ifconfig/ifconfig.c
1278
char fbuf[BUFSIZ];
sbin/newfs_lfs/make_lfs.c
414
char tbuf[BUFSIZ];
sbin/raidctl/rf_configure.c
145
char buf[BUFSIZ], buf1[BUFSIZ], *cp;
sbin/raidctl/rf_configure.c
374
char buf[BUFSIZ], smbuf[BUFSIZ];
sbin/raidctl/rf_configure.c
570
char buf[BUFSIZ], targString[BUFSIZ], errString[BUFSIZ];
sbin/raidctl/rf_configure.c
617
char linebuf[BUFSIZ];
sbin/raidctl/rf_configure.c
619
if (fgets(linebuf, BUFSIZ, fp) == NULL) {
sbin/restore/dirs.c
717
char buf[BUFSIZ];
sbin/restore/dirs.c
731
for (i = itp->t_size; i > 0; i -= BUFSIZ) {
sbin/restore/dirs.c
732
size = MIN(i, BUFSIZ);
sbin/restore/interactive.c
106
char cmd[BUFSIZ];
sbin/restore/interactive.c
314
static char input[BUFSIZ];
sbin/restore/interactive.c
315
char output[BUFSIZ * 2];
sbin/restore/interactive.c
332
(void) fgets(input, BUFSIZ, terminal);
sbin/restore/restore.c
782
char name[BUFSIZ];
sbin/restore/tape.c
438
(void) fgets(buf, BUFSIZ, terminal);
sbin/restore/tape.c
457
(void) fgets(buf, BUFSIZ, terminal);
sbin/restore/tape.c
80
static char magtape[BUFSIZ];
sbin/restore/utilities.c
332
static char flagbuf[BUFSIZ];
sbin/routed/parms.c
596
char buf[BUFSIZ], buf2[BUFSIZ];
sbin/shutdown/shutdown.c
96
static char mbuf[BUFSIZ];
sbin/sysctl/pathconf.c
155
char *bufp, buf[BUFSIZ];
sbin/sysctl/pathconf.c
158
snprintf(buf, BUFSIZ, "%s", string);
sbin/sysctl/pathconf.c
70
char names[BUFSIZ];
share/examples/refuse/dmesgfs/dmesgfs.c
259
char buf[BUFSIZ];
share/examples/refuse/fanoutfs/fanoutfs.c
163
char buf[BUFSIZ * 10];
share/examples/refuse/fanoutfs/fanoutfs.c
70
char buf[BUFSIZ];
share/examples/refuse/ian/ian/ian.c
64
char buf[BUFSIZ * 8];
share/examples/refuse/ian/ian/ian.c
65
char tmpname[BUFSIZ];
share/examples/refuse/ian/ian/ian.c
66
char newurl[BUFSIZ];
share/examples/refuse/pcifs/pcifs.c
156
char buf[BUFSIZ];
sys/kern/tty_pty.c
649
u_char bf[BUFSIZ];
sys/kern/tty_pty.c
717
cc = q_to_b(&tp->t_outq, bf, uimin(uio->uio_resid, BUFSIZ));
sys/kern/tty_pty.c
740
u_char locbuf[BUFSIZ];
sys/kern/tty_pty.c
753
cc = uimin(uio->uio_resid, BUFSIZ);
sys/kern/tty_pty.c
786
cc = uimin(uio->uio_resid, BUFSIZ);
tests/lib/libc/stdio/t_fmemopen.c
1051
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
1107
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
130
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
166
fp = fmemopen(NULL, BUFSIZ, *p);
tests/lib/libc/stdio/t_fmemopen.c
187
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
223
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
257
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
301
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
416
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
468
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
516
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
576
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
634
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
684
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
752
char buf0[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
788
char buf0[BUFSIZ], buf1[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
825
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
878
char buf0[BUFSIZ], buf1[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
940
char buf[BUFSIZ];
tests/lib/libc/stdio/t_fmemopen.c
999
char buf[BUFSIZ];
tests/lib/libc/sys/t_poll.c
504
char buf[BUFSIZ] = {0};
tests/lib/libc/sys/t_poll.c
856
char buf[BUFSIZ];
tools/compat/fgetln.c
50
if (!(buf = calloc(1, BUFSIZ)))
tools/compat/fgetln.c
52
bufsz = BUFSIZ;
tools/compat/getline.c
54
*bufsiz = BUFSIZ;
usr.bin/cksum/cksum.c
289
char buf[BUFSIZ];
usr.bin/cksum/cksum.c
292
char filename[BUFSIZ];
usr.bin/cksum/cksum.c
293
char safe_filename[BUFSIZ*4+1];
usr.bin/cksum/cksum.c
294
char cksum[BUFSIZ];
usr.bin/cksum/md5.c
143
unsigned char buffer[BUFSIZ];
usr.bin/cksum/md5.c
147
while ((len = fread(buffer, (size_t)1, (size_t)BUFSIZ, stdin)) > 0) {
usr.bin/compress/compress.c
207
u_char buf[BUFSIZ];
usr.bin/compress/compress.c
305
u_char buf[BUFSIZ];
usr.bin/config/mkheaders.c
173
char nfname[BUFSIZ], tfname[BUFSIZ];
usr.bin/config/mkheaders.c
233
char tfname[BUFSIZ];
usr.bin/config/mkheaders.c
474
char tbuf[BUFSIZ], nbuf[BUFSIZ];
usr.bin/config/mkioconf.c
152
char ifnbuf[200], buf[BUFSIZ];
usr.bin/config/mkmakefile.c
92
char line[BUFSIZ], ifname[200];
usr.bin/csplit/csplit.c
230
char msg[BUFSIZ];
usr.bin/csplit/csplit.c
309
char buf[BUFSIZ];
usr.bin/dc/inout.c
127
char buf[BUFSIZ];
usr.bin/dc/inout.c
131
while (i < BUFSIZ-1) {
usr.bin/dc/inout.c
96
char buf[BUFSIZ];
usr.bin/dc/inout.c
98
if (fgets(buf, BUFSIZ, src->u.stream) == NULL)
usr.bin/diff/diff.c
389
char buf[BUFSIZ];
usr.bin/diff/diffreg.c
1364
char buf[BUFSIZ];
usr.bin/diff/diffreg.c
442
char buf1[BUFSIZ], buf2[BUFSIZ];
usr.bin/diff/diffreg.c
469
char buf[BUFSIZ], tempfile[PATH_MAX];
usr.bin/diff/diffreg.c
485
while ((nread = read(ifd, buf, BUFSIZ)) > 0) {
usr.bin/error/touch.c
604
static char edbuf[BUFSIZ];
usr.bin/error/touch.c
611
if (fgets(edbuf, BUFSIZ, o_touchedfile) == NULL)
usr.bin/fmt/buffer.h
38
#define BUF_SIZE BUFSIZ
usr.bin/from/from.c
64
#if MAXPATHLEN > BUFSIZ
usr.bin/from/from.c
67
char buf[BUFSIZ];
usr.bin/ftp/cmds.c
163
char cline[BUFSIZ];
usr.bin/ftp/cmds.c
1671
char buf[BUFSIZ]; /* must be >= sizeof(line) */
usr.bin/ftp/fetch.c
266
char uuser[BUFSIZ], *gotpass;
usr.bin/ftp/ftp.c
131
static char pasv[BUFSIZ]; /* passive port for proxy data connection */
usr.bin/ftp/ftp.c
2138
unsigned char buf[BUFSIZ];
usr.bin/ftp/ftp.c
2167
while (read(fileno(din), buf, BUFSIZ) > 0)
usr.bin/ftp/ftp.c
394
char current_line[BUFSIZ]; /* last line of previous reply */
usr.bin/ftp/ftp_var.h
311
GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */
usr.bin/gencat/gencat.c
279
static long curlen = BUFSIZ;
usr.bin/gencat/gencat.c
280
static char buf[BUFSIZ], *bptr = buf, *bend = buf;
usr.bin/gencat/gencat.c
305
buflen = read(fd, buf, BUFSIZ);
usr.bin/gzip/unxz.c
163
#if BUFSIZ <= 1024
usr.bin/gzip/unxz.c
166
# define IO_BUFFER_SIZE (BUFSIZ & ~7U)
usr.bin/gzip/unxz.c
48
uint8_t obuf[BUFSIZ];
usr.bin/gzip/unxz.c
49
uint8_t ibuf[BUFSIZ];
usr.bin/indent/args.c
130
char line[BUFSIZ];
usr.bin/indent/args.c
270
char buf[BUFSIZ];
usr.bin/indent/indent.c
208
char buff[BUFSIZ];
usr.bin/jot/jot.c
79
static char format[BUFSIZ];
usr.bin/ktrace/ktrace.c
375
char buf[BUFSIZ];
usr.bin/lam/lam.c
104
static char fmtbuf[BUFSIZ];
usr.bin/lam/lam.c
193
char s[BUFSIZ];
usr.bin/lam/lam.c
57
#define BIGBUFSIZ 5 * BUFSIZ
usr.bin/lock/lock.c
109
char hostname[MAXHOSTNAMELEN + 1], s[BUFSIZ], s1[BUFSIZ];
usr.bin/mail/def.h
76
#define LINESIZE BUFSIZ /* max readable line width */
usr.bin/make/main.c
1800
char result[BUFSIZ];
usr.bin/make/meta.c
1162
bufsz = 8 * BUFSIZ;
usr.bin/make/meta.c
162
char buf[BUFSIZ];
usr.bin/make/meta.c
1775
char buf[BUFSIZ+1];
usr.bin/make/meta.c
833
newsz = ROUNDUP(((size_t)fs.st_size / 2), BUFSIZ);
usr.bin/make/meta.c
835
newsz = ROUNDUP((size_t)fs.st_size, BUFSIZ);
usr.bin/make/var.c
1916
char buf[BUFSIZ];
usr.bin/man/man.c
1017
char buf[BUFSIZ];
usr.bin/msgs/msgs.c
113
char inbuf[BUFSIZ];
usr.bin/msgs/msgs.c
719
char lbuf[BUFSIZ];
usr.bin/newsyslog/newsyslog.c
859
char line[BUFSIZ];
usr.bin/passwd/krb5_passwd.c
283
char pwbuf[BUFSIZ];
usr.bin/passwd/krb5_passwd.c
87
char pwbuf[BUFSIZ];
usr.bin/patch/patch.c
122
static char serrbuf[BUFSIZ];
usr.bin/pkill/pkill.c
681
char *endp, line[BUFSIZ];
usr.bin/pr/pr.c
1588
char buf[BUFSIZ];
usr.bin/pr/pr.c
1595
while (fgets(buf, BUFSIZ, errf) != NULL)
usr.bin/rdist/defs.h
129
char pathname[BUFSIZ];
usr.bin/rdist/defs.h
130
char target[BUFSIZ];
usr.bin/rdist/defs.h
145
extern char buf[BUFSIZ]; /* general purpose buffer */
usr.bin/rdist/docmd.c
277
} while (*cp++ != '\n' && cp < &buf[BUFSIZ]);
usr.bin/rdist/docmd.c
321
char lcbuf[BUFSIZ];
usr.bin/rdist/docmd.c
502
if (len + 1 + strlen(dp->d_name) >= BUFSIZ - 1) {
usr.bin/rdist/docmd.c
596
while ((len = read(fd, buf, BUFSIZ)) > 0)
usr.bin/rdist/docmd.c
641
char ebuf[BUFSIZ];
usr.bin/rdist/expand.c
157
char expbuf[BUFSIZ];
usr.bin/rdist/expand.c
344
char restbuf[BUFSIZ + 2];
usr.bin/rdist/expand.c
95
char pathbuf[BUFSIZ];
usr.bin/rdist/server.c
1166
} while (*cp++ != '\n' && cp < &buf[BUFSIZ]);
usr.bin/rdist/server.c
124
} while (*cp++ != '\n' && cp < &cmdbuf[BUFSIZ]);
usr.bin/rdist/server.c
1252
if (len + 1 + strlen(dp->d_name) >= BUFSIZ - 1) {
usr.bin/rdist/server.c
1273
} while (*cp++ != '\n' && cp < &buf[BUFSIZ]);
usr.bin/rdist/server.c
1331
if (len + 1 + strlen(dp->d_name) >= BUFSIZ - 1) {
usr.bin/rdist/server.c
1371
char sbuf[BUFSIZ];
usr.bin/rdist/server.c
1520
char resp[BUFSIZ];
usr.bin/rdist/server.c
1529
} while (*cp++ != '\n' && cp < &resp[BUFSIZ]);
usr.bin/rdist/server.c
1578
static char nbuf[BUFSIZ];
usr.bin/rdist/server.c
250
char destcopy[BUFSIZ];
usr.bin/rdist/server.c
411
if (len + 1 + strlen(dp->d_name) >= BUFSIZ - 1) {
usr.bin/rdist/server.c
467
sizerr = (readlink(target, buf, BUFSIZ) != stb.st_size);
usr.bin/rdist/server.c
528
for (i = 0; i < stb.st_size; i += BUFSIZ) {
usr.bin/rdist/server.c
529
int amt = BUFSIZ;
usr.bin/rdist/server.c
56
char buf[BUFSIZ]; /* general purpose buffer */
usr.bin/rdist/server.c
57
char target[BUFSIZ]; /* target/source directory name */
usr.bin/rdist/server.c
631
} while (*cp++ != '\n' && cp < &buf[BUFSIZ]);
usr.bin/rdist/server.c
758
char new[BUFSIZ];
usr.bin/rdist/server.c
885
char tbuf[BUFSIZ];
usr.bin/rdist/server.c
887
if ((i = readlink(target, tbuf, BUFSIZ)) >= 0 &&
usr.bin/rdist/server.c
907
for (i = 0; i < size; i += BUFSIZ) {
usr.bin/rdist/server.c
908
int amt = BUFSIZ;
usr.bin/rdist/server.c
924
amt = BUFSIZ;
usr.bin/rdist/server.c
97
char cmdbuf[BUFSIZ];
usr.bin/resize/resize.c
340
char buf[BUFSIZ];
usr.bin/rfcomm_sppd/rfcomm_sppd.c
545
static char buf[BUFSIZ];
usr.bin/rlogin/rlogin.c
586
char waste[BUFSIZ], mark;
usr.bin/rs/rs.c
362
if (!putlength && endblock - curline < BUFSIZ) { /* need storage */
usr.bin/rs/rs.c
370
for (p = curline, i = 1; i < BUFSIZ; *p++ = c, i++)
usr.bin/rs/rs.c
86
static int allocsize = BUFSIZ;
usr.bin/rsh/rsh.c
306
char buf[BUFSIZ];
usr.bin/rsh/rsh.c
340
char *bp, buf[BUFSIZ];
usr.bin/rwall/rwall.c
162
char tmpname[MAXPATHLEN], lbuf[BUFSIZ], hostname[MAXHOSTNAMELEN + 1];
usr.bin/rwho/rwho.c
191
char buf[BUFSIZ], cbuf[80];
usr.bin/script/script.c
109
char ibuf[BUFSIZ];
usr.bin/script/script.c
209
while (!die && (scc = read(STDIN_FILENO, ibuf, BUFSIZ)) > 0) {
usr.bin/script/script.c
268
char obuf[BUFSIZ];
usr.bin/sdiff/edit.c
76
char buf[BUFSIZ], *text;
usr.bin/sdiff/sdiff.c
101
u_char buf[BUFSIZ];
usr.bin/shlock/shlock.c
127
char *cp, buf[BUFSIZ];
usr.bin/shlock/shlock.c
128
static char tempname[BUFSIZ];
usr.bin/shlock/shlock.c
226
char buf[BUFSIZ];
usr.bin/shlock/shlock.c
257
char *tmp, tmp2[BUFSIZ + 2];
usr.bin/soelim/soelim.c
173
char fname[BUFSIZ];
usr.bin/talk/io.c
65
char buf[BUFSIZ];
usr.bin/telnet/network.c
56
unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ];
usr.bin/telnet/terminal.c
54
unsigned char ttyobuf[2*BUFSIZ], ttyibuf[BUFSIZ];
usr.bin/tip/aculib/courier.c
320
char buf[BUFSIZ];
usr.bin/tip/aculib/t3000.c
330
char buf[BUFSIZ];
usr.bin/tip/cmds.c
104
char line[BUFSIZ], *cp;
usr.bin/tip/cmds.c
132
char c, buffer[BUFSIZ];
usr.bin/tip/cmds.c
393
char line[BUFSIZ];
usr.bin/tip/cmds.c
853
static char xname[BUFSIZ];
usr.bin/tip/cmds.c
855
char cmdbuf[BUFSIZ];
usr.bin/tip/cmds.c
888
l = read(pivec[0], xname, BUFSIZ);
usr.bin/tip/cmds.c
905
if (l == BUFSIZ) {
usr.bin/tip/tipout.c
122
char buf[BUFSIZ];
usr.bin/tip/tipout.c
161
cnt = read(FD, buf, BUFSIZ);
usr.bin/vgrind/vfontedpr.c
104
static char pname[BUFSIZ+1];
usr.bin/vgrind/vfontedpr.c
122
char *l_keywds[BUFSIZ/2]; /* keyword table address */
usr.bin/vgrind/vfontedpr.c
138
char buf[BUFSIZ];
usr.bin/vgrind/vfontedpr.c
356
char dummy[BUFSIZ]; /* dummy to be used by expmatch */
usr.sbin/diskpart/diskpart.c
384
char buf[BUFSIZ], *cp;
usr.sbin/diskpart/diskpart.c
390
if ((fgets(buf, BUFSIZ, stdin) == NULL) || buf[0] != 'y')
usr.sbin/diskpart/diskpart.c
394
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/diskpart/diskpart.c
415
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/diskpart/diskpart.c
441
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/diskpart/diskpart.c
452
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/diskpart/diskpart.c
473
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/diskpart/diskpart.c
484
if (fgets(buf, BUFSIZ, stdin) == NULL)
usr.sbin/edquota/edquota.c
841
char line[BUFSIZ]; /* input buffer */
usr.sbin/faithd/faithd.c
80
char logname[BUFSIZ];
usr.sbin/faithd/faithd.c
81
char procname[BUFSIZ];
usr.sbin/faithd/faithd.c
814
char msg[BUFSIZ];
usr.sbin/faithd/prefix.c
192
char buf[BUFSIZ];
usr.sbin/faithd/prefix.c
265
char buf[BUFSIZ];
usr.sbin/fwctl/eui64.c
228
char buf[BUFSIZ + 2];
usr.sbin/fwctl/eui64.c
240
while (fgets(buf,BUFSIZ,fp)) {
usr.sbin/fwctl/eui64.c
279
char buf[BUFSIZ + 2];
usr.sbin/fwctl/eui64.c
290
while (fgets(buf,BUFSIZ,fp)) {
usr.sbin/inetd/inetd.c
541
char abuf[BUFSIZ];
usr.sbin/lpr/common_source/common.c
112
char line[BUFSIZ];
usr.sbin/lpr/common_source/lp.h
81
extern char line[BUFSIZ];
usr.sbin/lpr/common_source/startdaemon.c
67
char buf[BUFSIZ];
usr.sbin/lpr/lpd/lpd.c
422
char cbuf[BUFSIZ]; /* command line buffer */
usr.sbin/lpr/lpd/printjob.c
547
char buf[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
566
while ((n = read(fi, buf, BUFSIZ)) > 0)
usr.sbin/lpr/lpd/printjob.c
802
char *cp, last[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
889
char buf[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
947
for (i = 0; i < stb.st_size; i += BUFSIZ) {
usr.sbin/lpr/lpd/printjob.c
950
amt = BUFSIZ;
usr.sbin/lpr/lpd/recvjob.c
215
char buf[BUFSIZ];
usr.sbin/lpr/lpd/recvjob.c
224
for (i = 0; i < size; i += BUFSIZ) {
usr.sbin/lpr/lpd/recvjob.c
225
amt = BUFSIZ;
usr.sbin/lpr/lpd/recvjob.c
236
amt = BUFSIZ;
usr.sbin/lpr/lpr/lpr.c
433
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
475
static char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
513
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
517
if (strlen(p2) > BUFSIZ - 2)
usr.sbin/lpr/lpr/lpr.c
519
"Internal error: String longer than %d", BUFSIZ);
usr.sbin/lpr/lptest/lptest.c
55
char outbuf[BUFSIZ];
usr.sbin/lpr/pac/pac.c
210
char who[BUFSIZ];
usr.sbin/lpr/pac/pac.c
211
char linebuf[BUFSIZ];
usr.sbin/lpr/pac/pac.c
217
while (fgets(linebuf, BUFSIZ, acf) != NULL) {
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
271
char fmt[BUFSIZ];
usr.sbin/pwd_mkdb/pwd_mkdb.c
682
char efmt[BUFSIZ];
usr.sbin/rip6query/rip6query.c
135
if ((ripbuf = (struct rip6 *)malloc(BUFSIZ)) == NULL) {
usr.sbin/rip6query/rip6query.c
157
if ((len = recvfrom(s, ripbuf, BUFSIZ, 0,
usr.sbin/rmt/rmt.c
70
char resp[BUFSIZ];
usr.sbin/route6d/route6d.c
1383
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
1452
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2250
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2313
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2557
u_char buf[BUFSIZ], buf1[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2626
u_char buf[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2691
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2744
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2800
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3098
static char buf[BUFSIZ];
usr.sbin/rpc.bootparamd/bootparamd.c
317
static char buf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
126
char ibuf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
149
cnt = read(tf, ibuf, BUFSIZ);
usr.sbin/rtadvd/advcap.c
164
if (cp >= bp + BUFSIZ) {
usr.sbin/rtadvd/advcap.c
194
char tcbuf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
223
if (l > BUFSIZ) {
usr.sbin/rtadvd/advcap.c
225
q[BUFSIZ - (p-holdtbuf)] = 0;
usr.sbin/rtadvd/advcap.c
57
#ifndef BUFSIZ
usr.sbin/rtadvd/config.c
160
char tbuf[BUFSIZ];
usr.sbin/rtadvd/config.c
164
char buf[BUFSIZ];
usr.sbin/services_mkdb/output_db.c
96
char keyb[BUFSIZ], datab[BUFSIZ], abuf[BUFSIZ];
usr.sbin/sliplogin/sliplogin.c
106
static char loginargs[BUFSIZ];
usr.sbin/sliplogin/sliplogin.c
108
static char loginname[BUFSIZ];
usr.sbin/sliplogin/sliplogin.c
217
char logincmd[2*BUFSIZ+32];
usr.sbin/syslogd/syslogd.c
2915
char tmpbuf[BUFSIZ];
usr.sbin/syslogd/syslogd.c
2916
char buf[BUFSIZ];
usr.sbin/syslogd/syslogd.c
2954
char buf[BUFSIZ];
usr.sbin/tadpolectl/tadpolectl.c
624
char buf[BUFSIZ];
usr.sbin/tadpolectl/tadpolectl.c
639
char buf[BUFSIZ];
usr.sbin/tadpolectl/tadpolectl.c
679
char *cp, buf[BUFSIZ];
usr.sbin/tadpolectl/tadpolectl.c
684
snprintf(buf, (size_t)BUFSIZ, "%s", string);
usr.sbin/tcpdchk/fakelog.c
40
char buf[BUFSIZ];
usr.sbin/tcpdchk/inetcf.c
196
char daemon[BUFSIZ];
usr.sbin/tcpdchk/inetcf.c
83
char buf[BUFSIZ];
usr.sbin/tcpdchk/scaffold.c
145
char buf[BUFSIZ];
usr.sbin/tcpdmatch/tcpdmatch.c
282
char buf[BUFSIZ];
usr.sbin/traceroute6/traceroute6.c
488
setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
usr.sbin/ypserv/ypserv/ypserv_db.c
472
static char val[BUFSIZ + 1]; /* match libc */
usr.sbin/ypserv/ypserv/ypserv_db.c
536
if ((v - val) + l + 1 > BUFSIZ)