Home
last modified time | relevance | path

Searched refs:crc_total (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/cksum/
H A Dcrc.c79 u_long crc_total = ~0; /* The crc over a number of files. */ variable
94 crc_total = ~crc_total;
98 COMPUTE(crc_total, *p);
108 COMPUTE(crc_total, len & 0xff);
112 crc_total = ~crc_total;
/original-bsd/usr.sbin/mtree/
H A Dmtree.c27 extern int crc_total;
82 crc_total = ~strtol(optarg, &p, 0);
H A Dverify.c23 extern int crc_total, ftsoptions;
118 "mtree: %s checksum: %lu\n", fullpath, crc_total); in vwalk()
H A Dcreate.c29 extern int crc_total, ftsoptions;
87 "mtree: %s checksum: %lu\n", fullpath, crc_total); in cwalk()