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

1234567891011>>

/netbsd-current/games/boggle/boggle/
H A Dhelp.c58 char buf[BUFSIZ];
/netbsd-current/usr.sbin/fwctl/
H A Deui64.c228 char buf[BUFSIZ + 2];
240 while (fgets(buf,BUFSIZ,fp)) {
279 char buf[BUFSIZ + 2];
290 while (fgets(buf,BUFSIZ,fp)) {
/netbsd-current/usr.sbin/lpr/common_source/
H A Dlp.h81 extern char line[BUFSIZ];
H A Dstartdaemon.c67 char buf[BUFSIZ];
/netbsd-current/tools/compat/
H A Dgetline.c54 *bufsiz = BUFSIZ;
/netbsd-current/usr.bin/fmt/
H A Dbuffer.h38 #define BUF_SIZE BUFSIZ
/netbsd-current/usr.bin/shlock/
H A Dshlock.c127 char *cp, buf[BUFSIZ];
128 static char tempname[BUFSIZ];
226 char buf[BUFSIZ];
257 char *tmp, tmp2[BUFSIZ + 2];
/netbsd-current/usr.sbin/lpr/lpd/
H A Drecvjob.c215 char buf[BUFSIZ];
224 for (i = 0; i < size; i += BUFSIZ) {
225 amt = BUFSIZ;
236 amt = BUFSIZ;
/netbsd-current/sbin/restore/
H A Dinteractive.c106 char cmd[BUFSIZ];
314 static char input[BUFSIZ];
315 char output[BUFSIZ * 2];
332 (void) fgets(input, BUFSIZ, terminal);
/netbsd-current/external/mit/expat/dist/examples/
H A Delements.c80 char buf[BUFSIZ];
/netbsd-current/external/bsd/file/dist/src/
H A Dgetline.c49 *bufsiz = BUFSIZ;
/netbsd-current/games/backgammon/common_source/
H A Dsubs.c44 static char outbuff[BUFSIZ];
62 if (buffnum == BUFSIZ) {
63 if (write(1, outbuff, BUFSIZ) != BUFSIZ)
/netbsd-current/usr.bin/gzip/
H A Dunxz.c48 uint8_t ibuf[BUFSIZ];
49 uint8_t obuf[BUFSIZ];
168 // Some systems have suboptimal BUFSIZ. Use a bit bigger value on them.
170 #if BUFSIZ <= 1024
173 # define IO_BUFFER_SIZE (BUFSIZ & ~7U)
/netbsd-current/usr.bin/config/
H A Dmkheaders.c173 char nfname[BUFSIZ], tfname[BUFSIZ];
233 char tfname[BUFSIZ];
474 char tbuf[BUFSIZ], nbuf[BUFSIZ];
/netbsd-current/usr.sbin/rip6query/
H A Drip6query.c135 if ((ripbuf = (struct rip6 *)malloc(BUFSIZ)) == NULL) {
157 if ((len = recvfrom(s, ripbuf, BUFSIZ, 0,
/netbsd-current/lib/libc/rpc/
H A Dgetrpcent.c79 char line[BUFSIZ+1];
172 if (fgets(d->line, BUFSIZ, d->rpcf) == NULL)
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c209 char buff[BUFSIZ];
212 ret=des_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
213 OPENSSL_cleanse(buff,BUFSIZ);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dmd5hl.c84 unsigned char buffer[BUFSIZ];
/netbsd-current/usr.bin/talk/
H A Dio.c65 char buf[BUFSIZ];
/netbsd-current/external/gpl2/groff/dist/src/utils/lkbib/
H A Dlkbib.cpp47 static char stderr_buf[BUFSIZ];
/netbsd-current/external/gpl2/groff/dist/src/utils/lookbib/
H A Dlookbib.cpp54 static char stderr_buf[BUFSIZ];
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread_pwd.c209 char buff[BUFSIZ];
212 ret=des_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
213 OPENSSL_cleanse(buff,BUFSIZ);
/netbsd-current/usr.bin/dc/
H A Dinout.c96 char buf[BUFSIZ];
98 if (fgets(buf, BUFSIZ, src->u.stream) == NULL)
127 char buf[BUFSIZ];
131 while (i < BUFSIZ-1) {
/netbsd-current/games/fortune/unstr/
H A Dunstr.c132 char buf[BUFSIZ];
/netbsd-current/lib/libc/net/
H A Dgetnetent.c69 static char line[BUFSIZ+1];

Completed in 1434 milliseconds

1234567891011>>