Home
last modified time | relevance | path

Searched refs:diffmask_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h150 typedef int diffmask_t; /* type for difference masks */ typedef
218 diffmask_t f_srcdiffs; /* changes on source side */
219 diffmask_t f_dstdiffs; /* changes on dest side */
H A Danal.c76 static diffmask_t check_changes(struct file *fp, int first, int second);
459 static diffmask_t
H A Drecon.c124 diffmask_t diffmask; in reconcile()