Searched refs:crc_total (Results 1 – 6 of 6) sorted by relevance
103 static uint32_t crc_total = ~0; /* The crc over a number of files. */ variable117 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()
117 u_int32_t crc_total = ~0; /* The crc over a number of files. */ variable132 crctot = ~crc_total; in crc()161 crc_total = ~crctot; in crc()
86 extern u_int32_t crc_total;
207 crc_total = ~strtol(optarg, &p, 0); in main()
167 warnx("%s checksum: %u", fullpath, crc_total); in vwalk()
180 mtree_err("%s checksum: %u", fullpath, crc_total); in cwalk()