Searched refs:BUFSIZ (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.bin/tip/tip/
H A Dtipout.c131 char buf[BUFSIZ];
148 scnt = read(FD, buf, BUFSIZ);
/freebsd-10-stable/usr.sbin/rip6query/
H A Drip6query.c133 if ((ripbuf = (struct rip6 *)malloc(BUFSIZ)) == NULL) {
153 if ((len = recvfrom(s, ripbuf, BUFSIZ, 0,
/freebsd-10-stable/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp45 static char stderr_buf[BUFSIZ];
/freebsd-10-stable/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp52 static char stderr_buf[BUFSIZ];
/freebsd-10-stable/usr.bin/dc/
H A Dinout.c94 char buf[BUFSIZ];
96 if (fgets(buf, BUFSIZ, src->u.stream) == NULL)
127 char buf[BUFSIZ];
131 while (i < BUFSIZ-1) {
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c221 char buff[BUFSIZ];
225 des_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length, prompt,
227 OPENSSL_cleanse(buff, BUFSIZ);
/freebsd-10-stable/usr.bin/login/
H A Dlogin_fbtab.c86 char buf[BUFSIZ];
/freebsd-10-stable/games/fortune/unstr/
H A Dunstr.c122 char buf[BUFSIZ];
/freebsd-10-stable/contrib/tcp_wrappers/
H A Doptions.c57 #define MAXPATHNAMELEN BUFSIZ
144 char bf[BUFSIZ];
226 char ibuf[BUFSIZ];
227 char obuf[2 * BUFSIZ];
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Dparse.c59 char Buffer[BUFSIZ];
101 GetWord (dw, Buffer, BUFSIZ);
126 (void) GetLine(dw, Buffer, BUFSIZ);
/freebsd-10-stable/contrib/mdocml/
H A Dmain.c66 char outopts[BUFSIZ]; /* buf of output opts */
109 (void)strlcat(curp.outopts, optarg, BUFSIZ);
110 (void)strlcat(curp.outopts, ",", BUFSIZ);
H A Dout.c48 char buf[BUFSIZ], hasd;
71 while (i < BUFSIZ) {
83 if (BUFSIZ == i || (*src && *(src + 1)))
H A Dmdoc_html.c529 char b[BUFSIZ], title[BUFSIZ];
531 strlcpy(b, m->vol, BUFSIZ);
534 strlcat(b, " (", BUFSIZ);
535 strlcat(b, m->arch, BUFSIZ);
536 strlcat(b, ")", BUFSIZ);
539 snprintf(title, BUFSIZ - 1, "%s(%s)", m->title, m->msec);
982 char buf[BUFSIZ];
1022 strlcpy(buf, "list ", BUFSIZ);
1023 strlcat(buf, lists[n->norm->Bl.type], BUFSIZ);
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c195 #define MAX_COLUMNS BUFSIZ /* this _has_ to be worst-case */
246 char buffer[BUFSIZ];
272 for (n = 0; (n < CAPTABSIZE) && fgets(buffer, BUFSIZ, stdin);) {
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c119 char *result = _nc_trace_buf(bufnum, BUFSIZ);
256 char *result = _nc_trace_buf(bufnum, BUFSIZ);
294 char *result = _nc_trace_buf(bufnum, BUFSIZ);
/freebsd-10-stable/usr.bin/whereis/
H A Dwhereis.c256 char *b, buf[BUFSIZ], *cp;
298 if (fgets(buf, BUFSIZ - 1, p) == NULL ||
382 char *bin, buf[BUFSIZ], *cp, *cp2, *man, *name, *src;
408 regerror(i, &re, buf, BUFSIZ - 1);
499 while (fgets(buf, BUFSIZ - 1, p) != NULL) {
612 (fgets(buf, BUFSIZ - 1, p)) != NULL) {
628 BUFSIZ - 1);
/freebsd-10-stable/usr.sbin/config/
H A Dmkmakefile.c110 char line[BUFSIZ];
130 char line[BUFSIZ];
153 while (fgets(line, BUFSIZ, ifp) != NULL) {
187 char line[BUFSIZ];
203 while (fgets(line, BUFSIZ, ifp) != NULL) {
246 char line[BUFSIZ];
265 while (fgets(line, BUFSIZ, ifp) != NULL) {
/freebsd-10-stable/usr.sbin/lpr/lpr/
H A Dlpr.c138 char buf[BUFSIZ];
540 char buf[BUFSIZ];
550 while ((i = read(f, buf, BUFSIZ)) > 0) {
556 if (nc >= BUFSIZ) {
557 nc -= BUFSIZ;
619 char buf[BUFSIZ];
846 char buf[BUFSIZ];
/freebsd-10-stable/contrib/dialog/
H A Dtailbox.c106 * Go back 'target' lines in text file. BUFSIZ has to be in 'size_t' range.
114 char buf[BUFSIZ + 1];
127 if (fpos >= BUFSIZ) {
128 size_to_read = BUFSIZ;
/freebsd-10-stable/usr.bin/mail/
H A Dlist.c386 size_t linebufsize = BUFSIZ;
408 linebufsize += BUFSIZ;
411 cp2 = linebuf + linebufsize - BUFSIZ - 1;
/freebsd-10-stable/crypto/openssl/apps/
H A Dasn1pars.c253 if (!BUF_MEM_grow(buf, BUFSIZ * 8))
279 if (!BUF_MEM_grow(buf, (int)num + BUFSIZ))
281 i = BIO_read(in, &(buf->data[num]), BUFSIZ);
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c91 long ptyibufbuf[BUFSIZ/sizeof(long)+1];
94 char ptyibuf2[BUFSIZ];
95 unsigned char ctlbuf[BUFSIZ];
106 char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
107 char ptyibuf2[BUFSIZ];
1133 pcc = readstream(p, ptyibuf, BUFSIZ);
1136 pcc = read(p, ptyibuf, BUFSIZ);
1192 if ((&netobuf[BUFSIZ] - nfrontp) < 3)
1241 strbufc.maxlen = BUFSIZ;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c43 char buf[BUFSIZ];
/freebsd-10-stable/contrib/gdb/gdb/
H A Dserial.h190 unsigned char buf[BUFSIZ]; /* Da buffer itself */
/freebsd-10-stable/contrib/libucl/tests/
H A Dtest_schema.c32 int size = BUFSIZ, remain, ret;

Completed in 379 milliseconds

1234567891011>>