Searched refs:chsize (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hast_checksum.c | 119 size_t chsize, rhsize; in checksum_recv() local 131 hast_crc32_checksum(*datap, *sizep, chash, &chsize); in checksum_recv() 133 hast_sha256_checksum(*datap, *sizep, chash, &chsize); in checksum_recv() 138 if (rhsize != chsize) { in checksum_recv() 140 rhsize, algo, chsize); in checksum_recv() 143 if (bcmp(rhash, chash, chsize) != 0) { in checksum_recv()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 180 CMDFUNC(chsize); /* Change size */ 210 { "chsize", "Change size of current inode to SIZE", 2, 2, FL_CWR, chsize }, 1036 CMDFUNCSTART(chsize) in CMDFUNCSTART() argument
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 1270 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */
|