bin/cat/cat.c
222
bsize = MAXIMUM(sbuf.st_blksize, BUFSIZ);
bin/csh/csh.c
1152
Char buf[BUFSIZ];
bin/csh/csh.c
1153
char sbuf[BUFSIZ];
bin/csh/csh.c
822
Char buf[BUFSIZ], hbuf[BUFSIZ], *hfile;
bin/csh/dol.c
209
Char wbuf[BUFSIZ];
bin/csh/dol.c
394
Char wbuf[BUFSIZ];
bin/csh/dol.c
429
if (np >= &wbuf[BUFSIZ - 1])
bin/csh/dol.c
68
#define MAXWLEN (BUFSIZ - 4)
bin/csh/dol.c
817
Char obuf[BUFSIZ], lbuf[BUFSIZ], mbuf[BUFSIZ];
bin/csh/dol.c
833
ocnt = BUFSIZ;
bin/csh/dol.c
840
lcnt = BUFSIZ - 4;
bin/csh/dol.c
860
(size_t) (BUFSIZ - ocnt));
bin/csh/dol.c
874
(void) write(STDIN_FILENO, short2str(obuf), BUFSIZ);
bin/csh/dol.c
876
ocnt = BUFSIZ;
bin/csh/dol.c
889
mcnt = BUFSIZ - 4;
bin/csh/dol.c
938
(void) write(STDIN_FILENO, short2str(obuf), BUFSIZ);
bin/csh/dol.c
940
ocnt = BUFSIZ;
bin/csh/dol.c
945
(void) write(STDIN_FILENO, short2str(obuf), BUFSIZ);
bin/csh/dol.c
947
ocnt = BUFSIZ;
bin/csh/error.c
283
char berr[BUFSIZ];
bin/csh/file.c
184
static Char word[BUFSIZ];
bin/csh/file.c
320
tsearch(word, LIST, BUFSIZ - len - 1); /* NUL */
bin/csh/file.c
352
nitems = tsearch(word, RECOGNIZE, BUFSIZ - len - 1); /* NUL */
bin/csh/file.c
769
unsigned char buf[BUFSIZ];
bin/csh/func.c
562
Char wordbuf[BUFSIZ];
bin/csh/glob.c
621
Char *fakecom[2], ibuf[BUFSIZ];
bin/csh/glob.c
622
char tibuf[BUFSIZ];
bin/csh/glob.c
706
icnt = read(pvec[0], tibuf, BUFSIZ);
bin/csh/lex.c
110
static Char labuf[BUFSIZ];
bin/csh/lex.c
1382
Char ttyline[BUFSIZ];
bin/csh/lex.c
1383
char tbuf[BUFSIZ + 1];
bin/csh/lex.c
1395
c = read(SHIN, tbuf, BUFSIZ);
bin/csh/lex.c
1409
buf = (int) fseekp / BUFSIZ;
bin/csh/lex.c
1418
fbuf[fblocks] = xcalloc(BUFSIZ, sizeof(Char));
bin/csh/lex.c
1424
buf = (int) feobp / BUFSIZ;
bin/csh/lex.c
1425
off = (int) feobp % BUFSIZ;
bin/csh/lex.c
1426
roomleft = BUFSIZ - off;
bin/csh/lex.c
1430
c = numleft ? numleft : tenex(ttyline, BUFSIZ);
bin/csh/lex.c
1433
feobp = fseekp = fblocks * BUFSIZ;
bin/csh/lex.c
1468
c = fbuf[buf][(int) fseekp % BUFSIZ];
bin/csh/lex.c
1482
sb = (int) (fseekp - 1) / BUFSIZ;
bin/csh/lex.c
1487
fseekp -= BUFSIZ * sb;
bin/csh/lex.c
1488
feobp -= BUFSIZ * sb;
bin/csh/lex.c
1560
fbuf[0] = xcalloc(BUFSIZ, sizeof(Char));
bin/csh/lex.c
225
Char wbuf[BUFSIZ];
bin/csh/lex.c
230
i = BUFSIZ - 4;
bin/csh/lex.c
601
Char buf[BUFSIZ];
bin/csh/lex.c
872
Char wbuf[BUFSIZ];
bin/csh/lex.c
893
i = BUFSIZ - 4;
bin/csh/set.c
566
Char exppath[BUFSIZ];
bin/csh/set.c
571
if (Strlen(*val) + Strlen(exppath) + 2 > BUFSIZ) {
bin/mt/mtrmt.c
233
char code[30], emsg[BUFSIZ];
bin/pax/pat_rep.c
102
char rebuf[BUFSIZ];
distrib/special/more/more.c
1179
char ebuf[BUFSIZ];
distrib/special/more/more.c
857
char shell_line[BUFSIZ];
games/atc/graphics.c
111
static char buffer[BUFSIZ];
games/backgammon/common_source/subs.c
37
char outbuff[BUFSIZ];
games/battlestar/cypher.c
53
char buffer[BUFSIZ];
games/battlestar/fly.c
292
setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
games/boggle/boggle/help.c
48
char buf[BUFSIZ];
games/boggle/boggle/word.c
150
while (n > 0 && (st = fread(p, 1, BUFSIZ, fp)) > 0) {
games/boggle/boggle/word.c
173
char buf[BUFSIZ];
games/cribbage/io.c
350
char Msgbuf[BUFSIZ] = {'\0'};
games/cribbage/support.c
120
static char prompt[BUFSIZ];
games/fortune/fortune/fortune.c
213
char line[BUFSIZ];
games/fortune/fortune/fortune.c
235
char line[BUFSIZ];
games/fortune/unstr/unstr.c
119
char buf[BUFSIZ];
games/hack/hack.main.c
94
char obuf[BUFSIZ]; /* BUFSIZ is defined in stdio.h */
games/hangman/extern.c
38
char Word[BUFSIZ], Known[BUFSIZ];
games/hangman/getword.c
64
if (fgets(Word, BUFSIZ, inf) == NULL)
games/hangman/getword.c
66
if (fgets(Word, BUFSIZ, inf) == NULL)
games/hangman/hangman.h
65
extern char Word[BUFSIZ], Known[BUFSIZ];
games/hangman/ksyms.c
39
char symbuf[1 + BUFSIZ], *sym, *end;
games/hangman/ksyms.c
46
buflen = read(symfd, symbuf, BUFSIZ);
games/hunt/hunt/playit.c
224
static char inp[BUFSIZ];
games/hunt/hunt/playit.c
225
static char Buf[BUFSIZ];
games/hunt/huntd/driver.c
752
char buf[BUFSIZ];
games/hunt/huntd/extern.c
40
char Buf[BUFSIZ]; /* general scribbling buffer */
games/hunt/huntd/server.h
164
char p_cbuf[BUFSIZ];
games/hunt/huntd/server.h
202
char msg[BUFSIZ];
games/hunt/huntd/server.h
278
extern char Buf[BUFSIZ];
games/hunt/huntd/terminal.c
125
char buf[BUFSIZ];
games/sail/pl_7.c
157
char format[BUFSIZ];
games/sail/pl_7.c
202
static char buf[BUFSIZ];
games/sail/sync.c
103
char message[BUFSIZ];
games/sail/sync.c
89
char message[BUFSIZ];
games/sail/sync.c
90
char format[BUFSIZ];
games/worm/worm.c
67
char outbuf[BUFSIZ];
lib/libc/asr/getaddrinfo_async.c
604
char *tokens[MAXTOKEN], *c, buf[BUFSIZ + 1];
lib/libc/asr/gethostnamadr_async.c
445
char *tokens[MAXTOKEN], addr[16], buf[BUFSIZ + 1];
lib/libc/gen/getcap.c
291
char buf[BUFSIZ];
lib/libc/gen/getcap.c
665
char buf[BUFSIZ], nbuf[BSIZE];
lib/libc/hash/helper.c
63
u_char buffer[BUFSIZ];
lib/libc/net/ethers.c
129
char buf[BUFSIZ+1], *p;
lib/libc/net/ethers.c
96
char buf[BUFSIZ+1], *p;
lib/libc/rpc/getrpcent.c
50
char line[BUFSIZ+1];
lib/libc/stdio/makebuf.c
86
*bufsize = BUFSIZ;
lib/libc/stdio/makebuf.c
93
*bufsize = BUFSIZ;
lib/libc/stdio/open_memstream.c
131
st->size = BUFSIZ;
lib/libc/stdio/open_wmemstream.c
141
st->size = BUFSIZ * sizeof(wchar_t);
lib/libc/stdio/setbuf.c
40
(void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
lib/libc/stdio/ungetc.c
56
if ((p = malloc(BUFSIZ)) == NULL)
lib/libc/stdio/ungetc.c
59
_UB(fp)._size = BUFSIZ;
lib/libc/stdio/ungetc.c
60
p += BUFSIZ - sizeof(fp->_ubuf);
lib/libc/stdio/vdprintf.c
54
unsigned char buf[BUFSIZ];
lib/libc/stdio/vfprintf.c
128
unsigned char buf[BUFSIZ];
lib/libc/stdio/vfwprintf.c
102
unsigned char buf[BUFSIZ];
lib/libcrypto/evp/evp_key.c
105
char buff[BUFSIZ];
lib/libcrypto/evp/evp_key.c
108
if (len > BUFSIZ)
lib/libcrypto/evp/evp_key.c
109
len = BUFSIZ;
lib/libcrypto/evp/evp_key.c
131
explicit_bzero(buff, BUFSIZ);
lib/libcrypto/ui/ui_openssl.c
248
char result[BUFSIZ];
lib/libcrypto/ui/ui_openssl.c
249
int maxsize = BUFSIZ - 1;
lib/libcrypto/ui/ui_openssl.c
290
explicit_bzero(result, BUFSIZ);
lib/libcurses/base/lib_scanw.c
51
char buf[BUFSIZ];
lib/libcurses/base/lib_scanw.c
66
char buf[BUFSIZ];
lib/libcurses/base/safe_sprintf.c
58
size_t length = BUFSIZ;
lib/libcurses/base/safe_sprintf.c
63
char fmt_arg[BUFSIZ];
lib/libcurses/tinfo/captoinfo.c
1031
char buf[BUFSIZ];
lib/libcurses/tinfo/make_hash.c
150
#define MAX_COLUMNS BUFSIZ /* this _has_ to be worst-case */
lib/libcurses/tinfo/make_hash.c
261
char buffer[BUFSIZ];
lib/libcurses/tinfo/make_hash.c
286
for (n = 0; (n < tablesize) && fgets(buffer, BUFSIZ, stdin);) {
lib/libcurses/tinfo/make_keys.c
91
char buffer[BUFSIZ];
lib/libcurses/trace/visbuf.c
292
char *result = _nc_trace_buf(bufnum, (size_t) BUFSIZ);
lib/libcurses/tty/hardscroll.c
351
char line[BUFSIZ], *st;
lib/libcurses/tty/hashmap.c
499
char line[BUFSIZ], *st;
lib/libcurses/tty/lib_mvcur.c
1209
char buf[BUFSIZ], capname[BUFSIZ];
lib/libexpat/examples/element_declarations.c
203
void *const buf = XML_GetBuffer(parser, BUFSIZ);
lib/libexpat/examples/element_declarations.c
210
const size_t len = fread(buf, 1, BUFSIZ, stdin);
lib/libexpat/examples/elements.c
92
void *const buf = XML_GetBuffer(parser, BUFSIZ);
lib/libexpat/examples/elements.c
99
const size_t len = fread(buf, 1, BUFSIZ, stdin);
lib/libexpat/examples/outline.c
102
const size_t len = fread(buf, 1, BUFSIZ, stdin);
lib/libexpat/examples/outline.c
95
void *const buf = XML_GetBuffer(parser, BUFSIZ);
lib/libutil/ber.c
454
char *sp, *p, str[BUFSIZ];
libexec/comsat/comsat.c
295
char line[BUFSIZ];
libexec/ftpd/ftpd.c
1124
st.st_blksize = BUFSIZ;
libexec/ftpd/ftpd.c
1628
char buf[BUFSIZ];
libexec/ftpd/ftpd.c
172
char proctitle[BUFSIZ]; /* initial part of title */
libexec/ftpd/ftpd.c
1923
char msg[BUFSIZ];
libexec/ftpd/ftpd.c
1924
char buf[BUFSIZ];
libexec/ftpd/ftpd.c
822
char *p, line[BUFSIZ];
libexec/login_ldap/login_ldap.c
69
char backbuf[BUFSIZ];
libexec/rpc.rquotad/rquotad.c
285
static char buf[BUFSIZ];
libexec/snmpd/snmpd_metrics/log.c
181
static char s[BUFSIZ];
libexec/snmpd/snmpd_metrics/mib.c
540
char descr[BUFSIZ];
regress/bin/ksh/edit/edit.c
45
char in[BUFSIZ], out[BUFSIZ];
regress/lib/libagentx/log.c
181
static char s[BUFSIZ];
regress/lib/libc/orientation/orientation_test.c
112
char buffer[BUFSIZ];
regress/lib/libc/orientation/orientation_test.c
113
wchar_t wbuffer[BUFSIZ];
regress/lib/libc/orientation/orientation_test.c
162
TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ));
regress/lib/libc/orientation/orientation_test.c
163
TEST_UNCHANGED(setvbuf(f, buffer, _IOLBF, BUFSIZ));
regress/lib/libc/orientation/orientation_test.c
164
TEST_UNCHANGED(setvbuf(f, buffer, _IOFBF, BUFSIZ));
regress/lib/libc/orientation/orientation_test.c
169
TEST_UNCHANGED(setbuffer(f, buffer, BUFSIZ));
regress/lib/libc/orientation/orientation_test.c
181
TEST_NARROW(fgets(buffer, BUFSIZ, f));
regress/lib/libc/orientation/orientation_test.c
209
TEST_NARROW(fread(buffer, 4, BUFSIZ / 4, f));
regress/lib/libc/orientation/orientation_test.c
210
TEST_NARROW(fwrite(buffer, 4, BUFSIZ / 4, f));
regress/lib/libc/orientation/orientation_test.c
227
TEST_WIDE(fgetws(wbuffer, BUFSIZ, f));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
31
char buf[BUFSIZ];
regress/lib/libpthread/setsockopt/2/setsockopt2.c
32
char buf[BUFSIZ];
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
31
char buf[BUFSIZ];
regress/sys/fifofs/fifotest.c
193
char buf[BUFSIZ];
regress/sys/fifofs/fifotest.c
87
char buf[BUFSIZ];
regress/sys/kern/kqueue/kqueue-random.c
25
u_int32_t buf[BUFSIZ];
regress/usr.sbin/snmpd/snmp.c
818
char strbuf[BUFSIZ];
sbin/badsect/badsect.c
82
char name[BUFSIZ];
sbin/dhcp6leased/log.c
162
static char s[BUFSIZ];
sbin/dhcpleased/log.c
162
static char s[BUFSIZ];
sbin/disklabel/disklabel.c
807
char *mp, *tp, line[BUFSIZ];
sbin/disklabel/editor.c
1063
char buf[BUFSIZ], *p;
sbin/disklabel/editor.c
197
char buf[BUFSIZ], *cmd, *arg;
sbin/disklabel/editor.c
959
static char buf[BUFSIZ];
sbin/dump/dumprmt.c
261
char code[30], emsg[BUFSIZ];
sbin/dump/itime.c
244
char tbuf[BUFSIZ];
sbin/dump/itime.c
278
char un_buf[BUFSIZ], *str;
sbin/dump/optr.c
124
char lastmsg[BUFSIZ];
sbin/fdisk/misc.c
128
char buf[BUFSIZ], *endptr, *p, operator = '\0';
sbin/fsck_ext2fs/dir.c
362
char tempname[BUFSIZ];
sbin/fsck_ext2fs/inode.c
207
char buf[BUFSIZ];
sbin/fsck_ffs/dir.c
328
char tempname[BUFSIZ];
sbin/fsck_ffs/inode.c
156
char buf[BUFSIZ];
sbin/iked/ca.c
1326
char buf[BUFSIZ];
sbin/iked/ikev2_pld.c
494
char id[BUFSIZ];
sbin/iked/log.c
181
static char s[BUFSIZ];
sbin/iked/util.c
511
static char buf[IKED_CYCLE_BUFFERS][BUFSIZ];
sbin/iked/util.c
703
static char buf[IKED_CYCLE_BUFFERS][BUFSIZ];
sbin/isakmpd/util.c
200
u_char buf[BUFSIZ];
sbin/newfs/newfs.c
180
char mountfromname[BUFSIZ];
sbin/newfs/newfs.c
656
char mountfromname[BUFSIZ];
sbin/nologin/nologin.c
46
char nbuf[BUFSIZ];
sbin/quotacheck/quotacheck.c
547
static char buf[BUFSIZ];
sbin/restore/dirs.c
640
char buf[BUFSIZ];
sbin/restore/dirs.c
652
for (i = itp->t_size; i > 0; i -= BUFSIZ) {
sbin/restore/dirs.c
653
size = i < BUFSIZ ? i : BUFSIZ;
sbin/restore/interactive.c
304
static char input[BUFSIZ];
sbin/restore/interactive.c
305
char output[BUFSIZ];
sbin/restore/interactive.c
99
char cmd[BUFSIZ];
sbin/restore/restore.c
738
char name[BUFSIZ];
sbin/restore/tape.c
62
static char magtape[BUFSIZ];
sbin/restore/utilities.c
287
static char flagbuf[BUFSIZ];
sbin/shutdown/shutdown.c
92
static char *whom, mbuf[BUFSIZ];
sbin/slaacd/log.c
162
static char s[BUFSIZ];
sbin/sysctl/sysctl.c
1270
size = BUFSIZ - loc;
sbin/sysctl/sysctl.c
133
char names[BUFSIZ];
sbin/sysctl/sysctl.c
1449
char name[BUFSIZ];
sbin/sysctl/sysctl.c
319
char *cp, name[BUFSIZ];
sbin/unwind/log.c
168
static char s[BUFSIZ];
sys/kern/tty_pty.c
441
char buf[BUFSIZ];
sys/kern/tty_pty.c
488
cc = MIN(uio->uio_resid, BUFSIZ);
sys/kern/tty_pty.c
510
u_char buf[BUFSIZ];
sys/kern/tty_pty.c
522
cc = MIN(uio->uio_resid, BUFSIZ);
sys/kern/tty_pty.c
547
cc = MIN(uio->uio_resid, BUFSIZ);
usr.bin/bgplg/bgplg.c
230
char buf[BUFSIZ];
usr.bin/bgplg/bgplg.c
239
} while(len == BUFSIZ);
usr.bin/csplit/csplit.c
296
char buf[BUFSIZ];
usr.bin/cu/command.c
146
char buf[BUFSIZ], *expanded;
usr.bin/cu/input.c
49
static char s[BUFSIZ];
usr.bin/cvs/diff3.c
794
char block[BUFSIZ+1];
usr.bin/cvs/diff3.c
804
j = k > BUFSIZ ? BUFSIZ : k;
usr.bin/cvs/diff_internals.c
1209
unsigned char buf[BUFSIZ];
usr.bin/cvs/diff_internals.c
430
char buf1[BUFSIZ], buf2[BUFSIZ];
usr.bin/dc/inout.c
123
char buf[BUFSIZ];
usr.bin/dc/inout.c
127
while (i < BUFSIZ-1) {
usr.bin/dc/inout.c
92
char buf[BUFSIZ];
usr.bin/dc/inout.c
94
if (fgets(buf, BUFSIZ, src->u.stream) == NULL)
usr.bin/diff/diff.c
228
char buf[BUFSIZ];
usr.bin/diff/diffreg.c
1241
unsigned char buf[BUFSIZ];
usr.bin/diff/diffreg.c
426
char buf1[BUFSIZ], buf2[BUFSIZ];
usr.bin/diff/diffreg.c
453
char buf[BUFSIZ], tempfile[PATH_MAX];
usr.bin/diff/diffreg.c
469
while ((nread = read(ifd, buf, BUFSIZ)) > 0) {
usr.bin/diff3/diff3prog.c
551
char block[BUFSIZ];
usr.bin/diff3/diff3prog.c
561
j = k > BUFSIZ ? BUFSIZ : k;
usr.bin/dig/host.c
176
unsigned int bufsize = BUFSIZ;
usr.bin/encrypt/encrypt.c
134
char line[BUFSIZ];
usr.bin/ftp/cmds.c
1178
char buf[BUFSIZ]; /* must be >= sizeof(line) */
usr.bin/ftp/ftp.c
1031
st.st_blksize = BUFSIZ;
usr.bin/ftp/ftp.c
2025
char buf[BUFSIZ];
usr.bin/ftp/ftp.c
2068
while (read(fileno(din), buf, BUFSIZ) > 0)
usr.bin/ftp/ftp.c
434
char reply_string[BUFSIZ]; /* first line of previous reply */
usr.bin/ftp/ftp.c
439
char current_line[BUFSIZ]; /* last line of previous reply */
usr.bin/ftp/ftp.c
585
char buf[BUFSIZ], *bufp;
usr.bin/ftp/ftp_var.h
127
extern char pasv[BUFSIZ]; /* passive port for proxy data connection */
usr.bin/ftp/main.c
113
char pasv[BUFSIZ];
usr.bin/ftp/util.c
481
char str[BUFSIZ];
usr.bin/gencat/gencat.c
225
static long curlen = BUFSIZ;
usr.bin/gencat/gencat.c
226
static char buf[BUFSIZ], *bptr = buf, *bend = buf;
usr.bin/gencat/gencat.c
247
buflen = read(fd, buf, BUFSIZ);
usr.bin/gprof/printgprof.c
165
char kirkbuffer[ BUFSIZ ];
usr.bin/gprof/printgprof.c
461
char kirkbuffer[ BUFSIZ ];
usr.bin/gprof/printgprof.c
667
char peterbuffer[ BUFSIZ ];
usr.bin/grep/binary.c
47
char buf[BUFSIZ];
usr.bin/grep/binary.c
54
if ((m = fread(buf, 1, BUFSIZ, f)) == 0)
usr.bin/grep/binary.c
68
char buf[BUFSIZ];
usr.bin/grep/binary.c
75
if ((m = gzread(f, buf, BUFSIZ)) <= 0)
usr.bin/grep/binary.c
92
return isbinary(f->base, f->len < BUFSIZ ? f->len : BUFSIZ);
usr.bin/indent/args.c
164
char fname[BUFSIZ];
usr.bin/indent/args.c
191
char buf[BUFSIZ];
usr.bin/indent/args.c
195
(i = getc(f)) != EOF && (*p = i) > ' ' && p + 1 - buf < BUFSIZ;
usr.bin/infocmp/infocmp.c
1369
char buf[BUFSIZ];
usr.bin/lam/lam.c
237
char s[BUFSIZ];
usr.bin/lam/lam.c
240
char *end = s + BUFSIZ - 1;
usr.bin/lam/lam.c
49
#define BIGBUFSIZ 5 * BUFSIZ
usr.bin/ldap/log.c
181
static char s[BUFSIZ];
usr.bin/lock/lock.c
68
char hostname[HOST_NAME_MAX+1], s[BUFSIZ], s1[BUFSIZ], date[256];
usr.bin/mail/cmd1.c
481
char cmd[BUFSIZ];
usr.bin/mail/cmd3.c
101
n = BUFSIZ;
usr.bin/mail/cmd3.c
370
char varbuf[BUFSIZ], **ap, **p;
usr.bin/mail/cmd3.c
52
char cmd[BUFSIZ];
usr.bin/mail/cmd3.c
94
char bangbuf[BUFSIZ];
usr.bin/mail/cmd3.c
95
static char lastbang[BUFSIZ];
usr.bin/mail/def.h
65
#define LINESIZE BUFSIZ /* max readable line width */
usr.bin/mail/head.c
52
char parbuf[BUFSIZ];
usr.bin/mail/list.c
378
size_t newsize, linebufsize = BUFSIZ;
usr.bin/mail/list.c
399
newsize = linebufsize + BUFSIZ;
usr.bin/mail/list.c
405
cp2 = linebuf + linebufsize - BUFSIZ - 1;
usr.bin/mail/send.c
574
char buf[BUFSIZ];
usr.bin/mail/tty.c
174
unsigned char canonb[BUFSIZ];
usr.bin/make/cmd_exec.c
175
char grab[BUFSIZ];
usr.bin/mandoc/mansearch.c
718
char errbuf[BUFSIZ];
usr.bin/mandoc/mdoc_html.c
1149
char nbuf[BUFSIZ];
usr.bin/mandoc/mdoc_html.c
1165
sz = MIN((int)(ep - sp), BUFSIZ - 1);
usr.bin/mg/cscope.c
160
char dir[NFILEN], cmd[BUFSIZ], title[BUFSIZ], *line, *bufp;
usr.bin/mg/cscope.c
367
char pattern[MAX_TOKEN], cmd[BUFSIZ], title[BUFSIZ];
usr.bin/mg/cscope.c
445
char buf[BUFSIZ];
usr.bin/mg/cscope.c
521
char buf[BUFSIZ];
usr.bin/mg/dired.c
648
char buf[BUFSIZ];
usr.bin/mg/fileio.c
216
char buf[BUFSIZ];
usr.bin/mg/fileio.c
384
char buf[BUFSIZ];
usr.bin/mg/region.c
663
char buf[BUFSIZ];
usr.bin/mg/region.c
666
if ((len = read(fd, buf, BUFSIZ)) <= 0)
usr.bin/newsyslog/newsyslog.c
359
char line[BUFSIZ], *ep, *err;
usr.bin/newsyslog/newsyslog.c
472
char line[BUFSIZ], *parse, *q, *errline, *group, *tmp, *ep;
usr.bin/openssl/asn1pars.c
301
if (!BUF_MEM_grow(buf, BUFSIZ * 8))
usr.bin/openssl/asn1pars.c
323
if (!BUF_MEM_grow(buf, (int) num + BUFSIZ))
usr.bin/openssl/asn1pars.c
325
i = BIO_read(in, &(buf->data[num]), BUFSIZ);
usr.bin/openssl/passwd.c
255
char trash[BUFSIZ];
usr.bin/openssl/s_client.c
1661
char buf[BUFSIZ];
usr.bin/openssl/s_server.c
1801
char buf[BUFSIZ];
usr.bin/quota/quota.c
491
static char buf[BUFSIZ];
usr.bin/rcs/diff.c
1139
unsigned char buf[BUFSIZ];
usr.bin/rcs/diff.c
412
char buf1[BUFSIZ], buf2[BUFSIZ];
usr.bin/rcs/diff3.c
889
char block[BUFSIZ+1];
usr.bin/rcs/diff3.c
899
j = k > BUFSIZ ? BUFSIZ : k;
usr.bin/rcs/rcsdiff.c
198
char buf[BUFSIZ];
usr.bin/rdist/child.c
172
char rbuf[BUFSIZ];
usr.bin/rdist/client.c
1242
static char buff[BUFSIZ];
usr.bin/rdist/client.c
426
for (i = 0; i < stb->st_size; i += BUFSIZ) {
usr.bin/rdist/client.c
427
off_t amt = BUFSIZ;
usr.bin/rdist/client.c
59
char buf[BUFSIZ]; /* general purpose buffer */
usr.bin/rdist/client.c
60
u_char respbuff[BUFSIZ]; /* Response buffer */
usr.bin/rdist/client.c
61
char target[BUFSIZ]; /* target/source directory name */
usr.bin/rdist/client.c
62
char source[BUFSIZ]; /* source directory name */
usr.bin/rdist/client.c
658
static char tbuf[BUFSIZ];
usr.bin/rdist/client.c
89
static char buff[BUFSIZ];
usr.bin/rdist/client.h
139
extern char target[BUFSIZ]; /* target/source directory name */
usr.bin/rdist/common.c
288
static char buf[BUFSIZ];
usr.bin/rdist/common.c
305
static u_char rembuf[BUFSIZ];
usr.bin/rdist/common.c
380
static char mbuf[BUFSIZ];
usr.bin/rdist/common.c
523
static u_char resp[BUFSIZ];
usr.bin/rdist/common.c
654
static char buff[BUFSIZ];
usr.bin/rdist/common.c
674
char sbuf[BUFSIZ], buf[BUFSIZ];
usr.bin/rdist/docmd.c
286
char tuser[BUFSIZ], buf[BUFSIZ];
usr.bin/rdist/docmd.c
287
u_char respbuff[BUFSIZ];
usr.bin/rdist/docmd.c
628
if (len + 1 + (int)strlen(dp->d_name) >= BUFSIZ - 1) {
usr.bin/rdist/docmd.c
690
char buf[BUFSIZ];
usr.bin/rdist/docmd.c
814
char ebuf[BUFSIZ];
usr.bin/rdist/docmd.c
98
static char buf[BUFSIZ];
usr.bin/rdist/expand.c
182
u_char ebuf[BUFSIZ];
usr.bin/rdist/expand.c
183
u_char varbuff[BUFSIZ];
usr.bin/rdist/expand.c
388
u_char restbuf[BUFSIZ + 2];
usr.bin/rdist/expand.c
55
char pathbuf[BUFSIZ];
usr.bin/rdist/gram.y
176
char ebuf[BUFSIZ];
usr.bin/rdist/gram.y
336
static char ebuf[BUFSIZ];
usr.bin/rdist/lookup.c
121
char ebuf[BUFSIZ];
usr.bin/rdist/message.c
183
static char ebuf[BUFSIZ];
usr.bin/rdist/message.c
270
static char ebuf[BUFSIZ], msgbuf[MSGBUFSIZ];
usr.bin/rdistd/server.c
1105
char tbuf[PATH_MAX], dbuf[BUFSIZ];
usr.bin/rdistd/server.c
1206
static char expbuf[BUFSIZ];
usr.bin/rdistd/server.c
1207
char oldname[BUFSIZ], newname[BUFSIZ];
usr.bin/rdistd/server.c
1610
char file[BUFSIZ];
usr.bin/rdistd/server.c
1656
static char cmdbuf[BUFSIZ];
usr.bin/rdistd/server.c
472
char cmd[BUFSIZ];
usr.bin/rdistd/server.c
51
char buf[BUFSIZ]; /* general purpose buffer */
usr.bin/rdistd/server.c
754
for (i = 0; i < size; i += BUFSIZ) {
usr.bin/rdistd/server.c
755
off_t amt = BUFSIZ;
usr.bin/rdistd/server.c
774
amt = BUFSIZ;
usr.bin/rs/rs.c
75
int allocsize = BUFSIZ;
usr.bin/rsync/socket.c
377
char **args, buf[BUFSIZ];
usr.bin/script/script.c
104
char ibuf[BUFSIZ];
usr.bin/script/script.c
187
cc = read(STDIN_FILENO, ibuf, BUFSIZ);
usr.bin/script/script.c
244
char obuf[BUFSIZ];
usr.bin/sdiff/edit.c
88
char buf[BUFSIZ], *text;
usr.bin/sdiff/sdiff.c
101
u_char buf[BUFSIZ];
usr.bin/sendbug/sendbug.c
132
char buf[BUFSIZ];
usr.bin/sendbug/sendbug.c
193
char buf[BUFSIZ];
usr.bin/sendbug/sendbug.c
232
char buf[BUFSIZ];
usr.bin/sendbug/sendbug.c
58
char os[BUFSIZ], rel[BUFSIZ], mach[BUFSIZ], details[BUFSIZ];
usr.bin/sendbug/sendbug.c
605
char buf[BUFSIZ];
usr.bin/sendbug/sendbug.c
639
char buf[BUFSIZ];
usr.bin/snmp/smi.c
254
char strbuf[BUFSIZ];
usr.bin/snmp/smi.c
490
char *sp, *p, str[BUFSIZ];
usr.bin/snmp/snmpc.c
1070
char buf[BUFSIZ];
usr.bin/snmp/snmpc.c
130
char optstr[BUFSIZ];
usr.bin/sort/sort.c
770
unsigned char buf[BUFSIZ];
usr.bin/systat/malloc.c
239
char buf[BUFSIZ], *bufp, *ap;
usr.bin/talk/io.c
58
char buf[BUFSIZ];
usr.bin/telnet/network.c
41
unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ];
usr.bin/telnet/terminal.c
40
unsigned char ttyobuf[2*BUFSIZ], ttyibuf[BUFSIZ];
usr.bin/tic/reset_cmd.c
101
char buf[BUFSIZ];
usr.bin/tic/tic.c
498
char buffer[BUFSIZ];
usr.bin/tmux/file.c
378
char buffer[BUFSIZ];
usr.bin/tput/tput.c
381
char buf[BUFSIZ];
usr.bin/tset/tset.c
152
char temp[BUFSIZ];
usr.bin/tset/tset.c
586
char buffer[BUFSIZ];
usr.bin/unexpand/unexpand.c
42
char genbuf[BUFSIZ];
usr.bin/unexpand/unexpand.c
43
char linebuf[BUFSIZ];
usr.bin/unexpand/unexpand.c
75
while (fgets(genbuf, BUFSIZ, stdin) != NULL) {
usr.bin/uudecode/uudecode.c
193
char buf[BUFSIZ];
usr.bin/uudecode/uudecode.c
345
char buf[BUFSIZ];
usr.bin/uudecode/uudecode.c
432
char inbuf[ROUNDDOWN(BUFSIZ, 4) + 1];
usr.bin/uudecode/uudecode.c
433
unsigned char outbuf[BUFSIZ * 4];
usr.bin/vmstat/vmstat.c
738
char buf[BUFSIZ], *bufp, *ap;
usr.sbin/acme-client/http.c
379
char buf[BUFSIZ];
usr.sbin/acme-client/http.c
564
char buf[BUFSIZ];
usr.sbin/bgpd/log.c
162
static char s[BUFSIZ];
usr.sbin/btrace/bt_parse.y
1144
char line[BUFSIZ];
usr.sbin/config/main.c
766
char nbuf[BUFSIZ], obuf[BUFSIZ]; /* XXX size */
usr.sbin/config/mkheaders.c
126
char new_contents[BUFSIZ], buf[BUFSIZ];
usr.sbin/config/mkheaders.c
127
char fname[BUFSIZ];
usr.sbin/config/mkheaders.c
89
char buf[BUFSIZ];
usr.sbin/config/mkheaders.c
90
char fname[BUFSIZ];
usr.sbin/config/mkioconf.c
113
char ifn[200], buf[BUFSIZ];
usr.sbin/config/mkmakefile.c
77
char line[BUFSIZ], buf[200];
usr.sbin/cron/atrun.c
335
char mailto[MAX_UNAME], buf[BUFSIZ];
usr.sbin/dhcpd/log.c
162
static char s[BUFSIZ];
usr.sbin/dhcrelay/log.c
162
static char s[BUFSIZ];
usr.sbin/dhcrelay6/log.c
162
static char s[BUFSIZ];
usr.sbin/edquota/edquota.c
433
char *fsp, line1[BUFSIZ], line2[BUFSIZ];
usr.sbin/edquota/edquota.c
571
char *fsp, bunits[10], iunits[10], line1[BUFSIZ];
usr.sbin/edquota/edquota.c
718
static char buf[BUFSIZ];
usr.sbin/hostapd/hostapd.c
61
char printbuf[BUFSIZ];
usr.sbin/hostapd/hostapd.c
99
char newfmt[BUFSIZ];
usr.sbin/httpd/httpd.c
1223
static char buf[2][BUFSIZ];
usr.sbin/httpd/httpd.c
1229
memset(p, 0, BUFSIZ);
usr.sbin/httpd/log.c
162
static char s[BUFSIZ];
usr.sbin/ifstated/log.c
162
static char s[BUFSIZ];
usr.sbin/ikectl/ikeca.c
598
uint8_t buf[BUFSIZ];
usr.sbin/ikectl/ikeca.c
625
uint8_t buf[BUFSIZ];
usr.sbin/ldapd/log.c
181
static char s[BUFSIZ];
usr.sbin/lpd/frontend_lpr.c
667
char buf[BUFSIZ];
usr.sbin/lpd/log.c
162
static char s[BUFSIZ];
usr.sbin/lpd/lpd.h
37
#define LPR_MAXCMDLEN BUFSIZ
usr.sbin/lpd/printer.c
1362
char buf[BUFSIZ];
usr.sbin/lpr/common_source/common.c
101
char line[BUFSIZ];
usr.sbin/lpr/common_source/lp.h
77
extern char line[BUFSIZ];
usr.sbin/lpr/common_source/rmjob.c
329
char buf[BUFSIZ];
usr.sbin/lpr/common_source/startdaemon.c
57
char buf[BUFSIZ];
usr.sbin/lpr/lpd/lpd.c
431
char cbuf[BUFSIZ]; /* command line buffer */
usr.sbin/lpr/lpd/printjob.c
1590
char buf[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
538
char *prog, *av[17], buf[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
572
while ((n = read(fi, buf, BUFSIZ)) > 0)
usr.sbin/lpr/lpd/printjob.c
801
char *cp, last[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
884
char buf[BUFSIZ];
usr.sbin/lpr/lpd/printjob.c
935
for (i = 0; i < stb.st_size; i += BUFSIZ) {
usr.sbin/lpr/lpd/printjob.c
938
amt = BUFSIZ;
usr.sbin/lpr/lpd/recvjob.c
228
char buf[BUFSIZ];
usr.sbin/lpr/lpd/recvjob.c
236
for (i = 0; i < size; i += BUFSIZ) {
usr.sbin/lpr/lpd/recvjob.c
237
amt = BUFSIZ;
usr.sbin/lpr/lpd/recvjob.c
248
amt = BUFSIZ;
usr.sbin/lpr/lpr/lpr.c
401
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
480
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
663
char buf[BUFSIZ];
usr.sbin/mkuboot/mkuboot.c
312
char buf[BUFSIZ];
usr.sbin/mkuboot/mkuboot.c
315
chunk = size > BUFSIZ ? BUFSIZ : size;
usr.sbin/mkuboot/mkuboot.c
337
nbytes = size > BUFSIZ ? BUFSIZ : size;
usr.sbin/mkuboot/mkuboot.c
354
char buf[BUFSIZ];
usr.sbin/mkuboot/mkuboot.c
356
memset(buf, 0, BUFSIZ);
usr.sbin/mkuboot/mkuboot.c
358
chunk = size > BUFSIZ ? BUFSIZ : size;
usr.sbin/mkuboot/mkuboot.c
375
char buf[BUFSIZ];
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
261
char fmt[BUFSIZ];
usr.sbin/npppctl/npppctl.c
250
char buf[BUFSIZ];
usr.sbin/npppd/l2tp/l2tp_call.c
847
char logbuf[BUFSIZ];
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1617
char logbuf[BUFSIZ];
usr.sbin/npppd/l2tp/l2tpd.c
584
char buf[BUFSIZ];
usr.sbin/npppd/l2tp/l2tpd.c
700
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/chap.c
959
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/fsm.c
762
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/mppe.c
525
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/npppd_auth.c
639
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/npppd_iface.c
579
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/npppd_pool.c
125
char buf0[BUFSIZ], buf1[BUFSIZ];
usr.sbin/npppd/npppd/npppd_pool.c
563
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/npppd_subr.c
87
char *ap, *line, buf[BUFSIZ];
usr.sbin/npppd/npppd/pap.c
268
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/ppp.c
1055
char logbuf[BUFSIZ];
usr.sbin/npppd/npppd/ppp.c
345
char mppe_str[BUFSIZ];
usr.sbin/npppd/pppoe/pppoe_session.c
420
char logbuf[BUFSIZ];
usr.sbin/npppd/pppoe/pppoed.c
1022
char logbuf[BUFSIZ];
usr.sbin/npppd/pptp/pptp_call.c
783
char logbuf[BUFSIZ];
usr.sbin/npppd/pptp/pptp_ctrl.c
1147
char logbuf[BUFSIZ];
usr.sbin/npppd/pptp/pptpd.c
897
char logbuf[BUFSIZ];
usr.sbin/nsd/nsd-checkconf.c
124
static char buf[BUFSIZ];
usr.sbin/nsd/nsd-checkconf.c
138
if (i >= BUFSIZ) {
usr.sbin/ntpd/log.c
165
static char s[BUFSIZ];
usr.sbin/ocspcheck/http.c
393
char buf[BUFSIZ];
usr.sbin/ocspcheck/http.c
580
char buf[BUFSIZ];
usr.sbin/ospf6d/log.c
162
static char s[BUFSIZ];
usr.sbin/ospfd/log.c
162
static char s[BUFSIZ];
usr.sbin/quotaon/quotaon.c
201
static char buf[BUFSIZ];
usr.sbin/rad/log.c
162
static char s[BUFSIZ];
usr.sbin/radiusd/radiusd_radius.c
507
char msg[BUFSIZ];
usr.sbin/radiusd/radiusd_radius.c
555
char msg[BUFSIZ];
usr.sbin/radiusd/radiusd_radius.c
624
char fmt0[BUFSIZ];
usr.sbin/relayd/agentx_control.c
1122
char *sp, *p, str[BUFSIZ];
usr.sbin/relayd/log.c
162
static char s[BUFSIZ];
usr.sbin/relayd/pfe_filter.c
546
char ibuf[BUFSIZ], obuf[BUFSIZ];
usr.sbin/relayd/relayd.c
902
char buf[BUFSIZ];
usr.sbin/relayd/util.c
208
static char buf[BUFSIZ];
usr.sbin/relayd/util.c
247
static char buf[2][BUFSIZ];
usr.sbin/relayd/util.c
253
bzero(p, BUFSIZ);
usr.sbin/repquota/repquota.c
260
static char buf[BUFSIZ];
usr.sbin/rmt/rmt.c
60
char resp[BUFSIZ];
usr.sbin/route6d/route6d.c
1432
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
1504
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2282
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2317
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2550
u_char buf[BUFSIZ], buf1[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2613
u_char buf[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2673
u_char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2719
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2763
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2819
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3120
static char buf[BUFSIZ];
usr.sbin/rpc.bootparamd/bootparamd.c
271
static char buf[BUFSIZ];
usr.sbin/sensorsd/sensorsd.c
477
char us[BUFSIZ];
usr.sbin/sensorsd/sensorsd.c
514
char buf[BUFSIZ];
usr.sbin/smtpd/log.c
209
static char s[BUFSIZ];
usr.sbin/smtpd/ssl.c
128
if ((filebuf = malloc_conceal(BUFSIZ)) == NULL)
usr.sbin/smtpd/ssl.c
130
setvbuf(fp, filebuf, _IOFBF, BUFSIZ);
usr.sbin/smtpd/ssl.c
151
freezero(filebuf, BUFSIZ);
usr.sbin/smtpd/ssl.c
180
freezero(filebuf, BUFSIZ);
usr.sbin/snmpd/log.c
183
static char s[BUFSIZ];
usr.sbin/snmpd/smi.c
374
char strbuf[BUFSIZ];
usr.sbin/snmpd/smi.c
442
char strbuf[BUFSIZ];
usr.sbin/snmpd/smi.c
99
char *sp, *p, str[BUFSIZ];
usr.sbin/tcpdump/addrtoname.c
641
char service[BUFSIZ];
usr.sbin/tcpdump/addrtoname.c
642
char protocol[BUFSIZ];
usr.sbin/tcpdump/addrtoname.c
673
char prot[BUFSIZ];
usr.sbin/unbound/smallapp/unbound-checkconf.c
138
env.scratch_buffer = sldns_buffer_new(BUFSIZ);
usr.sbin/vmctl/main.c
424
char buf[BUFSIZ];
usr.sbin/vmd/log.c
164
static char s[BUFSIZ];
usr.sbin/vmd/parse.y
1360
char buf[BUFSIZ], path[PATH_MAX];
usr.sbin/ypserv/ypserv/ypserv_db.c
367
static char val[BUFSIZ+1]; /* match libc */
usr.sbin/zic/zic.c
744
char buf[BUFSIZ];