Searched refs:BUFSIZ (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c62 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
64 char netibuf[BUFSIZ], *netip;
66 char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
99 remaining = BUFSIZ - (nfrontp - netobuf);
H A Dauthenc.c43 if (nfrontp + len < netobuf + BUFSIZ) {
H A Dext.h65 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
67 extern char netibuf[BUFSIZ], *netip;
69 extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
/freebsd-13-stable/usr.sbin/ugidfw/
H A Dugidfw.c76 char errstr[BUFSIZ], charstr[BUFSIZ];
80 error = bsde_parse_rule(argc, argv, &rule, BUFSIZ, errstr);
86 error = bsde_add_rule(&rulenum, &rule, BUFSIZ, errstr);
91 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
100 char errstr[BUFSIZ], charstr[BUFSIZ];
104 rule_slots = bsde_get_rule_slots(BUFSIZ, errstr);
111 rule_count = bsde_get_rule_count(BUFSIZ, errstr);
118 error = bsde_get_rule(i, &rule, BUFSIZ, errst
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/common/
H A Dbuffer.c43 * there is such a field, otherwise BUFSIZ.
51 new_sz = BUFSIZ;
54 new_sz = max(BUFSIZ, st->st_blksize);
/freebsd-13-stable/lib/libc/stdio/
H A Dsetbuf.c47 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dungetc.c67 if ((p = malloc((size_t)BUFSIZ)) == NULL)
70 fp->_ub._size = BUFSIZ;
71 p += BUFSIZ - sizeof(fp->_ubuf);
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dmyvsyslog.c26 char fbuf[BUFSIZ];
H A Dfakelog.c35 char buf[BUFSIZ];
/freebsd-13-stable/sys/contrib/xz-embedded/userspace/
H A Dbytetest.c17 static uint8_t out[BUFSIZ];
51 b.out_size = uncomp_size < BUFSIZ ? uncomp_size : BUFSIZ;
69 b.out_size = uncomp_size < BUFSIZ
70 ? uncomp_size : BUFSIZ;
H A Dxzminidec.c22 static uint8_t in[BUFSIZ];
23 static uint8_t out[BUFSIZ];
59 b.out_size = BUFSIZ;
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Devp_key.c52 char buff[BUFSIZ];
61 (len >= BUFSIZ) ? BUFSIZ - 1 : len) < 0
64 (len >= BUFSIZ) ? BUFSIZ - 1 : len,
68 OPENSSL_cleanse(buff, BUFSIZ);
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.h13 // Some systems have suboptimal BUFSIZ. Use a bit bigger value on them.
15 #if BUFSIZ <= 1024
18 # define IO_BUFFER_SIZE (BUFSIZ & ~7U)
/freebsd-13-stable/usr.sbin/route6d/misc/
H A Dcksum.c36 unsigned short buf[BUFSIZ];
/freebsd-13-stable/contrib/blacklist/port/
H A Dfgetln.c55 bufsiz = BUFSIZ;
65 size_t nbufsiz = bufsiz + BUFSIZ;
77 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/freebsd-13-stable/contrib/ntp/libntp/
H A Dfindconfig.c19 static char result[BUFSIZ];
20 char hostname[BUFSIZ], *cp;
30 if (gethostname(hostname, BUFSIZ) >= 0) {
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c164 uint8_t in_buf[BUFSIZ];
165 uint8_t out_buf[BUFSIZ];
169 strm->avail_out = BUFSIZ;
176 strm->avail_in = fread(in_buf, 1, BUFSIZ, file);
201 const size_t write_size = BUFSIZ - strm->avail_out;
214 strm->avail_out = BUFSIZ;
/freebsd-13-stable/crypto/openssl/crypto/ui/
H A Dui_util.c15 #ifndef BUFSIZ
16 #define BUFSIZ 256 macro
22 char buff[BUFSIZ];
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
28 OPENSSL_cleanse(buff, BUFSIZ);
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dauthenc.c48 if (nfrontp + len < netobuf + BUFSIZ) {
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dread_password.c84 char key_string[BUFSIZ];
86 if (max > BUFSIZ) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c105 char shareline[BUFSIZ], unshareline[BUFSIZ];
/freebsd-13-stable/stand/liblua/
H A Dlstd.h70 #ifndef BUFSIZ
71 #define BUFSIZ 512 macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c56 if ((*buf = malloc(BUFSIZ)) == NULL)
58 *bufsiz = BUFSIZ;
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dadvcap.c52 #ifndef BUFSIZ
53 #define BUFSIZ 1024 macro
114 char ibuf[BUFSIZ];
139 cnt = read(tf, ibuf, BUFSIZ);
154 if (cp >= bp + BUFSIZ - 1) {
185 char tcbuf[BUFSIZ];
214 if (l > BUFSIZ) {
216 q[BUFSIZ - (p-holdtbuf)] = 0;
/freebsd-13-stable/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c89 char sendbuf[BUFSIZ], recvbuf[BUFSIZ];
132 r.length = BUFSIZ;
160 char sendbuf[BUFSIZ], recvbuf[BUFSIZ];
218 r.length = BUFSIZ;
228 r.length = BUFSIZ;

Completed in 158 milliseconds

1234567891011>>