Searched refs:BUFSIZ (Results 126 - 150 of 325) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.bin/gencat/
H A Dgencat.c236 static long curlen = BUFSIZ;
237 static char buf[BUFSIZ], *bptr = buf, *bend = buf;
262 buflen = read(fd, buf, BUFSIZ);
/freebsd-10-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c417 char result[BUFSIZ];
418 int maxsize = BUFSIZ - 1;
471 OPENSSL_cleanse(result, BUFSIZ);
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c194 char keyb[BUFSIZ], datab[BUFSIZ], abuf[BUFSIZ];
/freebsd-10-stable/usr.bin/script/
H A Dscript.c97 char obuf[BUFSIZ];
98 char ibuf[BUFSIZ];
258 cc = read(STDIN_FILENO, ibuf, BUFSIZ);
/freebsd-10-stable/contrib/groff/src/include/
H A Dnonposix.h141 char drain[BUFSIZ]; \
/freebsd-10-stable/contrib/libreadline/
H A Dfunmap.c28 #if !defined (BUFSIZ)
30 #endif /* BUFSIZ */
/freebsd-10-stable/contrib/mdocml/
H A Dman_html.c304 char b[BUFSIZ], title[BUFSIZ];
308 (void)strlcat(b, m->vol, BUFSIZ);
312 snprintf(title, BUFSIZ - 1, "%s(%s)", m->title, m->msec);
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c291 char line[BUFSIZ], *st;
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dtelnetd.c71 char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
72 char ptyibuf2[BUFSIZ];
1065 pcc = read(p, ptyibuf, BUFSIZ);
1129 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c61 char line[BUFSIZ];
/freebsd-10-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c61 char line[BUFSIZ];
/freebsd-10-stable/crypto/heimdal/kuser/
H A Dkswitch.c44 char buf[BUFSIZ];
/freebsd-10-stable/lib/libc/gen/
H A Dgetutxent.c89 rounddown(BUFSIZ, sizeof(struct futx)));
/freebsd-10-stable/lib/libc/stdio/
H A Dfvwrite.c83 * Unbuffered: write up to BUFSIZ bytes at a time.
87 w = _swrite(fp, p, MIN(len, BUFSIZ));
/freebsd-10-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c57 char line[BUFSIZ];
/freebsd-10-stable/lib/libutil/
H A Dproperty.c76 char buf[BUFSIZ * 4];
/freebsd-10-stable/usr.bin/cksum/
H A Dcrc32.c106 char buf[BUFSIZ], *p ;
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_passb.c29 u_char buf[BUFSIZ];
/freebsd-10-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c77 char buff[BUFSIZ];
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c236 static char msgbuf[BUFSIZ];
/freebsd-10-stable/sbin/restore/
H A Ddirs.c678 char buf[BUFSIZ];
692 for (i = itp->t_size; i > 0; i -= BUFSIZ) {
693 size = i < BUFSIZ ? i : BUFSIZ;
/freebsd-10-stable/usr.bin/mail/
H A Dcmd3.c56 char cmd[BUFSIZ];
95 char bangbuf[BUFSIZ];
96 static char lastbang[BUFSIZ];
357 char varbuf[BUFSIZ], **ap, **p;
/freebsd-10-stable/contrib/opie/
H A Dopieftpd.c226 static char proctitle[BUFSIZ]; /* initial part of title */
487 char line[BUFSIZ];
671 char line[BUFSIZ];
678 st.st_blksize = BUFSIZ;
717 send_data(fin, dout, BUFSIZ);
997 char buf[BUFSIZ];
1070 char line[BUFSIZ];
1536 char buf[BUFSIZ];
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c207 char buf[BUFSIZ];
439 char buf[BUFSIZ];
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcssyn.c555 char buf[BUFSIZ];
578 if (buf+BUFSIZ-2 <= p) {

Completed in 417 milliseconds

1234567891011>>