Searched refs:S_IRWXU (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/tests/sys/fifo/
H A Dfifo_create.c192 {0000, S_IRWXU, S_IFIFO | S_IRWXU},
193 {0000, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU | S_IRWXG |
195 {0077, S_IRWXU, S_IFIFO | S_IRWXU},
196 {0077, S_IRWXU | S_IRWXG | S_IRWXO, S_IFIFO | S_IRWXU},
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.h52 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO));
/freebsd-11-stable/bin/mkdir/
H A Dmkdir.c93 omode = S_IRWXU | S_IRWXG | S_IRWXO;
97 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
179 if (mkdir(path, last ? omode : S_IRWXU | S_IRWXG | S_IRWXO) < 0) {
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_vnode.c35 if (mkdir(dir_target, S_IRWXU) < 0) {
143 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
193 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
214 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
238 ATF_REQUIRE(mkdir(dir_outside, S_IRWXU) != -1);
262 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
288 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
332 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) != -1);
380 ATF_REQUIRE(mkdir(dir_outside, S_IRWXU) != -1);
404 ATF_REQUIRE(mkdir(dir_inside1, S_IRWXU) !
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dfilemode.c66 #ifndef S_IRWXU macro
67 #define S_IRWXU 0700
/freebsd-11-stable/contrib/libreadline/
H A Dposixstat.h111 #if !defined (S_IRWXU)
132 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) macro
135 #endif /* !S_IRWXU */
/freebsd-11-stable/usr.sbin/fmtree/
H A Dmtree.h54 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
/freebsd-11-stable/sys/sys/
H A Dstat.h201 #define S_IRWXU 0000700 /* RWX mask for owner */ macro
251 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
253 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
/freebsd-11-stable/bin/pax/
H A Dfile_subs.c63 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
455 set_pmode(arcn->name,file_mode | S_IRWXU);
464 ((sb.st_mode & FILEBITS) | S_IRWXU));
586 if (mkdir(name, S_IRWXU | S_IRWXG | S_IRWXO) < 0) {
609 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU));
/freebsd-11-stable/lib/libc/gen/
H A Dsetmode.c103 value = (newmode & S_IRWXU) >> 6;
167 #define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
234 who |= S_ISUID|S_IRWXU;
/freebsd-11-stable/contrib/mtree/
H A Dmtree.h50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
H A Dcompare.c272 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) ||
273 (mode & ~(S_IRWXU|S_IRWXG|S_IRWXO))))
/freebsd-11-stable/tools/test/upsdl/
H A Dupsdl.c55 fd = open(filename,O_CREAT | O_TRUNC | O_RDWR,S_IRWXU);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c45 S_IRWXU,
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.h67 #define _DEF_DIRMODE (S_IRWXU | S_IRWXG | S_IRWXO)
/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h64 #ifndef S_IRWXU
65 # define S_IRWXU 0700 macro
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs.c798 if (!check_umask(S_IRWXU, S_IRWXU)) {
827 if (!check_umask(S_IRWXU, S_IRWXU)) {
/freebsd-11-stable/contrib/mdocml/
H A Dcatman.c180 mkdirat(dstdir_fd, path, S_IRWXU | S_IRGRP |
/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.c109 #define RWX (S_IRWXU|S_IRWXG|S_IRWXO)
/freebsd-11-stable/bin/cp/
H A Dcp.c381 ((mode | S_IRWXU) & mask) != (mode & mask))
446 curr->fts_statp->st_mode | S_IRWXU) < 0)
H A Dutils.c355 S_IRWXU | S_IRWXG | S_IRWXO;
370 S_IRWXU | S_IRWXG | S_IRWXO;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h325 #ifndef S_IRWXU
326 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) macro
327 #endif /* S_IRWXU */
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c524 if (mkdir(dir, S_IRWXU | S_IRWXG) < 0) {
544 if (chmod(dir, S_IRWXU | S_IRWXG) < 0) {
647 if (chmod(fname, S_IRWXU | S_IRWXG) < 0) {
1245 if (chmod(ctrl, S_IRWXU | S_IRWXG) < 0) {
1252 if (chmod(ctrl, S_IRWXU) < 0) {
1254 "chmod[global_ctrl_interface=%s](S_IRWXU): %s",
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c203 smp->sm_file_mode = (v & (S_IRWXU|S_IRWXG|S_IRWXO)) | S_IFREG;
210 smp->sm_dir_mode = (v & (S_IRWXU|S_IRWXG|S_IRWXO)) | S_IFDIR;
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.c141 udir &= S_IRWXU | S_IRWXG | S_IRWXO;
150 ufile &= S_IRWXU | S_IRWXG | S_IRWXO;

Completed in 218 milliseconds

123