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

/freebsd-9.3-release/usr.bin/tee/
H A Dtee.c72 #define BSIZE (8 * 1024) macro
90 if ((buf = malloc(BSIZE)) == NULL)
103 while ((rval = read(STDIN_FILENO, buf, BSIZE)) > 0)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Denc_read.c106 tmpbuf = OPENSSL_malloc(BSIZE);
111 net = OPENSSL_malloc(BSIZE);
116 unnet = OPENSSL_malloc(BSIZE);
H A Denc_writ.c97 outbuf = OPENSSL_malloc(BSIZE + HDRSIZE);
H A Ddes_locl.h106 # define BSIZE (MAXWRITE+4) macro
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c85 ((u_int16_t *)(P))[1] = hashp->BSIZE - 3 * sizeof(u_int16_t); \
86 ((u_int16_t *)(P))[2] = hashp->BSIZE; \
138 newoff = hashp->BSIZE;
192 copyto = (u_int16_t)hashp->BSIZE;
193 off = (u_int16_t)hashp->BSIZE;
338 scopyto = hashp->BSIZE;
346 off = hashp->BSIZE;
524 size = hashp->BSIZE;
551 max = hashp->BSIZE >> 2; /* divide by 4 */
576 size = hashp->BSIZE;
[all...]
H A Dhash.c174 (hashp->BSIZE << BYTE_SHIFT) - 1) >>
211 "BUCKET SIZE ", hashp->BSIZE,
281 hashp->BSIZE = DEF_BUCKET_SIZE;
295 hashp->BSIZE = statbuf.st_blksize;
296 if (hashp->BSIZE > MAX_BSIZE)
297 hashp->BSIZE = MAX_BSIZE;
298 hashp->BSHIFT = __log2(hashp->BSIZE);
305 hashp->BSIZE = 1 << hashp->BSHIFT;
306 if (hashp->BSIZE > MAX_BSIZE) {
583 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-9.3-release/crypto/openssl/demos/
H A Db64.c71 #undef BSIZE macro
75 #define BSIZE (8*1024) macro
84 int bsize = BSIZE, verbose = 0;
/freebsd-9.3-release/usr.bin/rs/
H A Drs.c332 #define BSIZE (LINE_MAX * 2) macro
333 char ibuf[BSIZE];
339 static char *endblock = ibuf + BSIZE;
357 if (!(curline = (char *) malloc(BSIZE)))
359 endblock = curline + BSIZE;
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h284 #if !defined DEV_BSIZE && defined BSIZE
285 # define DEV_BSIZE BSIZE
300 # if defined _POSIX_SOURCE || !defined BSIZE /* fileblocks.c uses BSIZE. */
303 # else /* !_POSIX_SOURCE && BSIZE */
308 # endif /* !_POSIX_SOURCE && BSIZE */
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c56 #define BSIZE 256 /* one attribute buffer size */ macro
57 static uint8_t buffer[NRECS * attrs_len][BSIZE];
593 values[n].vlen = BSIZE;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c1428 #undef BSIZE macro
1429 #define BSIZE 256 macro
1484 char buf[1][BSIZE];
1494 if (j >= BSIZE) {
1500 BUF_strlcpy(buf[0], serialfile, BSIZE);
1542 char buf[5][BSIZE];
1550 if (j + 1 >= BSIZE) {
1632 char buf[1][BSIZE];
1725 char buf[3][BSIZE];
1735 if (j + 6 >= BSIZE) {
[all...]
H A Denc.c74 #undef BSIZE macro
78 #define BSIZE (8*1024) macro
105 int bsize = BSIZE, verbose = 0;
H A Dca.c320 #undef BSIZE macro
321 #define BSIZE 256 macro
322 MS_STATIC char buf[3][BSIZE];
1206 if (strlen(outdir) >= (size_t)(j ? BSIZE - j * 2 - 6 : BSIZE - 8)) {
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetcap.c58 #define BSIZE 1024
729 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-9.3-release/lib/libc/gen/
H A Dgetcap.c55 #define BSIZE 1024 macro
651 char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE];
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_locl.h67 #define BSIZE (MAXWRITE+4) macro
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c134 #define BSIZE 1024 macro

Completed in 133 milliseconds