Searched refs:BSIZE (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c94 #define BSIZE 512 macro
97 .f_bsize = BSIZE,
98 .f_frsize = BSIZE,
99 .f_blocks = TOTAL / BSIZE,
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
107 #undef BSIZE macro
125 #define BSIZE 4096 /* Guess */ macro
129 .f_bsize = BSIZE,
130 .f_frsize = BSIZE,
140 #undef BSIZE macro
157 #define BSIZE macro
172 #undef BSIZE macro
186 #define BSIZE macro
201 #undef BSIZE macro
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Denc_read.c108 tmpbuf = OPENSSL_malloc(BSIZE);
113 net = OPENSSL_malloc(BSIZE);
118 unnet = OPENSSL_malloc(BSIZE);
H A Denc_writ.c103 outbuf = OPENSSL_malloc(BSIZE + HDRSIZE);
H A Ddes_locl.h106 # define BSIZE (MAXWRITE+4) macro
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_page.c86 ((u_int16_t *)(P))[1] = hashp->BSIZE - 3 * sizeof(u_int16_t); \
87 ((u_int16_t *)(P))[2] = hashp->BSIZE; \
139 newoff = hashp->BSIZE;
193 copyto = (u_int16_t)hashp->BSIZE;
194 off = (u_int16_t)hashp->BSIZE;
339 scopyto = hashp->BSIZE;
347 off = hashp->BSIZE;
525 size = hashp->BSIZE;
552 max = hashp->BSIZE >> 2; /* divide by 4 */
579 size = hashp->BSIZE;
[all...]
H A Dhash.c172 (hashp->BSIZE << BYTE_SHIFT) - 1) >>
209 "BUCKET SIZE ", hashp->BSIZE,
279 hashp->BSIZE = DEF_BUCKET_SIZE;
293 hashp->BSIZE = statbuf.st_blksize;
294 if (hashp->BSIZE > MAX_BSIZE)
295 hashp->BSIZE = MAX_BSIZE;
296 hashp->BSHIFT = __log2(hashp->BSIZE);
303 hashp->BSIZE = 1 << hashp->BSHIFT;
304 if (hashp->BSIZE > MAX_BSIZE) {
586 off = hashp->BSIZE;
[all...]
H A Dhash_buf.c195 if ((bp->page = (char *)calloc(1, hashp->BSIZE)) == NULL) {
303 npages = (nbytes + hashp->BSIZE - 1) >> hashp->BSHIFT;
338 (void)memset(bp->page, 0, hashp->BSIZE);
H A Dhash_bigkey.c253 FREESPACE(bp) = hashp->BSIZE - PAGE_META(n);
254 OFFSET(bp) = hashp->BSIZE;
286 for (bytes = hashp->BSIZE - bp[ndx];
288 bytes = hashp->BSIZE - bp[ndx]) {
455 mylen = hashp->BSIZE - bp[1];
521 mylen = hashp->BSIZE - bp[1];
H A Dhash.h271 #define BSIZE hdr.bsize macro
/freebsd-11-stable/usr.bin/tee/
H A Dtee.c78 #define BSIZE (8 * 1024) macro
96 if ((buf = malloc(BSIZE)) == NULL)
121 while ((rval = read(STDIN_FILENO, buf, BSIZE)) > 0)
/freebsd-11-stable/usr.bin/rs/
H A Drs.c332 #define BSIZE (LINE_MAX * 2) macro
333 static char ibuf[BSIZE];
339 static char *endblock = ibuf + BSIZE;
357 if (!(curline = (char *) malloc(BSIZE)))
359 endblock = curline + BSIZE;
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c59 #define BSIZE 256 /* one attribute buffer size */ macro
60 static uint8_t buffer[NRECS * attrs_len][BSIZE];
630 values[n].vlen = BSIZE;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c56 #define BSIZE 1024
727 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c55 #define BSIZE 1024 macro
651 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c77 #undef BSIZE macro
81 #define BSIZE (8*1024) macro
120 int bsize = BSIZE, verbose = 0;
H A Dapps.c1667 #undef BSIZE macro
1668 #define BSIZE 256 macro
1723 char buf[1][BSIZE];
1733 if (j >= BSIZE) {
1739 BUF_strlcpy(buf[0], serialfile, BSIZE);
1781 char buf[5][BSIZE];
1788 if (j + 1 >= BSIZE) {
1865 char buf[1][BSIZE];
1956 char buf[3][BSIZE];
1966 if (j + 6 >= BSIZE) {
[all...]
H A Dca.c318 #undef BSIZE macro
319 #define BSIZE 256 macro
320 MS_STATIC char buf[3][BSIZE];
1236 if (strlen(outdir) >= (size_t)(j ? BSIZE - j * 2 - 6 : BSIZE - 8)) {
/freebsd-11-stable/sys/crypto/des/
H A Ddes_locl.h67 #define BSIZE (MAXWRITE+4) macro
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c137 #define BSIZE 1024 macro

Completed in 136 milliseconds