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

  /src/regress/sys/arch/arm/sigstackalign/
sigstackalign.c 41 #define BLOCKSIZE (MINSIGSTKSZ + RANGE)
63 stackblock = malloc(BLOCKSIZE);
  /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/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...]

Completed in 182 milliseconds