Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c627 { int same_mode, same_uid, same_gid, same_acl; in samestuff() local
634 same_uid = (sp->f_uid == dp->f_uid); in samestuff()
639 if (same_uid && same_gid && same_mode && same_acl) in samestuff()
643 if (!same_uid || !same_gid || !same_acl) in samestuff()