Searched refs:BUFSIZ (Results 26 - 50 of 432) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/lpr/lptest/
H A Dlptest.c55 char outbuf[BUFSIZ];
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dresult.c53 char line[BUFSIZ];
58 buf = (char *) ch_malloc( BUFSIZ );
60 bsize = BUFSIZ;
97 bsize += BUFSIZ;
/netbsd-current/distrib/utils/more/
H A Dch.c67 char data[BUFSIZ];
155 pos = (ch_block * BUFSIZ) + bp->datasize;
173 n = iread(file, &bp->data[bp->datasize], BUFSIZ - bp->datasize);
271 new_block = pos / BUFSIZ;
277 ch_offset = pos % BUFSIZ;
349 return(ch_block * BUFSIZ + ch_offset);
361 if (c != EOI && ++ch_offset >= BUFSIZ) {
379 ch_offset = BUFSIZ - 1;
/netbsd-current/tools/compat/
H A Dfgetln.c50 if (!(buf = calloc(1, BUFSIZ)))
52 bufsz = BUFSIZ;
/netbsd-current/usr.bin/telnet/
H A Dnetwork.c56 unsigned char netobuf[2*BUFSIZ], netibuf[BUFSIZ];
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dbsd-getline.c58 if ((*buf = malloc(BUFSIZ)) == NULL)
60 *bufsiz = BUFSIZ;
/netbsd-current/usr.sbin/rtadvd/
H A Dadvcap.c57 #ifndef BUFSIZ
58 #define BUFSIZ 1024 macro
126 char ibuf[BUFSIZ];
149 cnt = read(tf, ibuf, BUFSIZ);
164 if (cp >= bp + BUFSIZ) {
194 char tcbuf[BUFSIZ];
223 if (l > BUFSIZ) {
225 q[BUFSIZ - (p-holdtbuf)] = 0;
/netbsd-current/external/bsd/tmux/dist/compat/
H A Dgetline.c53 if ((*buf = malloc(BUFSIZ)) == NULL)
55 *bufsiz = BUFSIZ;
/netbsd-current/games/hunt/hunt/
H A Dhunt_private.h35 #include <stdio.h> /* for BUFSIZ */
52 extern char Buf[BUFSIZ];
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dsocket_test.c91 char sendbuf[BUFSIZ], recvbuf[BUFSIZ];
134 r.length = BUFSIZ;
162 char sendbuf[BUFSIZ], recvbuf[BUFSIZ];
220 r.length = BUFSIZ;
230 r.length = BUFSIZ;
/netbsd-current/lib/libc/stdio/
H A Dungetc.c70 if ((p = malloc((size_t)BUFSIZ)) == NULL)
73 _UB(fp)._size = BUFSIZ;
74 p += BUFSIZ - sizeof(fp->_ubuf);
/netbsd-current/sbin/sysctl/
H A Dpathconf.c70 char names[BUFSIZ];
155 char *bufp, buf[BUFSIZ];
158 snprintf(buf, BUFSIZ, "%s", string);
/netbsd-current/usr.bin/rdist/
H A Ddefs.h129 char pathname[BUFSIZ];
130 char target[BUFSIZ];
145 extern char buf[BUFSIZ]; /* general purpose buffer */
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dmain.c40 char server[BUFSIZ];
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dconffile.h56 char buf[BUFSIZ]; /* buffer with entry contents */
/netbsd-current/libexec/rexecd/unit-tests/
H A Drexec.c54 char line[BUFSIZ];
/netbsd-current/usr.bin/tip/
H A DMakefile25 # BUFSIZ buffer sizing from stdio, must be fed
34 -DDEFBR=9600 -DDEFFS=BUFSIZ -DHAYES \
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_getline.c51 nbufsz = *bufsz ? *bufsz * 2 : BUFSIZ;
/netbsd-current/bin/setfacl/
H A Dfile.c53 char buf[BUFSIZ+1];
/netbsd-current/games/hunt/huntd/
H A Dextern.c44 char Buf[BUFSIZ]; /* general scribbling buffer */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.h38 #ifdef BUFSIZ
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.h38 #ifdef BUFSIZ
/netbsd-current/usr.bin/cksum/
H A Dmd5.c143 unsigned char buffer[BUFSIZ];
147 while ((len = fread(buffer, (size_t)1, (size_t)BUFSIZ, stdin)) > 0) {
/netbsd-current/usr.bin/from/
H A Dfrom.c64 #if MAXPATHLEN > BUFSIZ
67 char buf[BUFSIZ];
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Denvironment.c70 char buf[BUFSIZ], *p, *r;
82 while (fgets(buf, BUFSIZ, F) != NULL) {

Completed in 824 milliseconds

1234567891011>>