HomeSort by: relevance | last modified time | path
    Searched refs:BLOCKSIZE (Results 1 - 12 of 12) sorted by relevancy

  /src/regress/sys/arch/arm/sigstackalign/
sigstackalign.c 41 #define BLOCKSIZE (MINSIGSTKSZ + RANGE)
63 stackblock = malloc(BLOCKSIZE);
  /src/distrib/amd64/cdroms/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/amd64/installimage/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/amd64/installimage-bios/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/i386/cdroms/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/evbarm/installimage/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/i386/installimage/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/sparc64/cdroms/installcd/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/distrib/vax/cdroms/installcd/
install.sh 59 BLOCKSIZE=1k
60 export BLOCKSIZE
  /src/common/dist/zlib/contrib/untgz/
untgz.c 78 #define BLOCKSIZE 512
104 char buffer[BLOCKSIZE];
393 char fname[BLOCKSIZE];
403 len = gzread(in, &buffer, BLOCKSIZE);
410 if (len != BLOCKSIZE)
505 if (remaining < 0 || remaining >= BLOCKSIZE)
510 len = gzread(in, fname, BLOCKSIZE);
513 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
528 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE : remaining
    [all...]
  /src/usr.bin/vndcompress/
Makefile 69 BLOCKSIZE.onetinyblock= 512
75 BLOCKSIZE.tentinyblock= 512
268 ./vndcompress ${.IMPSRC} ${.TARGET}.tmp ${BLOCKSIZE.${.PREFIX}} \
272 vndcompress ${.IMPSRC} ${.TARGET}.tmp ${BLOCKSIZE.${.PREFIX}} \
  /src/tests/lib/librumphijack/
t_tcpip.sh 162 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
164 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \

Completed in 210 milliseconds