Searched refs:BUFSIZ (Results 101 - 125 of 432) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/stdio/
H A Dvdprintf.c65 unsigned char buf[BUFSIZ];
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DSampleLDAP.pm42 print {*STDERR} 'Posix Var ' . BUFSIZ . ' and ' . FILENAME_MAX . "\n";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprint-rtl.h75 #ifdef BUFSIZ
H A Ddiagnostic-core.h121 #ifdef BUFSIZ
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-core.h121 #ifdef BUFSIZ
H A Dprint-rtl.h77 #ifdef BUFSIZ
/netbsd-current/share/examples/refuse/ian/ian/
H A Dian.c64 char buf[BUFSIZ * 8];
65 char tmpname[BUFSIZ];
66 char newurl[BUFSIZ];
/netbsd-current/usr.sbin/sliplogin/
H A Dsliplogin.c106 static char loginargs[BUFSIZ];
108 static char loginname[BUFSIZ];
217 char logincmd[2*BUFSIZ+32];
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Dparse.c61 char Buffer[BUFSIZ];
103 GetWord (dw, Buffer, BUFSIZ);
128 (void) GetLine(dw, Buffer, BUFSIZ);
/netbsd-current/usr.sbin/lpr/pac/
H A Dpac.c210 char who[BUFSIZ];
211 char linebuf[BUFSIZ];
217 while (fgets(linebuf, BUFSIZ, acf) != NULL) {
/netbsd-current/bin/sh/
H A Dinput.c44 #include <stdio.h> /* defines BUFSIZ */
106 MKINIT char basebuf[BUFSIZ]; /* buffer for top level input file */
204 if (nr > BUFSIZ - 8)
205 nr = BUFSIZ - 8;
216 nr = read(parsefile->fd, buf, BUFSIZ - 8);
555 parsefile->buf = ckmalloc(BUFSIZ);
/netbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c433 char buf[BUFSIZ];
475 static char buf[BUFSIZ];
513 char buf[BUFSIZ];
517 if (strlen(p2) > BUFSIZ - 2)
519 "Internal error: String longer than %d", BUFSIZ);
/netbsd-current/usr.bin/tip/
H A Dcmds.c104 char line[BUFSIZ], *cp;
132 char c, buffer[BUFSIZ];
393 char line[BUFSIZ];
853 static char xname[BUFSIZ];
855 char cmdbuf[BUFSIZ];
888 l = read(pivec[0], xname, BUFSIZ);
905 if (l == BUFSIZ) {
/netbsd-current/bin/rcp/
H A Drcp.c341 char *last, *name, *cp, buf[BUFSIZ];
388 if ((bp = allocbuf(&buffer, fd, BUFSIZ)) == NULL) {
500 char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ];
534 } while (cp < &buf[BUFSIZ - 1] && ch != '\n');
655 if ((bp = allocbuf(&buffer, ofd, BUFSIZ)) == NULL) {
750 char ch, *cp, resp, rbuf[BUFSIZ];
768 } while (cp < &rbuf[BUFSIZ] && ch != '\n');
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d61 BUFSIZ = 0x4000,
88 BUFSIZ = 512,
115 BUFSIZ = 8192,
133 BUFSIZ = 1024,
151 BUFSIZ = 1024,
183 BUFSIZ = 1024,
207 BUFSIZ = 1024,
231 BUFSIZ = 1024,
254 BUFSIZ = 1024,
288 BUFSIZ
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c101 char item[BUFSIZ];
212 char search[BUFSIZ];
213 char buf[BUFSIZ];
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c180 char buf[BUFSIZ];
238 char temp[BUFSIZ], *s, *d;
488 char temp[BUFSIZ];
/netbsd-current/usr.bin/cksum/
H A Dcksum.c288 char buf[BUFSIZ];
291 char filename[BUFSIZ];
292 char cksum[BUFSIZ];
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dasn1pars.c184 if (!BUF_MEM_grow(buf, BUFSIZ * 8))
208 if (!BUF_MEM_grow(buf, num + BUFSIZ))
210 i = BIO_read(in, &(buf->data[num]), BUFSIZ);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dasn1parse.c191 if (!BUF_MEM_grow(buf, BUFSIZ * 8))
215 if (!BUF_MEM_grow(buf, num + BUFSIZ))
217 i = BIO_read(in, &(buf->data[num]), BUFSIZ);
/netbsd-current/lib/libc/md/
H A DmdXhl.c73 unsigned char buffer[BUFSIZ];
/netbsd-current/regress/sys/kern/latency2/
H A Dlatency2.c99 (void)setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/netbsd-current/usr.bin/rwall/
H A Drwall.c162 char tmpname[MAXPATHLEN], lbuf[BUFSIZ], hostname[MAXHOSTNAMELEN + 1];
/netbsd-current/external/gpl2/libmalloc/dist/
H A Dmtrace.c41 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dident.c230 char line[BUFSIZ];

Completed in 786 milliseconds

1234567891011>>