Searched refs:usingsrc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Deval.c86 static bool_t usingsrc; /* this pass is on the source side */ variable
127 usingsrc = (srcdst == OPT_SRC);
136 dir = usingsrc ? bp->b_src_name : bp->b_dst_name;
146 if (opt_onesided == (usingsrc ? OPT_DST : OPT_SRC)) {
152 usingsrc ? "SRC" : "DST", dir);
160 bp->b_ident, usingsrc ? "SRC" : "DST", dir);
386 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S')))
408 note_info(fp, &statb, usingsrc ? OPT_SRC : OPT_DST);
417 &fp->f_info[usingsrc ? OPT_SRC : OPT_DST]);
435 check_inum(fp, usingsrc);
[all...]

Completed in 80 milliseconds