Searched defs:umsk (Results 1 – 3 of 3) sorted by relevance
/titanic_52/usr/src/cmd/chmod/ |
H A D | common.c | 100 newmode(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path) in newmode() argument 115 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, in newmode_common() argument
|
H A D | chmod.c | 168 mode_t umsk; in main() local 274 dochmod(char *name, char *path, mode_t umsk, sec_args_t *secp, in dochmod() argument 329 chmodr(char * dir,char * path,mode_t mode,mode_t umsk,sec_args_t * secp,attr_name_t * attrnames) chmodr() argument [all...] |
/titanic_52/usr/src/cmd/mkfifo/ |
H A D | mkfifo.c | 64 mode_t umsk = umask(0); in main() local
|