Searched refs:S_IRWXO (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/bin/mkdir/
H A Dmkdir.c77 mode = (S_IRWXU | S_IRWXG | S_IRWXO) & ~umask(0);
92 mode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
133 if ((mode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) != 0 &&
199 if ((mode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) != 0 &&
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dposixstat.h134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
152 # if !defined (S_IRWXO)
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
152 # if !defined (S_IRWXO)
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsafefile.c85 if ((s.st_mode & S_IRWXG) != 0 || (s.st_mode & S_IRWXO) != 0) {
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h238 # if !S_IRWXO
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
248 # define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
253 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c91 #ifndef S_IRWXO macro
92 #define S_IRWXO 0007
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c91 #ifndef S_IRWXO macro
92 #define S_IRWXO 0007
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dfilemode.c91 #ifndef S_IRWXO macro
92 #define S_IRWXO 0007
/netbsd-current/lib/libc/gen/
H A Dsetmode.c119 value = newmode & S_IRWXO;
122 (set->cmd2 & CMD2_SET) ? S_IRWXO : value;
177 #define STANDARD_BITS (S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO)
257 who |= S_IRWXO;
282 if (who == 0 || (who & ~S_IRWXO))
290 if (who == 0 || (who & ~S_IRWXO)) {
/netbsd-current/usr.bin/btkey/
H A Dfile.c161 mode = umask(S_IRWXG | S_IRWXO);
195 mode = umask(S_IRWXG | S_IRWXO);
/netbsd-current/lib/librt/
H A Dshm.c55 #define SHMFS_DIR_MODE (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dpgusage.c55 static mode_t const cmask = S_IRWXO | S_IRWXG;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dchown.c143 result = chmod (file, st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO
/netbsd-current/sys/sys/
H A Dstat.h133 #define S_IRWXO 0000007 /* RWX mask for other */ macro
189 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
191 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
/netbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c143 args->mode = sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/netbsd-current/usr.sbin/mtree/
H A Dmtree.h50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
/netbsd-current/tests/lib/libc/sys/
H A Dt_umask.c53 S_IRWXO,
/netbsd-current/usr.sbin/rpcbind/
H A Dwarmstart.c112 (sbuf.st_mode & S_IRWXO)) {
/netbsd-current/usr.bin/uuencode/
H A Duuencode.c94 #define RWX (S_IRWXU|S_IRWXG|S_IRWXO)
/netbsd-current/sbin/mount_ados/
H A Dmount_ados.c139 args.mask = sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/netbsd-current/sys/fs/union/
H A Dunion.h104 #define UN_DIRMODE (S_IRWXU|S_IRWXG|S_IRWXO)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dedit_file.c149 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h224 #ifndef S_IRWXO
225 #define S_IRWXO _S_IRWXO macro
/netbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c175 sb.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshpty.c175 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) {

Completed in 327 milliseconds

123