Searched refs:BUFSIZE (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-11-stable/sys/dev/ppbus/
H A Dppi.c62 #define BUFSIZE 512 macro
72 char ppi_buffer[BUFSIZE];
367 buffer = malloc(BUFSIZE, M_DEVBUF, M_WAITOK);
410 buffer, min(BUFSIZE, uio->uio_resid), &len);
470 buffer = malloc(BUFSIZE, M_DEVBUF, M_WAITOK);
478 while (!error && (len = min(uio->uio_resid, BUFSIZE))) {
488 buffer = malloc(BUFSIZE, M_DEVBUF, M_WAITOK);
525 while ((len = min(uio->uio_resid, BUFSIZE)) != 0) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdep.h173 #define BUFSIZE 8192
172 #define BUFSIZE macro
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_opts.c132 #define BUFSIZE ((long)1024) macro
215 static unsigned char buf[BUFSIZE];
255 cc = count * 3 * 8 / BUFSIZE + 1;
256 cd = count * 8 / BUFSIZE + 1;
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcastopts.c142 #define BUFSIZE ((long)1024) macro
225 static unsigned char buf[BUFSIZE];
265 cc = count * 3 * 8 / BUFSIZE + 1;
266 cd = count * 8 / BUFSIZE + 1;
/freebsd-11-stable/crypto/openssl/apps/
H A Ddgst.c71 #undef BUFSIZE macro
72 #define BUFSIZE 1024*8 macro
136 if ((buf = (unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) {
523 OPENSSL_cleanse(buf, BUFSIZE);
554 i = BIO_read(bp, (char *)buf, BUFSIZE);
582 len = BUFSIZE;
589 len = BIO_gets(bp, (char *)buf, BUFSIZE);
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c59 #define BUFSIZE 1024 macro
70 char cwd[BUFSIZE];
135 getcwd(cwd,BUFSIZE);
146 if(getcwd(cwd,BUFSIZE)==NULL) return(-1);
507 char buf[BUFSIZE];
516 res=read(fd,buf,BUFSIZE);
526 getcwd(cwd,BUFSIZE);
532 memset(buf,0,BUFSIZE);
535 if(fgets(buf,BUFSIZE-1,stdin)==NULL) continue;
935 getcwd(cwd,BUFSIZE);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c109 #define BUFSIZE (8*1024) macro
362 static unsigned char buf[BUFSIZE + 8], obuf[BUFSIZE + 8];
367 if (((buf = OPENSSL_malloc(BUFSIZE + 8)) == NULL) ||
368 ((obuf = OPENSSL_malloc(BUFSIZE + 8)) == NULL)) {
446 num = l = fread(&(buf[rem]), 1, BUFSIZE, DES_IN);
530 l = uufread(buf, 1, BUFSIZE, DES_IN);
532 l = fread(buf, 1, BUFSIZE, DES_IN);
563 ll = uufread(&(buf[rem]), 1, BUFSIZE, DES_IN);
565 ll = fread(&(buf[rem]), 1, BUFSIZE, DES_I
[all...]
H A Ddes_opts.c338 #define BUFSIZE ((long)1024) macro
418 static unsigned char buf[BUFSIZE];
464 cc = count * 3 * 8 / BUFSIZE + 1;
465 cd = count * 8 / BUFSIZE + 1;
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c53 #define BUFSIZE (128*1024) macro
106 char buf[BUFSIZE];
125 assert(phdr->pth_framelen < BUFSIZE);
160 char buf[BUFSIZE];
182 assert(toread < BUFSIZE);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c1552 fbuf[fblocks] = xcalloc(BUFSIZE, sizeof(Char));
1560 char cbuf[BUFSIZE + 1];
1641 c = wide_read(SHIN, fbuf[0], BUFSIZE, 1);
1671 c = numleft = tenex(InputBuf, BUFSIZE);
1676 off = (int) feobp % BUFSIZE;
1677 buf = (int) feobp / BUFSIZE;
1679 roomleft = BUFSIZE - off;
1688 off = (int) feobp % BUFSIZE;
1689 buf = (int) feobp / BUFSIZE;
1691 roomleft = BUFSIZE
[all...]
H A Dsh.h159 * BUFSIZE The i/o buffering size; also limits word size
162 #ifdef BUFSIZE
163 # if BUFSIZE < 4096
164 # undef BUFSIZE macro
165 # define BUFSIZE 4096 /* buffer size should be no less than this */ macro
168 # define BUFSIZE 4096 macro
169 #endif /* BUFSIZE */
175 # define INBUFSIZE 2*BUFSIZE /* Num input characters on the command line */
800 unsigned char Bfclens[BUFSIZE + 1];
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbnspeed.c122 #undef BUFSIZE macro
123 #define BUFSIZE ((long)1024*8) macro
H A Dexpspeed.c148 #undef BUFSIZE macro
149 #define BUFSIZE ((long)1024*8) macro
/freebsd-11-stable/usr.bin/colldef/
H A Dscan.l46 u_char buf[BUFSIZE], *ptr;
/freebsd-11-stable/sys/dev/pcf/
H A Dpcfvar.h56 #define BUFSIZE 2048 macro
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c66 #undef BUFSIZE macro
67 #define BUFSIZE 512 macro
78 int size = BUFSIZE;
110 size += BUFSIZE;
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c80 #define BUFSIZE 16384 macro
799 unsigned char netinbuf[BUFSIZE];
801 unsigned char stdinbuf[BUFSIZE];
900 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) {
910 if (stdinbufpos == BUFSIZE)
923 if (stdinbufpos < BUFSIZE)
927 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) {
941 if (netinbufpos == BUFSIZE)
958 if (netinbufpos < BUFSIZE)
999 size_t num = BUFSIZE
[all...]
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c94 #define BUFSIZE 20 macro
102 char buf[BUFSIZE + 1];
105 for (i = 0; i < BUFSIZE; i++) {
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c665 * but they may be much bigger per the BUFSIZE parameter.
885 else if (!apr_strnatcasecmp(name[i], "BUFSIZE")) {
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.h41 #define BUFSIZE 8192 macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c25 BUFSIZE = 32, enumerator in enum:__anon4891
98 char buf[BUFSIZE];
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c88 #define BUFSIZE 16384 macro
773 unsigned char netinbuf[BUFSIZE];
775 unsigned char stdinbuf[BUFSIZE];
874 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) {
884 if (stdinbufpos == BUFSIZE)
897 if (stdinbufpos < BUFSIZE)
901 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) {
915 if (netinbufpos == BUFSIZE)
932 if (netinbufpos < BUFSIZE)
973 size_t num = BUFSIZE
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c127 #define BUFSIZE 1024 macro
415 sc->sc_inbuf = malloc(BUFSIZE, M_DEVBUF, M_WAITOK);
567 while ((n = min(BUFSIZE, uio->uio_resid)) != 0) {
/freebsd-11-stable/usr.bin/gzip/
H A Dzuncompress.c52 #define BUFSIZE (64 * 1024) macro
137 buf = malloc(BUFSIZE);
148 while ((bin = fread(buf, 1, BUFSIZE, in)) != 0) {
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass5.c457 # define BUFSIZE 16 macro
458 char buf[BUFSIZE];
531 snprintf(buf, BUFSIZE,
577 snprintf(buf, BUFSIZE, "FREE %s", name);

Completed in 182 milliseconds

123