Home
last modified time | relevance | path

Searched refs:MODE_RW_UGO (Results 1 – 9 of 9) sorted by relevance

/coreutils/src/
Dmkfifo.c151 newmode = MODE_RW_UGO; in main()
Dmknod.c148 newmode = MODE_RW_UGO; in main()
Dtruncate.c356 int fd = open (fname, oflags, MODE_RW_UGO); in main()
Dtouch.c133 O_WRONLY | O_CREAT | O_NONBLOCK | O_NOCTTY, MODE_RW_UGO); in touch()
Dsystem.h26 #define MODE_RW_UGO (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro
Dsplit.c480 int fd = open (name, oflags | O_EXCL, MODE_RW_UGO); in create()
483 fd = open (name, oflags, MODE_RW_UGO); in create()
Dcopy.c1373 : ((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()
Ddd.c2469 mode_t perms = MODE_RW_UGO; in main()
Dsort.c3860 int outfd = open (outfile, oflags, MODE_RW_UGO); in check_output()