Searched refs:newmode_common (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/chmod/ |
H A D | common.c | 92 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, 104 return (newmode_common(ms, new_mode, umsk, file, path, &tmp1, &tmp2)); in newmode() 115 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, in newmode_common() function
|
H A D | chmod.c | 143 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()
|