/freebsd/bin/mkdir/ |
H A D | mkdir.c | 81 omode = S_IRWXU | S_IRWXG | S_IRWXO; in main() 85 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); in main() 167 if (mkdir(path, last ? omode : S_IRWXU | S_IRWXG | S_IRWXO) < 0) { in build()
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_create.c | 191 {0000, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU | S_IRWXG | 194 {0077, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU},
|
/freebsd/sys/sys/ |
H A D | stat.h | 257 #define S_IRWXG 0000070 /* RWX mask for group */ 296 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */ 298 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO) 256 #define S_IRWXG global() macro
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 103 value = (newmode & S_IRWXG) >> 3; in getmode() 163 #define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) 233 who |= S_ISGID|S_IRWXG; in setmode()
|
/freebsd/contrib/diff/src/ |
H A D | system.h | 67 #ifndef S_IRWXG 68 # define S_IRWXG 0070 macro
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.h | 51 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 328 #ifndef S_IRWXG 329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | pgusage.c | 53 static mode_t const cmask = S_IRWXO | S_IRWXG; in open_tmp_usage()
|
/freebsd/contrib/mtree/ |
H A D | mtree.h | 50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
|
H A D | compare.c | 272 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) || in compare() 273 (mode & ~(S_IRWXU|S_IRWXG|S_IRWXO)))) in compare()
|
/freebsd/usr.sbin/pw/ |
H A D | pw.h | 64 #define _DEF_DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO)
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 202 smp->sm_file_mode = (v & (S_IRWXU|S_IRWXG|S_IRWXO)) | S_IFREG; in smbfs_mount() 209 smp->sm_dir_mode = (v & (S_IRWXU|S_IRWXG|S_IRWXO)) | S_IFDIR; in smbfs_mount()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | warmstart.c | 115 if ((sbuf.st_uid != 0) || (sbuf.st_mode & S_IRWXG) || in read_struct()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_umask.c | 49 S_IRWXG,
|
H A D | t_msgget.c | 253 S_IRWXU, S_IRUSR, S_IWUSR, S_IXUSR, S_IRWXG, S_IRGRP, in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_mqueue.c | 135 S_IRUSR | S_IRWXG | S_IROTH, NULL); in ATF_TC_BODY()
|
/freebsd/bin/pax/ |
H A D | file_subs.c | 57 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) 585 if (mkdir(name, S_IRWXU | S_IRWXG | S_IRWXO) < 0) { in chk_path()
|
/freebsd/usr.bin/ktrace/ |
H A D | ktrace.c | 134 omask = umask(S_IRWXG|S_IRWXO); in main()
|
/freebsd/crypto/openssh/ |
H A D | sshpty.c | 207 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) { in pty_setowner()
|
/freebsd/usr.bin/bintrans/ |
H A D | uuencode.c | 122 #define RWX (S_IRWXU|S_IRWXG|S_IRWXO) in main_encode()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 137 udir &= S_IRWXU | S_IRWXG | S_IRWXO; in unionfs_domount() 146 ufile &= S_IRWXU | S_IRWXG | S_IRWXO; in unionfs_domount()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 541 if (mkdir(dir, S_IRWXU | S_IRWXG) < 0) { in wpas_ctrl_iface_open_sock() 561 if (chmod(dir, S_IRWXU | S_IRWXG) < 0) { in wpas_ctrl_iface_open_sock() 664 if (chmod(fname, S_IRWXU | S_IRWXG) < 0) { in wpas_ctrl_iface_open_sock() 1329 if (chmod(ctrl, S_IRWXU | S_IRWXG) < 0) { in wpas_global_ctrl_iface_open_sock()
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 42 #define ALL_MODE (mode_t)(S_IRWXU|S_IRWXG|S_IRWXO)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 50 #define ALL_MODE (mode_t)(S_IRWXU|S_IRWXG|S_IRWXO)
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 245 file_mode = st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO); in main()
|