Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c90 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path,
102 return (newmode_common(ms, new_mode, umsk, file, path, &tmp1, &tmp2)); in newmode()
113 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, in newmode_common() function
H A Dchmod.c143 extern mode_t newmode_common(char *ms, mode_t new_mode, mode_t umsk,
308 if (chmod(name, newmode_common(ms, st.st_mode, umsk, name, path, in dochmod()
361 } else if (chmod(dir, newmode_common(ms, mode, umsk, dir, path, in chmodr()