Searched refs:blk (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/paxlib/calib/ |
H A D | calib.c | 286 unsigned char blk[16]; local 315 if (paxread(pax, ap, blk, (off_t)sizeof(blk), (off_t)sizeof(blk), 0) <= 0) 317 j = casize2(&blk[10]); 318 k = casize2(&blk[12]); 320 (*pax->errorf)(NiL, pax, 1, "blk %c%c%c%c%c%c%c%c %02x %02x %02x %02x %02x %02x %02x %02x", ccmapchr(ar->map, blk[0]), ccmapchr(ar->map, blk[1]), ccmapchr(ar->map, blk[ [all...] |
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 672 char* blk; local 686 blk = state.tmp.buffer; 694 p = blk; 750 else if (p >= &blk[state.blocksize]) 820 if (p >= &blk[state.blocksize] || state.record.format == 'U') 830 memset(p, '^', state.blocksize - (p - blk)); 831 p = blk + state.blocksize; 835 blk[0] = ((p - blk) >> 8) & 0xff; 836 blk[ [all...] |
H A D | bio.c | 190 char blk[9]; 194 s = blk; 220 j = s - blk; 221 if ((i = write(ap->io->fd, blk, j)) != j)
|
/ast/src/lib/libcs/ |
H A D | cspath.c | 46 devpath(char* path, int size, int blk, register struct stat* st) argument 92 if (idevice(&tst) == idevice(st) && ((t = S_ISBLK(tst.st_mode)) || S_ISCHR(tst.st_mode)) && t == blk && (!n || tst.st_dev == st->st_dev && tst.st_ino == st->st_ino)) 191 sfsprintf(state->path, sizeof(state->path), "/dev/%s-%u,%u", typ ? "blk" : "chr", major(idevice(&st)), minor(idevice(&st)));
|
/ast/src/lib/libsum/ |
H A D | sum-sha1.c | 39 * blk0() and blk() perform the initial expand. 49 #define blk(i) \ macro 62 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \ 65 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \ 68 z += (((w | x) & y) | (w & x)) + blk(i) + 0x8F1BBCDC + rol(v, 5); \ 71 z += (w ^ x ^ y) + blk(i) + 0xCA62C1D6 + rol(v, 5); \
|
/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 476 * If count is greater than 1 decrement count and return same blk 477 * Free the argument list if the use count is 1 and return next blk 478 * Delete the blk from the argfor chain 481 struct dolnod *sh_argfree(Shell_t *shp, struct dolnod *blk,int flag) argument 483 register struct dolnod* argr=blk; 560 void sh_argreset(Shell_t *shp,struct dolnod *blk, struct dolnod *afor) argument 565 if(ap->dolh = blk)
|
Completed in 28 milliseconds