Home
last modified time | relevance | path

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

/titanic_41/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); in evaluate()
136 dir = usingsrc ? bp->b_src_name : bp->b_dst_name; in evaluate()
146 if (opt_onesided == (usingsrc ? OPT_DST : OPT_SRC)) { in evaluate()
152 usingsrc ? "SRC" : "DST", dir); in evaluate()
160 bp->b_ident, usingsrc ? "SRC" : "DST", dir); in evaluate()
386 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S'))) in eval_file()
408 note_info(fp, &statb, usingsrc ? OPT_SRC : OPT_DST); in eval_file()
417 &fp->f_info[usingsrc ? OPT_SRC : OPT_DST]); in eval_file()
435 check_inum(fp, usingsrc); in eval_file()
[all …]