Searched defs:blk (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcs/
H A Dcspath.c46 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 Dsum-sha1.c39 * 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 Dargs.c476 * 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)
/ast/src/cmd/pax/
H A Dpax-slt.c672 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...]
/ast/src/cmd/paxlib/calib/
H A Dcalib.c286 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...]

Completed in 19 milliseconds