Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/cksum/
HDcrc.c109 static uint32_t crc_total = ~0; /* The crc over a number of files. */ variable
123 crc_total = ~crc_total; in crc()
127 COMPUTE(crc_total, *p); in crc()
137 COMPUTE(crc_total, len & 0xff); in crc()
141 crc_total = ~crc_total; in crc()
/freebsd-14-stable/contrib/mtree/
HDcrc.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()
HDextern.h86 extern u_int32_t crc_total;
HDmtree.c207 crc_total = ~strtol(optarg, &p, 0); in main()
HDverify.c167 warnx("%s checksum: %u", fullpath, crc_total); in vwalk()
HDcreate.c180 mtree_err("%s checksum: %u", fullpath, crc_total); in cwalk()