Searched refs:BLOCKSIZE (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c65 #define BLOCKSIZE 1024 macro
70 char block[BLOCKSIZE];
82 bzero(block, BLOCKSIZE);
85 len = write(fd, block, BLOCKSIZE);
88 if (len != BLOCKSIZE) {
90 BLOCKSIZE, len);
109 len = write(fd, block, BLOCKSIZE);
/freebsd-11-stable/release/powerpc/
H A Dmake-memstick.sh18 BLOCKSIZE=10240
/freebsd-11-stable/usr.sbin/ctld/
H A Dtoken.l57 blocksize { return BLOCKSIZE; }
H A Dparse.y61 %token ALIAS AUTH_GROUP AUTH_TYPE BACKEND BLOCKSIZE CHAP CHAP_MUTUAL
911 lun_blocksize: BLOCKSIZE STR
/freebsd-11-stable/etc/
H A Dlogin.conf29 :setenv=BLOCKSIZE=K:\
126 # :setenv=BLOCKSIZE=K:\
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf44 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh143 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
145 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c129 /* Important: BLOCKSIZE must be a multiple of 64. */
130 #define BLOCKSIZE 4096 macro
132 char buffer[BLOCKSIZE + 72];
141 /* We read the file in blocks of BLOCKSIZE bytes. One call of the
150 n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
154 while (sum < BLOCKSIZE && n != 0);
162 /* Process buffer with BLOCKSIZE bytes. Note that
163 BLOCKSIZE % 64 == 0
165 md5_process_block (buffer, BLOCKSIZE, &ctx);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c129 /* Important: BLOCKSIZE must be a multiple of 64. */
130 #define BLOCKSIZE 4096 macro
132 char buffer[BLOCKSIZE + 72];
141 /* We read the file in blocks of BLOCKSIZE bytes. One call of the
150 n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
154 while (sum < BLOCKSIZE && n != 0);
162 /* Process buffer with BLOCKSIZE bytes. Note that
163 BLOCKSIZE % 64 == 0
165 md5_process_block (buffer, BLOCKSIZE, &ctx);
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c338 #define BLOCKSIZE (1<<12) macro
339 #define BLOCKMASK (~(BLOCKSIZE-1))
370 for (hs = nw; hs < nr; hs += BLOCKSIZE) {
375 if (he >= hs + BLOCKSIZE)
385 * BLOCKSIZE bytes away, we're at the end
388 if (hs + BLOCKSIZE > nr)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c598 #define BLOCKSIZE (1024 * 1024 * 10) macro
616 if (len > BLOCKSIZE)
617 len = BLOCKSIZE;
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh915 export BLOCKSIZE=512

Completed in 93 milliseconds