Lines Matching refs:OPT_SRC
135 srcname = full_name(fp, OPT_SRC, OPT_SRC); in reconcile()
145 if (get_acls(srcname, &fp->f_info[ OPT_SRC ])) in reconcile()
172 errs = do_rename(fp, OPT_SRC); in reconcile()
222 has_other_links(fp, OPT_SRC)) { in reconcile()
226 errs = do_remove(fp, OPT_SRC); in reconcile()
236 if (opt_force == OPT_SRC) { in reconcile()
247 (opt_force == OPT_SRC) || in reconcile()
263 errs = do_copy(fp, OPT_SRC); in reconcile()
287 errs = do_copy(fp, OPT_SRC); in reconcile()
321 update_info(fp, OPT_SRC); in reconcile()
337 errs = do_like(fp, OPT_SRC, TRUE); in reconcile()
342 (opt_force == OPT_SRC)) { in reconcile()
358 errs = do_copy(fp, fp->f_srcdiffs ? OPT_DST : OPT_SRC); in reconcile()
389 errs = do_copy(fp, (opt_force == OPT_SRC) ? in reconcile()
390 OPT_DST : OPT_SRC); in reconcile()
421 OPT_DST : OPT_SRC, in reconcile()
435 OPT_DST : OPT_SRC); in reconcile()
511 sp = &fp->f_info[OPT_SRC]; in newer()
515 return (OPT_SRC); in newer()
521 return (OPT_SRC); in newer()
544 sp = &fp->f_info[OPT_SRC]; in older()
548 return (OPT_SRC); in older()
554 return (OPT_SRC); in older()
577 sp = &fp->f_info[OPT_SRC]; in samedata()
602 if (fp->f_info[OPT_SRC].f_size != fp->f_info[OPT_DST].f_size) in samedata()
630 sp = &fp->f_info[OPT_SRC]; in samestuff()
728 if (fp->f_info[OPT_SRC].f_size && fp->f_info[OPT_DST].f_size) in truncated()
738 if (fp->f_info[OPT_SRC].f_type != S_IFREG) in truncated()
810 b = (srcdst == OPT_SRC) ? fp->f_base->b_src_name in full_name()