Home
last modified time | relevance | path

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

/freebsd/usr.bin/cksum/
H A Dcrc.c103 static uint32_t crc_total = ~0; /* The crc over a number of files. */ variable
117 crc_total = ~crc_total; in crc()
121 COMPUTE(crc_total, *p); in crc()
131 COMPUTE(crc_total, len & 0xff); in crc()
135 crc_total = ~crc_total; in crc()
/freebsd/contrib/mtree/
H A Dcrc.c117 u_int32_t crc_total = ~0; /* The crc over a number of files. */ variable
132 crctot = ~crc_total; in crc()
161 crc_total = ~crctot; in crc()
H A Dextern.h86 extern u_int32_t crc_total;
H A Dmtree.c207 crc_total = ~strtol(optarg, &p, 0); in main()
H A Dverify.c167 warnx("%s checksum: %u", fullpath, crc_total); in vwalk()
H A Dcreate.c180 mtree_err("%s checksum: %u", fullpath, crc_total); in cwalk()