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

/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c92 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path,
96 * Wrapper for newmode_common. This function is called by mkdir and
104 return (newmode_common(ms, new_mode, umsk, file, path, &tmp1, &tmp2));
115 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, 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,
361 } else if (chmod(dir, newmode_common(ms, mode, umsk, dir, path,

Completed in 1026 milliseconds