Searched refs:BUFSIZ (Results 176 - 200 of 432) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dserial.h250 unsigned char buf[BUFSIZ]; /* Da buffer itself */
H A Dser-base.c171 nr = scb->ops->read_prim (scb, BUFSIZ);
393 status = scb->ops->read_prim (scb, BUFSIZ);
/netbsd-current/lib/libc/hash/
H A Dhashhl.c92 u_char buffer[BUFSIZ];
/netbsd-current/libexec/telnetd/
H A Dtelnetd.c104 char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
105 char ptyibuf2[BUFSIZ];
1011 pcc = read(p, ptyibuf, BUFSIZ);
1071 if ((&netobuf[BUFSIZ] - nfrontp) < 2)
H A Dstate.c92 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2)
1644 remaining = BUFSIZ - (nfrontp - netobuf);
1646 if (strlen(format) > remaining || BUFSIZ / 4 > remaining) {
1648 remaining = BUFSIZ - (nfrontp - netobuf);
1661 remaining = BUFSIZ - (nfrontp - netobuf);
1664 remaining = BUFSIZ - (nfrontp - netobuf);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dname_test.c357 unsigned char buf[BUFSIZ];
362 isc_buffer_init(&b, buf, BUFSIZ);
384 unsigned char data[BUFSIZ];
393 isc_buffer_init(&nb, data, BUFSIZ);
/netbsd-current/libexec/rexecd/
H A Drexecd.c150 char buf[BUFSIZ], sig;
380 char buf[BUFSIZ];
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcssyn.c570 char buf[BUFSIZ];
593 if (buf+BUFSIZ-2 <= p) {
/netbsd-current/usr.bin/csplit/
H A Dcsplit.c230 char msg[BUFSIZ];
309 char buf[BUFSIZ];
/netbsd-current/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c164 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
165 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c610 if (setvbuf(stdout, NULL, mode, BUFSIZ) != 0)
612 if (setvbuf(stderr, NULL, mode, BUFSIZ) != 0)
/netbsd-current/usr.bin/rsh/
H A Drsh.c306 char buf[BUFSIZ];
340 char *bp, buf[BUFSIZ];
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.c46 static char progname[ BUFSIZ ];
296 char buf[ BUFSIZ ];
H A Dslapd-search.c261 char buf[ BUFSIZ ];
304 char buf[ BUFSIZ ];
H A Dslapd-read.c300 char buf[BUFSIZ];
408 char buf[ BUFSIZ ];
H A Dslapd-tester.c84 static char argbuf[BUFSIZ];
918 char line[BUFSIZ];
920 while (( filter < MAXREQS ) && ( fgets( line, BUFSIZ, fp ))) {
950 if ( fgets( line, BUFSIZ, fp ) == NULL )
988 char line[BUFSIZ];
990 while (( entry < MAXREQS ) && ( fgets( line, BUFSIZ, fp ))) {
/netbsd-current/usr.bin/compress/
H A Dcompress.c207 u_char buf[BUFSIZ];
305 u_char buf[BUFSIZ];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-base.c170 nr = scb->ops->read_prim (scb, BUFSIZ);
392 status = scb->ops->read_prim (scb, BUFSIZ);
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dapprentice.c111 char line[BUFSIZ+1];
124 for (lineno = 1;fgets(line, BUFSIZ, f) != NULL; lineno++) {
/netbsd-current/sys/kern/
H A Dtty_pty.c70 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
649 u_char bf[BUFSIZ];
717 cc = q_to_b(&tp->t_outq, bf, uimin(uio->uio_resid, BUFSIZ));
740 u_char locbuf[BUFSIZ];
753 cc = uimin(uio->uio_resid, BUFSIZ);
786 cc = uimin(uio->uio_resid, BUFSIZ);
/netbsd-current/external/bsd/blocklist/bin/
H A Dconf.c852 char buf[BUFSIZ];
877 char buf[BUFSIZ];
968 char buf[BUFSIZ];
986 char buf[BUFSIZ];
1060 char buf[BUFSIZ];
1095 char buf[BUFSIZ];
/netbsd-current/libexec/rlogind/
H A Drlogind.c351 u_char optbuf[BUFSIZ/3], *cp;
352 char lbuf[BUFSIZ], *lp, *ep;
596 char buf[BUFSIZ], *bp, *ep;
/netbsd-current/usr.sbin/faithd/
H A Dfaithd.c80 char logname[BUFSIZ];
81 char procname[BUFSIZ];
814 char msg[BUFSIZ];
/netbsd-current/usr.bin/gencat/
H A Dgencat.c279 static long curlen = BUFSIZ;
280 static char buf[BUFSIZ], *bptr = buf, *bend = buf;
305 buflen = read(fd, buf, BUFSIZ);
/netbsd-current/libexec/rshd/
H A Drshd.c260 char sig, buf[BUFSIZ];
312 u_char optbuf[BUFSIZ/3];
730 char *bp, buf[BUFSIZ];

Completed in 401 milliseconds

1234567891011>>