HomeSort by: relevance | last modified time | path
    Searched refs:crc_total (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mtree/
extern.h 93 extern uint32_t crc_total;
crc.c 117 uint32_t crc_total = ~0u; /* The crc over a number of files. */ variable in typeref:typename:uint32_t
132 crctot = ~crc_total;
161 crc_total = ~crctot;
mtree.c 207 crc_total = (uint32_t)~strtol(optarg, &p, 0);
verify.c 174 warnx("%s checksum: %u", fullpath, crc_total);
create.c 173 mtree_err("%s checksum: %u", fullpath, crc_total);

Completed in 71 milliseconds