Home
last modified time | relevance | path

Searched defs:crc_total (Results 1 – 2 of 2) 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
/freebsd/contrib/mtree/
H A Dcrc.c117 u_int32_t crc_total = ~0; /* The crc over a number of files. */ variable