Searched refs:BUFSIZ (Results 251 - 275 of 325) sorted by relevance

<<111213

/freebsd-10-stable/games/fortune/fortune/
H A Dfortune.c223 char line[BUFSIZ];
255 char line[BUFSIZ];
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c1079 if (BUFSIZ < s)
1080 s = BUFSIZ;
/freebsd-10-stable/sbin/routed/
H A Dparms.c575 char buf[BUFSIZ], buf2[BUFSIZ];
/freebsd-10-stable/usr.bin/pr/
H A Dpr.c1562 char buf[BUFSIZ];
1569 while (fgets(buf, BUFSIZ, err) != NULL)
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c489 char buf1[BUFSIZ], buf2[BUFSIZ];
1971 char buf[BUFSIZ];
/freebsd-10-stable/contrib/telnet/telnet/
H A Dcommands.c2361 static char hostbuf[BUFSIZ];
2364 strncpy(hostbuf, hostp, BUFSIZ - 1);
2365 hostbuf[BUFSIZ - 1] = '\0';
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp109 static char stderr_buf[BUFSIZ];
/freebsd-10-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp119 static char stderr_buf[BUFSIZ];
/freebsd-10-stable/contrib/sendmail/src/
H A Dalias.c650 char line[BUFSIZ];
H A Derr.c111 char MsgBuf[BUFSIZ*2]; /* text of most recent message */
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c86 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2)
/freebsd-10-stable/crypto/heimdal/kuser/
H A Dklist.c270 char buf[BUFSIZ];
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c332 char buf[BUFSIZ];
/freebsd-10-stable/lib/libc/gen/
H A Dgetcap.c277 char buf[BUFSIZ];
/freebsd-10-stable/sbin/fdisk_pc98/
H A Dfdisk.c648 char fbuf[BUFSIZ];
/freebsd-10-stable/sbin/restore/
H A Drestore.c781 char name[BUFSIZ];
/freebsd-10-stable/usr.bin/ministat/
H A Dministat.c454 char buf[BUFSIZ], *p, *t;
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dlpd.c461 char cbuf[BUFSIZ]; /* command line buffer */
/freebsd-10-stable/usr.sbin/pkg_install/add/
H A Dperform.c638 char buf[BUFSIZ];
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dtimed.c120 char buf[BUFSIZ], *cp, *cplim;
/freebsd-10-stable/bin/pkill/
H A Dpkill.c799 char *endp, line[BUFSIZ];
/freebsd-10-stable/bin/pax/
H A Dpat_rep.c104 char rebuf[BUFSIZ];
/freebsd-10-stable/usr.sbin/rtsold/
H A Drtsold.c854 char buf[BUFSIZ];
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h223 char dt_errmsg[BUFSIZ]; /* buffer for formatted syntax error msgs */
/freebsd-10-stable/lib/libutil/
H A Dquotafile.c71 char buf[BUFSIZ];

Completed in 347 milliseconds

<<111213