Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c90 static int chg_mode(char *, uid_t, gid_t, mode_t);
726 (void) chg_mode(target, UID(s1), GID(s1), FMODE(s1)); in cpymve()
916 if ((ret = chg_mode(target, UID(s1), GID(s1), in cpymve()
1404 chg_mode(char *target, uid_t uid, gid_t gid, mode_t mode) in chg_mode() function
1551 if ((pret = chg_mode(target, UID(s1save), GID(s1save),
1621 if ((ret = chg_mode(target, UID(s1), GID(s1), FMODE(s1))) == 0)