Symbol: BUFSIZ
bin/ls/print.c
439
char *posb, nfmt[BUFSIZ];
bin/pax/pat_rep.c
89
char rebuf[BUFSIZ];
bin/pkill/pkill.c
834
char *endp, line[BUFSIZ];
bin/setfacl/file.c
46
char buf[BUFSIZ+1];
bin/sh/input.c
146
if (nr > BUFSIZ)
bin/sh/input.c
147
nr = BUFSIZ;
bin/sh/input.c
157
nr = read(parsefile->fd, parsefile->buf, BUFSIZ);
bin/sh/input.c
396
parsefile->buf = ckmalloc(BUFSIZ + 1);
bin/sh/input.c
402
parsefile->buf = ckmalloc(BUFSIZ + 1);
bin/sh/input.c
93
static char basebuf[BUFSIZ + 1];/* buffer for top level input file */
bin/sh/output.c
62
#define OUTBUFSIZ BUFSIZ
crypto/heimdal/appl/ftp/common/buffer.c
51
new_sz = BUFSIZ;
crypto/heimdal/appl/ftp/common/buffer.c
54
new_sz = max(BUFSIZ, st->st_blksize);
crypto/heimdal/appl/ftp/ftp/cmds.c
1433
char buf[BUFSIZ]; /* must be >= sizeof(line) */
crypto/heimdal/appl/ftp/ftp/cmds.c
1537
char buf[BUFSIZ];
crypto/heimdal/appl/ftp/ftp/ftp.c
1772
char buf[BUFSIZ];
crypto/heimdal/appl/ftp/ftp/ftp.c
1806
while (read (fileno (din), buf, BUFSIZ) > 0)
crypto/heimdal/appl/ftp/ftp/ftp.c
323
char reply_string[BUFSIZ]; /* last line of previous reply */
crypto/heimdal/appl/ftp/ftp/main.c
236
char buf[BUFSIZ];
crypto/heimdal/appl/ftp/ftp/ruserpass.c
110
char *hdir, buf[BUFSIZ], *tmp;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
114
char proctitle[BUFSIZ]; /* initial part of title */
crypto/heimdal/appl/ftp/ftpd/ftpd.c
624
char *p, line[BUFSIZ];
crypto/heimdal/appl/ftp/ftpd/ftpd.c
670
char *user, *perm, line[BUFSIZ];
crypto/heimdal/appl/ftp/ftpd/ftpd.c
956
char line[BUFSIZ];
crypto/heimdal/appl/login/login.c
300
char buf[BUFSIZ];
crypto/heimdal/appl/login/login_access.c
61
char line[BUFSIZ];
crypto/heimdal/appl/rcp/rcp.c
285
char *last, *name, buf[BUFSIZ];
crypto/heimdal/appl/rcp/rcp.c
327
if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) {
crypto/heimdal/appl/rcp/rcp.c
423
char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ];
crypto/heimdal/appl/rcp/rcp.c
453
} while (cp < &buf[BUFSIZ - 1] && ch != '\n');
crypto/heimdal/appl/rcp/rcp.c
569
if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) {
crypto/heimdal/appl/rcp/rcp.c
575
for (count = i = 0; i < size; i += BUFSIZ) {
crypto/heimdal/appl/rcp/rcp.c
576
amt = BUFSIZ;
crypto/heimdal/appl/rcp/rcp.c
649
char ch, *cp, resp, rbuf[BUFSIZ];
crypto/heimdal/appl/rcp/rcp.c
667
} while (cp < &rbuf[BUFSIZ] && ch != '\n');
crypto/heimdal/appl/rsh/login_access.c
61
char line[BUFSIZ];
crypto/heimdal/appl/rsh/rsh.c
442
char buf[BUFSIZ];
crypto/heimdal/appl/rsh/rshd.c
101
char buf[BUFSIZ];
crypto/heimdal/appl/rsh/rshd.c
598
u_char buf[BUFSIZ];
crypto/heimdal/appl/telnet/telnet/terminal.c
39
unsigned char ttyobuf[2*BUFSIZ], ttyibuf[BUFSIZ];
crypto/heimdal/appl/telnet/telnetd/authenc.c
43
if (nfrontp + len < netobuf + BUFSIZ) {
crypto/heimdal/appl/telnet/telnetd/ext.h
65
extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
crypto/heimdal/appl/telnet/telnetd/ext.h
67
extern char netibuf[BUFSIZ], *netip;
crypto/heimdal/appl/telnet/telnetd/ext.h
69
extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
crypto/heimdal/appl/telnet/telnetd/global.c
62
char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
crypto/heimdal/appl/telnet/telnetd/global.c
64
char netibuf[BUFSIZ], *netip;
crypto/heimdal/appl/telnet/telnetd/global.c
66
char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
crypto/heimdal/appl/telnet/telnetd/global.c
99
remaining = BUFSIZ - (nfrontp - netobuf);
crypto/heimdal/appl/telnet/telnetd/state.c
86
if ((&ptyobuf[BUFSIZ] - pfrontp) < 2)
crypto/heimdal/appl/telnet/telnetd/telnetd.c
106
char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
crypto/heimdal/appl/telnet/telnetd/telnetd.c
107
char ptyibuf2[BUFSIZ];
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1133
pcc = readstream(p, ptyibuf, BUFSIZ);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1136
pcc = read(p, ptyibuf, BUFSIZ);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1192
if ((&netobuf[BUFSIZ] - nfrontp) < 3)
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1241
strbufc.maxlen = BUFSIZ;
crypto/heimdal/appl/telnet/telnetd/telnetd.c
91
long ptyibufbuf[BUFSIZ/sizeof(long)+1];
crypto/heimdal/appl/telnet/telnetd/telnetd.c
94
char ptyibuf2[BUFSIZ];
crypto/heimdal/appl/telnet/telnetd/telnetd.c
95
unsigned char ctlbuf[BUFSIZ];
crypto/heimdal/appl/telnet/telnetd/utility.c
1147
if ((&netobuf[BUFSIZ] - nfrontp) < 80) {
crypto/heimdal/appl/telnet/telnetd/utility.c
329
while ((&netobuf[BUFSIZ] - nfrontp) < len) {
crypto/heimdal/appl/telnet/telnetd/utility.c
333
if ((&netobuf[BUFSIZ] - nfrontp) < len)
crypto/heimdal/appl/telnet/telnetd/utility.c
348
char buf[BUFSIZ];
crypto/heimdal/appl/telnet/telnetd/utility.c
369
char buf[BUFSIZ];
crypto/heimdal/kpasswd/kpasswd.c
65
char pwbuf[BUFSIZ];
crypto/heimdal/kpasswd/kpasswdd.c
721
u_char buf[BUFSIZ];
crypto/heimdal/kuser/klist.c
270
char buf[BUFSIZ];
crypto/heimdal/kuser/kswitch.c
44
char buf[BUFSIZ];
crypto/heimdal/lib/krb5/deprecated.c
195
char buf[BUFSIZ];
crypto/heimdal/lib/krb5/fcache.c
977
char buf[BUFSIZ];
crypto/heimdal/lib/krb5/init_creds_pw.c
1969
char buf[BUFSIZ];
crypto/heimdal/lib/krb5/init_creds_pw.c
489
char buf1[BUFSIZ], buf2[BUFSIZ];
crypto/heimdal/lib/krb5/keytab_keyfile.c
69
char buf[BUFSIZ], *cp;
crypto/heimdal/lib/krb5/kuserok.c
50
char buf[BUFSIZ];
crypto/heimdal/lib/roken/environment.c
68
char buf[BUFSIZ], *p, *r;
crypto/heimdal/lib/roken/environment.c
80
while (fgets(buf, BUFSIZ, F) != NULL) {
crypto/heimdal/lib/roken/getcap.c
332
char buf[BUFSIZ];
crypto/heimdal/lib/sl/sl.c
186
char buf[BUFSIZ];
crypto/krb5/src/appl/sample/sserver/sserver.c
85
char repbuf[BUFSIZ];
crypto/krb5/src/appl/simple/server/sim_server.c
84
unsigned char pktbuf[BUFSIZ];
crypto/krb5/src/clients/klist/klist.c
127
char *name, tmp[BUFSIZ];
crypto/krb5/src/clients/klist/klist.c
271
char buf[BUFSIZ]; /* Hopefully large enough for any type */
crypto/krb5/src/clients/klist/klist.c
294
ret = krb5_kt_get_name(context, kt, buf, BUFSIZ);
crypto/krb5/src/clients/klist/klist.c
646
char timestring[BUFSIZ], fill = ' ';
crypto/krb5/src/clients/ksu/authorization.c
570
line = (char *) xcalloc (BUFSIZ, sizeof (char ));
crypto/krb5/src/clients/ksu/authorization.c
574
while (( r = fgets(line_ptr, BUFSIZ , fp)) != NULL){
crypto/krb5/src/clients/ksu/authorization.c
582
line = xrealloc(line, chunk_count * BUFSIZ);
crypto/krb5/src/clients/ksu/authorization.c
584
line_ptr = line + (BUFSIZ -1) *( chunk_count -1) ;
crypto/krb5/src/kadmin/cli/kadmin.c
1506
char enctype[BUFSIZ], salttype[BUFSIZ];
crypto/krb5/src/kadmin/cli/keytab.c
74
name = malloc(BUFSIZ);
crypto/krb5/src/kadmin/cli/keytab.c
85
code = krb5_kt_get_name(my_context, *keytab, name, BUFSIZ);
crypto/krb5/src/kadmin/dbutil/dump.c
1117
char buf[BUFSIZ], *r;
crypto/krb5/src/kadmin/dbutil/dump.c
1386
char *dumpfile = NULL, *dbname, buf[BUFSIZ];
crypto/krb5/src/kadmin/dbutil/dump.c
228
char errmsg[BUFSIZ];
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
533
char *output_str = NULL, enctype[BUFSIZ];
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
152
char buf[BUFSIZ];
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
157
unsigned int pwsize = BUFSIZ;
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
206
fgets(buf, BUFSIZ, stdin);
crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.c
746
char lname[BUFSIZ];
crypto/krb5/src/lib/gssapi/krb5/import_name.c
200
char pwbuf[BUFSIZ];
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1271
char buffer[BUFSIZ], *oidStr;
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1279
while (fgets(buffer, BUFSIZ, confFile) != NULL) {
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1494
char sharedPath[sizeof (MECH_LIB_PREFIX) + BUFSIZ];
crypto/krb5/src/lib/gssapi/mechglue/gssd_pname_to_uid.c
198
char pwbuf[BUFSIZ];
crypto/krb5/src/lib/kadm5/clnt/client_init.c
372
char *svcname, svcbuf[BUFSIZ];
crypto/krb5/src/lib/kdb/kdb5.c
1227
char password[BUFSIZ];
crypto/krb5/src/lib/krb5/ccache/cc_file.c
561
char zeros[BUFSIZ];
crypto/krb5/src/lib/krb5/ccache/cc_file.c
588
memset(zeros, 0, BUFSIZ);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
590
wlen = (int)((size > BUFSIZ) ? BUFSIZ : size); /* How much to write */
crypto/krb5/src/lib/krb5/ccache/cc_file.c
626
memset(zeros, 0, BUFSIZ);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
627
for (i = 0; i < size / BUFSIZ; i++) {
crypto/krb5/src/lib/krb5/ccache/cc_file.c
628
if (write(fd, zeros, BUFSIZ) < 0) {
crypto/krb5/src/lib/krb5/ccache/cc_file.c
635
wlen = size % BUFSIZ;
crypto/krb5/src/lib/krb5/ccache/ccselect_k5identity.c
134
char pwbuf[BUFSIZ];
crypto/krb5/src/lib/krb5/keytab/kt_file.c
248
zap(KTFILEBUFP(id), BUFSIZ);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
81
char iobuf[BUFSIZ]; /* so we can zap it later */
crypto/krb5/src/lib/krb5/keytab/kt_file.c
841
char iobuf[BUFSIZ];
crypto/krb5/src/lib/krb5/keytab/kt_file.c
866
if (size < BUFSIZ) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
869
len = BUFSIZ;
crypto/krb5/src/lib/krb5/keytab/ktbase.c
215
char name[BUFSIZ];
crypto/krb5/src/lib/krb5/keytab/ktdefault.c
40
char defname[BUFSIZ];
crypto/krb5/src/lib/krb5/keytab/t_keytab.c
64
char defname[BUFSIZ];
crypto/krb5/src/lib/krb5/keytab/t_keytab.c
93
char buf[BUFSIZ];
crypto/krb5/src/lib/krb5/os/expand_path.c
313
char pwbuf[BUFSIZ];
crypto/krb5/src/lib/krb5/os/localauth_k5login.c
89
char *newline, linebuf[BUFSIZ], pwbuf[BUFSIZ];
crypto/krb5/src/lib/krb5/unicode/ucdata/ucdata.c
92
char *fp, *dp, *pp, path[BUFSIZ];
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1285
char path[BUFSIZ];
crypto/krb5/src/lib/rpc/clnt_perror.c
117
if (str - bufstart + 10 + strlen(strerror(e.re_errno)) < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
125
if(str - bufstart + 33 + 22 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
136
if(str - bufstart + 8 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
140
if(str - bufstart + strlen(err) < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
144
if(str - bufstart + 33 + 11 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
154
if(str - bufstart + 33 + 22 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
164
if(str - bufstart + 14 + 22 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
172
if (str - bufstart + 1 < BUFSIZ)
crypto/krb5/src/lib/rpc/clnt_perror.c
260
strend = str+BUFSIZ;
crypto/krb5/src/lib/rpc/clnt_perror.c
262
str[BUFSIZ - 1] = '\0';
crypto/krb5/src/lib/rpc/clnt_perror.c
263
(void) strncat(str, clnt_sperrno(rpc_createerr.cf_stat), BUFSIZ - 1);
crypto/krb5/src/lib/rpc/clnt_perror.c
266
(void) strncat(str, " - ", BUFSIZ - 1 - strlen(str));
crypto/krb5/src/lib/rpc/clnt_perror.c
269
BUFSIZ - 1 - strlen(str));
crypto/krb5/src/lib/rpc/clnt_perror.c
273
(void) strncat(str, " - ", BUFSIZ - 1 - strlen(str));
crypto/krb5/src/lib/rpc/clnt_perror.c
277
(void) strncat(str, m, BUFSIZ - 1 - strlen(str));
crypto/krb5/src/lib/rpc/clnt_perror.c
279
(void) snprintf(&str[strlen(str)], BUFSIZ - strlen(str),
crypto/krb5/src/lib/rpc/clnt_perror.c
304
(void) strncat(str, "\n", BUFSIZ - 1 - strlen(str));
crypto/krb5/src/lib/rpc/clnt_perror.c
68
buf = (char *)malloc(BUFSIZ);
crypto/krb5/src/lib/rpc/clnt_perror.c
87
strend = str + BUFSIZ;
crypto/krb5/src/lib/rpc/clnt_perror.c
90
strncpy (str, s, BUFSIZ - 1);
crypto/krb5/src/lib/rpc/clnt_perror.c
91
str[BUFSIZ - 1] = 0;
crypto/krb5/src/lib/rpc/clnt_perror.c
92
strncat (str, ": ", BUFSIZ - 1 - strlen (bufstart));
crypto/krb5/src/lib/rpc/clnt_perror.c
94
strncat (str, clnt_sperrno(e.re_status), BUFSIZ - 1 - strlen (bufstart));
crypto/krb5/src/lib/rpc/clnt_perror.c
95
strstart[BUFSIZ - 1] = '\0';
crypto/krb5/src/lib/rpc/getrpcent.c
167
if (fgets(d->line, BUFSIZ, d->rpcf) == NULL)
crypto/krb5/src/lib/rpc/getrpcent.c
56
char line[BUFSIZ+1];
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
624
char buf[BUFSIZ], zbuf[BUFSIZ];
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
643
memset(zbuf, 0, BUFSIZ);
crypto/krb5/src/plugins/kdb/db2/kdb_db2.c
647
nb = read(fd, buf, BUFSIZ);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
433
uint8_t buf[BUFSIZ], zbuf[BUFSIZ] = { 0 };
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
443
memset(zbuf, 0, BUFSIZ);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
446
len = read(fd, buf, BUFSIZ);
crypto/krb5/src/util/profile/prof_file.c
194
char pwbuf[BUFSIZ];
crypto/krb5/src/util/ss/list_rqs.c
32
char buffer[BUFSIZ];
crypto/krb5/src/util/ss/listen.c
35
char input[BUFSIZ];
crypto/krb5/src/util/ss/listen.c
46
if (fgets(input, BUFSIZ, stdin) == NULL)
crypto/openssh/openbsd-compat/bsd-getline.c
56
if ((*buf = malloc(BUFSIZ)) == NULL)
crypto/openssh/openbsd-compat/bsd-getline.c
58
*bufsiz = BUFSIZ;
crypto/openssl/apps/asn1parse.c
202
if (!BUF_MEM_grow(buf, BUFSIZ * 8))
crypto/openssl/apps/asn1parse.c
226
if (!BUF_MEM_grow(buf, num + BUFSIZ))
crypto/openssl/apps/asn1parse.c
228
i = BIO_read(in, &(buf->data[num]), BUFSIZ);
crypto/openssl/apps/passwd.c
288
char trash[BUFSIZ];
crypto/openssl/apps/s_server.c
3154
char buf[BUFSIZ];
crypto/openssl/crypto/evp/evp_key.c
17
#ifndef BUFSIZ
crypto/openssl/crypto/evp/evp_key.c
56
char buff[BUFSIZ];
crypto/openssl/crypto/evp/evp_key.c
65
(len >= BUFSIZ) ? BUFSIZ - 1 : len)
crypto/openssl/crypto/evp/evp_key.c
69
(len >= BUFSIZ) ? BUFSIZ - 1 : len,
crypto/openssl/crypto/evp/evp_key.c
74
OPENSSL_cleanse(buff, BUFSIZ);
crypto/openssl/crypto/ui/ui_openssl.c
280
char result[BUFSIZ];
crypto/openssl/crypto/ui/ui_openssl.c
281
int maxsize = BUFSIZ - 1;
crypto/openssl/crypto/ui/ui_openssl.c
303
WCHAR wresult[BUFSIZ];
crypto/openssl/crypto/ui/ui_openssl.c
366
OPENSSL_cleanse(result, BUFSIZ);
crypto/openssl/crypto/ui/ui_util.c
15
#ifndef BUFSIZ
crypto/openssl/crypto/ui/ui_util.c
22
char buff[BUFSIZ];
crypto/openssl/crypto/ui/ui_util.c
25
ret = UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
crypto/openssl/crypto/ui/ui_util.c
27
OPENSSL_cleanse(buff, BUFSIZ);
lib/geom/part/geom_part.c
909
char **ap, *argv[6], line[BUFSIZ], *pline;
lib/libbluetooth/bluetooth.c
56
static char buf[BUFSIZ + 1];
lib/libc/gen/getcap.c
273
char buf[BUFSIZ];
lib/libc/gen/getutxent.c
83
rounddown(BUFSIZ, sizeof(struct futx)));
lib/libc/net/ether_addr.c
141
char buf[BUFSIZ + 2];
lib/libc/net/ether_addr.c
153
while (fgets(buf,BUFSIZ,fp)) {
lib/libc/net/ether_addr.c
191
char buf[BUFSIZ + 2];
lib/libc/net/ether_addr.c
202
while (fgets(buf,BUFSIZ,fp)) {
lib/libc/net/eui64.c
218
char buf[BUFSIZ + 2];
lib/libc/net/eui64.c
230
while (fgets(buf,BUFSIZ,fp)) {
lib/libc/net/eui64.c
269
char buf[BUFSIZ + 2];
lib/libc/net/eui64.c
280
while (fgets(buf,BUFSIZ,fp)) {
lib/libc/net/gethostbyht.c
93
char hostbuf[BUFSIZ + 1];
lib/libc/net/getnetbyht.c
84
char line[BUFSIZ + 1];
lib/libc/net/getservent.c
486
char buf[BUFSIZ];
lib/libc/resolv/res_init.c
163
char buf[BUFSIZ];
lib/libc/resolv/res_query.c
443
char buf[BUFSIZ];
lib/libc/stdio/fputws.c
49
char buf[BUFSIZ];
lib/libc/stdio/fvwrite.c
83
w = _swrite(fp, p, MIN(len, BUFSIZ));
lib/libc/stdio/makebuf.c
92
*bufsize = BUFSIZ;
lib/libc/stdio/makebuf.c
99
*bufsize = BUFSIZ;
lib/libc/stdio/setbuf.c
41
(void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
lib/libc/stdio/ungetc.c
61
if ((p = malloc((size_t)BUFSIZ)) == NULL)
lib/libc/stdio/ungetc.c
64
fp->_ub._size = BUFSIZ;
lib/libc/stdio/ungetc.c
65
p += BUFSIZ - sizeof(fp->_ubuf);
lib/libc/stdio/vdprintf.c
48
unsigned char buf[BUFSIZ];
lib/libc/stdio/vfprintf.c
177
unsigned char buf[BUFSIZ];
lib/libc/stdio/vfwprintf.c
213
unsigned char buf[BUFSIZ];
lib/libc/stdio/xprintf.c
574
unsigned char buf[BUFSIZ];
lib/libcompat/4.3/rexec.c
134
char *hdir, buf[BUFSIZ], *tmp;
lib/libgeom/geom_ctl.c
203
req->lerror = BUFSIZ; /* XXX: arbitrary number */
lib/libpam/modules/pam_krb5/pam_krb5.c
1007
const char *service, krb5_principal princ, char phost[static BUFSIZ] __unused)
lib/libpam/modules/pam_krb5/pam_krb5.c
122
char auth_phost[BUFSIZ];
lib/libpam/modules/pam_krb5/pam_krb5.c
81
const char **, krb5_principal *, char[static BUFSIZ]);
lib/libpam/modules/pam_krb5/pam_krb5.c
83
const char *, krb5_principal, char[static BUFSIZ]);
lib/libpam/modules/pam_krb5/pam_krb5.c
85
const char *, krb5_principal, char[static BUFSIZ]);
lib/libpam/modules/pam_krb5/pam_krb5.c
884
const char **servicep, krb5_principal *princp __unused, char phost[static BUFSIZ])
lib/libpam/modules/pam_krb5/pam_krb5.c
927
BUFSIZ);
lib/libpam/modules/pam_krb5/pam_krb5.c
928
phost[BUFSIZ - 1] = '\0';
lib/libpam/modules/pam_krb5/pam_krb5.c
950
const char *service, krb5_principal princ, char phost[static BUFSIZ])
lib/libpam/modules/pam_login_access/login_access.c
53
char line[BUFSIZ];
lib/libsecureboot/tests/tvo.c
164
char buf[BUFSIZ];
lib/libufs/cgroup.c
265
static char errmsg[BUFSIZ];
lib/libufs/cgroup.c
289
snprintf(errmsg, BUFSIZ, "Cylinder group %d in buffer does not match "
lib/libugidfw/ugidfw.c
1294
char charstr[BUFSIZ];
lib/libugidfw/ugidfw.c
1310
rule_slots = bsde_get_rule_slots(BUFSIZ, charstr);
lib/libutil/login_auth.c
96
char buf[BUFSIZ];
lib/libutil/property.c
75
char buf[BUFSIZ * 4];
lib/libutil/quotafile.c
71
char buf[BUFSIZ];
lib/libutil/tests/cpuset_test.c
18
char testvalue[BUFSIZ];
lib/libveriexec/veriexec_get.c
273
char buf[BUFSIZ];
libexec/comsat/comsat.c
209
unsigned char line[BUFSIZ];
libexec/phttpget/phttpget.c
235
if (*resbuflen == BUFSIZ)
libexec/phttpget/phttpget.c
239
len = recv(sd, resbuf + *resbuflen, BUFSIZ - *resbuflen, 0);
libexec/phttpget/phttpget.c
273
len = recv(sd, resbuf, BUFSIZ, 0);
libexec/phttpget/phttpget.c
334
resbuf = malloc(BUFSIZ);
sbin/bsdlabel/bsdlabel.c
728
char *tp, line[BUFSIZ];
sbin/ccdconfig/ccdconfig.c
170
char buf1[BUFSIZ];
sbin/ddb/ddb.c
59
char buf[BUFSIZ];
sbin/ddb/ddb.c
67
while (fgets(buf, BUFSIZ, f)) {
sbin/dump/dumprmt.c
315
char code[30], emsg[BUFSIZ];
sbin/dump/itime.c
233
char tbuf[BUFSIZ];
sbin/dump/main.c
363
char snapname[BUFSIZ], snapcmd[BUFSIZ];
sbin/dump/optr.c
111
char lastmsg[BUFSIZ];
sbin/fsck_ffs/dir.c
571
char tempname[BUFSIZ];
sbin/fsck_ffs/inode.c
172
char buf[BUFSIZ];
sbin/fsck_ffs/main.c
59
static char snapname[BUFSIZ]; /* when doing snapshots, the name of the file */
sbin/restore/dirs.c
673
char buf[BUFSIZ];
sbin/restore/dirs.c
687
for (i = itp->t_size; i > 0; i -= BUFSIZ) {
sbin/restore/dirs.c
688
size = MIN(i, BUFSIZ);
sbin/restore/interactive.c
299
static char input[BUFSIZ];
sbin/restore/interactive.c
300
char output[BUFSIZ];
sbin/restore/interactive.c
316
if (fgets(input, BUFSIZ, terminal) == NULL) {
sbin/restore/interactive.c
95
char cmd[BUFSIZ];
sbin/restore/restore.c
774
char name[BUFSIZ];
sbin/restore/tape.c
370
if (fgets(buf, BUFSIZ, terminal) == NULL)
sbin/restore/tape.c
388
if (fgets(buf, BUFSIZ, terminal) == NULL)
sbin/restore/utilities.c
341
static char flagbuf[BUFSIZ];
sbin/routed/parms.c
565
char buf[BUFSIZ], buf2[BUFSIZ];
sbin/setkey/parse.y
1069
char buf[BUFSIZ];
sbin/setkey/parse.y
852
char buf[BUFSIZ];
sbin/setkey/parse.y
951
char buf[BUFSIZ];
sbin/setkey/test-pfkey.c
53
u_char m_buf[BUFSIZ];
sbin/shutdown/shutdown.c
85
static char mbuf[BUFSIZ];
sbin/sysctl/sysctl.c
1013
u_char buf[BUFSIZ];
sbin/sysctl/sysctl.c
1044
bzero(buf, BUFSIZ);
sbin/sysctl/sysctl.c
1067
char name[BUFSIZ], fmt[BUFSIZ];
sbin/sysctl/sysctl.c
1083
bzero(fmt, BUFSIZ);
sbin/sysctl/sysctl.c
1084
bzero(name, BUFSIZ);
sbin/sysctl/sysctl.c
410
char *cp, *bufp, *buf, fmt[BUFSIZ], line[BUFSIZ];
sbin/sysctl/sysctl.c
619
char line[BUFSIZ], *p, *pq, *pdq;
sbin/sysctl/sysctl.c
983
u_char buf[BUFSIZ];
sbin/veriexec/veriexec.c
142
char buf[BUFSIZ];
stand/liblua/lstd.h
89
#ifndef BUFSIZ
tests/sys/cddl/zfs/bin/chg_usr_exec.c
39
char cmds[BUFSIZ] = { 0 };
tests/sys/cddl/zfs/bin/mmapwrite.c
71
char buf[BUFSIZ];
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
213
char buf[BUFSIZ] = { 0 };
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
239
char buf[BUFSIZ] = "call function do_write()";
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
265
char link_file[BUFSIZ] = { 0 };
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
86
static char tfile[BUFSIZ] = { 0 };
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
87
static char msg[BUFSIZ] = { 0 };
tests/sys/file/path_test.c
140
char buf[BUFSIZ], path[PATH_MAX];
tests/sys/file/path_test.c
417
ATF_REQUIRE_MSG(sb.st_size == BUFSIZ,
tests/sys/file/path_test.c
491
char buf[BUFSIZ], path[PATH_MAX];
tests/sys/file/path_test.c
634
char path[PATH_MAX], buf[BUFSIZ];
tests/sys/file/path_test.c
682
char buf[BUFSIZ];
tests/sys/file/path_test.c
70
char buf[BUFSIZ];
tests/sys/file/path_test.c
805
char buf[BUFSIZ], path[PATH_MAX];
tests/sys/file/path_test.c
935
char buf[BUFSIZ], path[PATH_MAX];
tests/sys/posixshm/posixshm_test.c
1862
char buf[BUFSIZ];
tools/regression/geom/MdLoad/MdLoad.c
233
char buf[BUFSIZ];
usr.bin/cksum/crc32.c
103
char buf[BUFSIZ], *p ;
usr.bin/csplit/csplit.c
297
char buf[BUFSIZ];
usr.bin/diff/diff.c
488
char buf[BUFSIZ];
usr.bin/diff/diffreg.c
1447
unsigned char buf[BUFSIZ];
usr.bin/diff/diffreg.c
495
char buf1[BUFSIZ], buf2[BUFSIZ];
usr.bin/diff/diffreg.c
522
char buf[BUFSIZ], tempfile[PATH_MAX];
usr.bin/diff/diffreg.c
538
while ((nread = read(ifd, buf, BUFSIZ)) > 0) {
usr.bin/fortune/fortune/fortune.c
209
char line[BUFSIZ];
usr.bin/fortune/fortune/fortune.c
241
char line[BUFSIZ];
usr.bin/fortune/unstr/unstr.c
108
char buf[BUFSIZ];
usr.bin/from/from.c
55
#if MAXPATHLEN > BUFSIZ
usr.bin/from/from.c
58
char buf[BUFSIZ];
usr.bin/gencat/gencat.c
236
static long curlen = BUFSIZ;
usr.bin/gencat/gencat.c
237
static char buf[BUFSIZ], *bptr = buf, *bend = buf;
usr.bin/gencat/gencat.c
262
buflen = read(fd, buf, BUFSIZ);
usr.bin/gprof/printgprof.c
192
char kirkbuffer[ BUFSIZ ];
usr.bin/gprof/printgprof.c
486
char kirkbuffer[ BUFSIZ ];
usr.bin/gprof/printgprof.c
701
char peterbuffer[ BUFSIZ ];
usr.bin/gzip/unxz.c
169
#if BUFSIZ <= 1024
usr.bin/gzip/unxz.c
172
# define IO_BUFFER_SIZE (BUFSIZ & ~7U)
usr.bin/gzip/unxz.c
48
uint8_t ibuf[BUFSIZ];
usr.bin/gzip/unxz.c
49
uint8_t obuf[BUFSIZ];
usr.bin/indent/args.c
200
char buf[BUFSIZ];
usr.bin/indent/args.c
336
char line[BUFSIZ];
usr.bin/indent/args.c
342
while ((fgets(line, BUFSIZ, file)) != NULL) {
usr.bin/jot/jot.c
73
static char format[BUFSIZ];
usr.bin/lam/lam.c
110
static char fmtbuf[BUFSIZ];
usr.bin/lam/lam.c
202
char s[BUFSIZ];
usr.bin/lam/lam.c
50
#define BIGBUFSIZ 5 * BUFSIZ
usr.bin/lock/lock.c
91
char hostname[MAXHOSTNAMELEN], s[BUFSIZ], s1[BUFSIZ];
usr.bin/login/login_fbtab.c
83
char buf[BUFSIZ];
usr.bin/mail/cmd1.c
164
char pbuf[BUFSIZ];
usr.bin/mail/cmd3.c
358
char varbuf[BUFSIZ], **ap, **p;
usr.bin/mail/cmd3.c
50
char cmd[BUFSIZ];
usr.bin/mail/cmd3.c
89
char bangbuf[BUFSIZ];
usr.bin/mail/cmd3.c
90
static char lastbang[BUFSIZ];
usr.bin/mail/def.h
60
#define LINESIZE BUFSIZ /* max readable line width */
usr.bin/mail/fio.c
379
l = read(pivec[0], xname, BUFSIZ);
usr.bin/mail/fio.c
394
if (l == BUFSIZ) {
usr.bin/mail/head.c
50
char parbuf[BUFSIZ];
usr.bin/mail/list.c
380
size_t linebufsize = BUFSIZ;
usr.bin/mail/list.c
402
linebufsize += BUFSIZ;
usr.bin/mail/list.c
405
cp2 = linebuf + linebufsize - BUFSIZ - 1;
usr.bin/mail/send.c
562
char buf[BUFSIZ];
usr.bin/mail/tty.c
169
char canonb[BUFSIZ];
usr.bin/mail/tty.c
178
if (src != NULL && strlen(src) > BUFSIZ - 2) {
usr.bin/mail/tty.c
204
while (cp2 < canonb + BUFSIZ)
usr.bin/mail/tty.c
213
while (cp2 < canonb + BUFSIZ) {
usr.bin/ministat/ministat.c
486
char buf[BUFSIZ], *p, *t;
usr.bin/morse/morse.c
595
char buf[BUFSIZ];
usr.bin/morse/morse.c
598
while (fgets(s, BUFSIZ - (s - buf), stream)) {
usr.bin/msgs/msgs.c
705
char lbuf[BUFSIZ];
usr.bin/msgs/msgs.c
95
static char inbuf[BUFSIZ];
usr.bin/pr/pr.c
1549
char buf[BUFSIZ];
usr.bin/pr/pr.c
1556
while (fgets(buf, BUFSIZ, err) != NULL)
usr.bin/rwho/rwho.c
178
char buf[BUFSIZ], cbuf[80];
usr.bin/script/script.c
107
char obuf[BUFSIZ];
usr.bin/script/script.c
108
char ibuf[BUFSIZ];
usr.bin/script/script.c
329
cc = read(STDIN_FILENO, ibuf, BUFSIZ);
usr.bin/sdiff/edit.c
90
char buf[BUFSIZ], *text;
usr.bin/sdiff/sdiff.c
152
u_char buf[BUFSIZ];
usr.bin/systat/iolat.c
106
u_char buf[BUFSIZ];
usr.bin/systat/iolat.c
229
char name[BUFSIZ];
usr.bin/systat/iolat.c
268
char val[BUFSIZ];
usr.bin/talk/io.c
69
wchar_t buf[BUFSIZ];
usr.bin/tip/libacu/courier.c
324
char buf[BUFSIZ];
usr.bin/tip/libacu/t3000.c
342
char buf[BUFSIZ];
usr.bin/tip/tip/cmds.c
103
char line[BUFSIZ], *cp;
usr.bin/tip/tip/cmds.c
133
char c, buffer[BUFSIZ];
usr.bin/tip/tip/cmds.c
140
if (number(value(FRAMESIZE)) > BUFSIZ || number(value(FRAMESIZE)) < 1) {
usr.bin/tip/tip/cmds.c
141
printf("framesize must be >= 1 and <= %d\r\n", BUFSIZ);
usr.bin/tip/tip/cmds.c
395
char line[BUFSIZ];
usr.bin/tip/tip/cmds.c
915
static char xname[BUFSIZ];
usr.bin/tip/tip/cmds.c
916
char cmdbuf[BUFSIZ];
usr.bin/tip/tip/cmds.c
951
l = read(pivec[0], xname, BUFSIZ);
usr.bin/tip/tip/cmds.c
968
if (l == BUFSIZ) {
usr.bin/tip/tip/tipout.c
123
char buf[BUFSIZ];
usr.bin/tip/tip/tipout.c
140
scnt = read(FD, buf, BUFSIZ);
usr.bin/truss/syscalls.c
1549
char name[BUFSIZ];
usr.bin/truss/syscalls.c
2373
char name[BUFSIZ];
usr.bin/vgrind/vfontedpr.c
106
char *l_keywds[BUFSIZ/2]; /* keyword table address */
usr.bin/vgrind/vfontedpr.c
123
char buf[BUFSIZ];
usr.bin/vgrind/vfontedpr.c
341
char dummy[BUFSIZ]; /* dummy to be used by expmatch */
usr.bin/vgrind/vfontedpr.c
88
static char pname[BUFSIZ+1];
usr.bin/whereis/whereis.c
255
char *b, buf[BUFSIZ], *cp;
usr.bin/whereis/whereis.c
296
if (fgets(buf, BUFSIZ - 1, p) == NULL ||
usr.bin/whereis/whereis.c
380
char *bin, buf[BUFSIZ], *cp, *cp2, *man, *name, *src;
usr.bin/whereis/whereis.c
406
regerror(i, &re, buf, BUFSIZ - 1);
usr.bin/whereis/whereis.c
497
while (fgets(buf, BUFSIZ - 1, p) != NULL) {
usr.bin/whereis/whereis.c
608
(fgets(buf, BUFSIZ - 1, p)) != NULL) {
usr.bin/whereis/whereis.c
624
BUFSIZ - 1);
usr.bin/xstr/xstr.c
147
static char linebuf[BUFSIZ];
usr.bin/xstr/xstr.c
222
char dbuf[BUFSIZ];
usr.bin/xstr/xstr.c
286
char buf[BUFSIZ];
usr.sbin/config/main.cc
804
char line[BUFSIZ];
usr.sbin/config/main.cc
807
while (fgets(line, BUFSIZ, ifp) != 0) {
usr.sbin/config/mkmakefile.cc
116
char line[BUFSIZ];
usr.sbin/config/mkmakefile.cc
136
char line[BUFSIZ];
usr.sbin/config/mkmakefile.cc
157
while (fgets(line, BUFSIZ, ifp) != NULL) {
usr.sbin/config/mkmakefile.cc
260
char result[BUFSIZ];
usr.sbin/config/mkmakefile.cc
269
char result[BUFSIZ], *s;
usr.sbin/config/mkmakefile.cc
300
char line[BUFSIZ];
usr.sbin/config/mkmakefile.cc
321
while (fgets(line, BUFSIZ, ifp) != NULL) {
usr.sbin/config/mkmakefile.cc
342
char line[BUFSIZ];
usr.sbin/config/mkmakefile.cc
364
while (fgets(line, BUFSIZ, ifp) != NULL) {
usr.sbin/diskinfo/diskinfo.c
86
char tstr[BUFSIZ], ident[DISK_IDENT_SIZE], physpath[MAXPATHLEN];
usr.sbin/edquota/edquota.c
530
char *fsp, line1[BUFSIZ], line2[BUFSIZ];
usr.sbin/edquota/edquota.c
708
char *fsp, bunits[10], iunits[10], line1[BUFSIZ];
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
143
char buf[BUFSIZ];
usr.sbin/fifolog/fifolog_writer/fifolog_writer.c
57
char buf[BUFSIZ], *p;
usr.sbin/i2c/i2c.c
549
uint8_t dbuf[BUFSIZ];
usr.sbin/i2c/i2c.c
715
char buf[BUFSIZ];
usr.sbin/lpr/chkprintcap/skimprintcap.c
77
char buff[BUFSIZ];
usr.sbin/lpr/common_source/common.c
64
char line[BUFSIZ];
usr.sbin/lpr/common_source/displayq.c
276
char destbuf[BUFSIZ];
usr.sbin/lpr/common_source/lp.h
151
extern char line[BUFSIZ];
usr.sbin/lpr/common_source/rmjob.c
301
char buf[BUFSIZ];
usr.sbin/lpr/lpc/cmds.c
775
char linkbuf[BUFSIZ];
usr.sbin/lpr/lpd/lpd.c
465
char cbuf[BUFSIZ]; /* command line buffer */
usr.sbin/lpr/lpd/printjob.c
1344
char buf[BUFSIZ], *slash;
usr.sbin/lpr/lpd/printjob.c
72
#define SPL_BUFSIZ BUFSIZ
usr.sbin/lpr/lpd/recvjob.c
65
#define SPL_BUFSIZ BUFSIZ
usr.sbin/lpr/lpr/lpr.c
125
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
527
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
537
while ((i = read(f, buf, BUFSIZ)) > 0) {
usr.sbin/lpr/lpr/lpr.c
543
if (nc >= BUFSIZ) {
usr.sbin/lpr/lpr/lpr.c
544
nc -= BUFSIZ;
usr.sbin/lpr/lpr/lpr.c
606
char buf[BUFSIZ];
usr.sbin/lpr/lpr/lpr.c
819
char buf[BUFSIZ];
usr.sbin/lpr/lptest/lptest.c
46
char outbuf[BUFSIZ];
usr.sbin/lpr/pac/pac.c
201
char linebuf[BUFSIZ];
usr.sbin/lpr/pac/pac.c
207
while (fgets(linebuf, BUFSIZ, acctf) != NULL) {
usr.sbin/makefs/zfs.c
115
char buf[BUFSIZ], *opt, *val;
usr.sbin/newsyslog/newsyslog.c
1111
char line[BUFSIZ], *parse, *q;
usr.sbin/newsyslog/newsyslog.c
1121
while (fgets(line, BUFSIZ, cf)) {
usr.sbin/newsyslog/newsyslog.c
2361
char *endp, *linep, line[BUFSIZ];
usr.sbin/newsyslog/newsyslog.c
2396
if (fgets(line, BUFSIZ, f) == NULL) {
usr.sbin/pkg/pkg.c
90
char hash[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
109
char format[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
321
char names[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
322
char labels[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
381
char separator, buf[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
451
char description[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
496
char metric[BUFSIZ];
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
516
if (has_desc && strnstr(od.description, "(LEGACY)", BUFSIZ) != NULL)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
578
char errbuf[BUFSIZ];
usr.sbin/rip6query/rip6query.c
128
if ((ripbuf = (struct rip6 *)malloc(BUFSIZ)) == NULL) {
usr.sbin/rip6query/rip6query.c
148
if ((len = recvfrom(s, ripbuf, BUFSIZ, 0,
usr.sbin/rmt/rmt.c
54
static char resp[BUFSIZ];
usr.sbin/route6d/misc/cksum.c
34
unsigned short buf[BUFSIZ];
usr.sbin/route6d/route6d.c
1593
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
1694
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2501
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2561
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
2816
u_char buf[BUFSIZ], buf1[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2888
u_char buf[BUFSIZ], buf2[BUFSIZ];
usr.sbin/route6d/route6d.c
2955
u_char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3004
static char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3061
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3116
char buf[BUFSIZ];
usr.sbin/route6d/route6d.c
3425
static char buf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
113
char ibuf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
138
cnt = read(tf, ibuf, BUFSIZ);
usr.sbin/rtadvd/advcap.c
153
if (cp >= bp + BUFSIZ - 1) {
usr.sbin/rtadvd/advcap.c
184
char tcbuf[BUFSIZ];
usr.sbin/rtadvd/advcap.c
213
if (l > BUFSIZ) {
usr.sbin/rtadvd/advcap.c
215
q[BUFSIZ - (p-holdtbuf)] = 0;
usr.sbin/rtadvd/advcap.c
51
#ifndef BUFSIZ
usr.sbin/rtadvd/config.c
344
char tbuf[BUFSIZ];
usr.sbin/rtadvd/config.c
349
char buf[BUFSIZ];
usr.sbin/rtsold/rtsold.c
816
char buf[BUFSIZ];
usr.sbin/services_mkdb/services_mkdb.c
193
char keyb[BUFSIZ], datab[BUFSIZ], abuf[BUFSIZ];
usr.sbin/sndctl/sndctl.c
109
char formats[BUFSIZ];
usr.sbin/sndctl/sndctl.c
387
char prev[BUFSIZ];
usr.sbin/sndctl/sndctl.c
64
char caps[BUFSIZ];
usr.sbin/sndctl/sndctl.c
84
char feederchain[BUFSIZ];
usr.sbin/sndctl/sndctl.c
92
char status[BUFSIZ];
usr.sbin/sndctl/sndctl.c
96
char caps[BUFSIZ];
usr.sbin/traceroute6/traceroute6.c
618
setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
usr.sbin/ugidfw/ugidfw.c
101
rule_slots = bsde_get_rule_slots(BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
108
rule_count = bsde_get_rule_count(BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
115
error = bsde_get_rule(i, &rule, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
126
if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
usr.sbin/ugidfw/ugidfw.c
136
char errstr[BUFSIZ];
usr.sbin/ugidfw/ugidfw.c
154
error = bsde_parse_rule(argc - 1, argv + 1, &rule, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
160
error = bsde_set_rule(rulenum, &rule, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
170
char errstr[BUFSIZ];
usr.sbin/ugidfw/ugidfw.c
187
error = bsde_delete_rule(rulenum, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
73
char errstr[BUFSIZ], charstr[BUFSIZ];
usr.sbin/ugidfw/ugidfw.c
77
error = bsde_parse_rule(argc, argv, &rule, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
83
error = bsde_add_rule(&rulenum, &rule, BUFSIZ, errstr);
usr.sbin/ugidfw/ugidfw.c
88
if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
usr.sbin/ugidfw/ugidfw.c
97
char errstr[BUFSIZ], charstr[BUFSIZ];
usr.sbin/ypldap/ber.c
418
char *sp, *p, str[BUFSIZ];