/freebsd/tests/sys/fifo/ |
H A D | fifo_create.c | 190 {0000, S_IRWXU, S_IFIFO | S_IRWXU}, 191 {0000, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU | S_IRWXG | 193 {0077, S_IRWXU, S_IFIFO | S_IRWXU}, 194 {0077, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU},
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/ |
H A D | t_vnode.c | 35 if (mkdir(dir_target, S_IRWXU) < 0) { in init_target() 143 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 193 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 214 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 238 ATF_REQUIRE(mkdir(dir_outside, S_IRWXU) != -1); in ATF_TC_BODY() 262 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 288 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 332 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() 380 ATF_REQUIRE(mkdir(dir_outside, S_IRWXU) != -1); in ATF_TC_BODY() 404 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1); in ATF_TC_BODY() [all …]
|
/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/bin/pax/ |
H A D | file_subs.c | 57 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) 449 set_pmode(arcn->name,file_mode | S_IRWXU); in node_creat() 458 ((sb.st_mode & FILEBITS) | S_IRWXU)); in node_creat() 585 if (mkdir(name, S_IRWXU | S_IRWXG | S_IRWXO) < 0) { in chk_path() 608 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU)); in chk_path()
|
/freebsd/sys/sys/ |
H A D | stat.h | 246 #define S_IRWXU 0000700 /* RWX mask for owner */ 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) 245 #define S_IRWXU global() macro
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 99 value = (newmode & S_IRWXU) >> 6; in getmode() 163 #define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO) 230 who |= S_ISUID|S_IRWXU; in setmode()
|
/freebsd/contrib/diff/src/ |
H A D | system.h | 64 #ifndef S_IRWXU 65 # define S_IRWXU 0700 macro
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.h | 51 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in mktempmode()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs.c | 798 if (!check_umask(S_IRWXU, S_IRWXU)) { in atf_fs_mkdtemp() 827 if (!check_umask(S_IRWXU, S_IRWXU)) { in atf_fs_mkstemp()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 325 #ifndef S_IRWXU 326 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | tmpfs6.sh | 77 if ((fd = open(filename, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU)) == -1)
|
H A D | namecache2.sh | 140 fd = open(filename1, O_CREAT, S_IRWXU);
|
/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/tools/test/upsdl/ |
H A D | upsdl.c | 54 fd = open(filename,O_CREAT | O_TRUNC | O_RDWR,S_IRWXU); in prepareFile()
|
/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/bin/cp/ |
H A D | cp.c | 427 ((mode | S_IRWXU) & mask) != (mode & mask)) in copy() 488 mode = curr->fts_statp->st_mode | S_IRWXU; in copy()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_umask.c | 45 S_IRWXU,
|
/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() 1336 if (chmod(ctrl, S_IRWXU) < 0) { in wpas_global_ctrl_iface_open_sock()
|
/freebsd/crypto/openssh/ |
H A D | sshpty.c | 207 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) { in pty_setowner()
|
/freebsd/tools/test/stress2/lib/ |
H A D | main.c | 195 } else if ((sb.st_mode & S_IRWXU) == 0) in main()
|
/freebsd/usr.bin/bintrans/ |
H A D | uuencode.c | 122 #define RWX (S_IRWXU|S_IRWXG|S_IRWXO) in main_encode()
|
/freebsd/contrib/mandoc/ |
H A D | catman.c | 180 mkdirat(dstdir_fd, path, S_IRWXU | S_IRGRP | in process_tree()
|
/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()
|