Searched refs:MODE_RW_UGO (Results 1 – 9 of 9) sorted by relevance
/coreutils/src/ |
D | mkfifo.c | 151 newmode = MODE_RW_UGO; in main()
|
D | mknod.c | 148 newmode = MODE_RW_UGO; in main()
|
D | truncate.c | 356 int fd = open (fname, oflags, MODE_RW_UGO); in main()
|
D | touch.c | 133 O_WRONLY | O_CREAT | O_NONBLOCK | O_NOCTTY, MODE_RW_UGO); in touch()
|
D | system.h | 26 #define MODE_RW_UGO (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro
|
D | split.c | 480 int fd = open (name, oflags | O_EXCL, MODE_RW_UGO); in create() 483 fd = open (name, oflags, MODE_RW_UGO); in create()
|
D | copy.c | 1373 : ((x->explicit_no_preserve_mode ? MODE_RW_UGO : dst_mode) in copy_reg() 1682 if (set_acl (dst_name, dest_desc, MODE_RW_UGO & ~cached_umask ()) != 0) in copy_reg() 3302 ? S_IRWXUGO : MODE_RW_UGO; in copy_internal()
|
D | dd.c | 2469 mode_t perms = MODE_RW_UGO; in main()
|
D | sort.c | 3860 int outfd = open (outfile, oflags, MODE_RW_UGO); in check_output()
|