Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 56) sorted by relevance

123

/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
139 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c96 #ifndef S_IWOTH
97 #define S_IWOTH 0002 macro
117 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-'; in mode_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c96 #ifndef S_IWOTH
97 #define S_IWOTH 0002 macro
117 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-'; in mode_string()
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h215 # if !S_IWOTH
216 # define S_IWOTH (S_IWUSR >> 6) macro
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/sys/sys/
H A Dstat.h184 #ifndef S_IWOTH
185 #define S_IWOTH 0000002 /* W for other */ macro
237 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h311 #ifndef S_IWOTH
312 #define S_IWOTH 0000002 /* W for other */ macro
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c79 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_desc_owner_perms()
130 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_path_owner_perms()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h288 #ifndef S_IWOTH
289 # define S_IWOTH (S_IWRITE >> 6) macro
332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h291 # define S_IWOTH (S_IWUSR / 0100) macro
297 # define S_IWOTH 0 macro
/dragonfly/contrib/cvs-1.12/src/
H A Dfilesubr.c247 omask |= S_IWOTH; in isaccessible()
358 | ((sb.st_mode & S_IROTH) ? S_IWOTH : 0))); in xchmod()
362 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask; in xchmod()
/dragonfly/lib/libutil/
H A D_secure_path.c59 else if (sb.st_mode & S_IWOTH) in _secure_path()
/dragonfly/usr.bin/mkfifo/
H A Dmkfifo.c45 S_IROTH | S_IWOTH
/dragonfly/lib/libc/string/
H A Dstrmode.c126 if (mode & S_IWOTH) in strmode()
/dragonfly/contrib/nvi2/common/
H A Dexf.c247 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, in file_init()
388 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) || in file_init()
820 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) { in file_write()
841 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in file_write()
1126 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) { in file_backup()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h587 #if !S_IWOTH
588 # define S_IWOTH (S_IWUSR >> 6) macro
611 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/contrib/gdb-7/gdb/
H A Dremote-fileio.c187 #ifdef S_IWOTH in remote_fileio_mode_to_host()
189 hmode |= S_IWOTH; in remote_fileio_mode_to_host()
229 #ifdef S_IWOTH in remote_fileio_mode_to_target()
230 if (mode & S_IWOTH) in remote_fileio_mode_to_target()
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h818 #if !S_IWOTH
819 # define S_IWOTH (S_IWUSR >> 6) macro
842 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/usr.bin/uuencode/
H A Duuencode.c100 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in main()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.c65 S_IWUSR | S_IWGRP | S_IWOTH); in create_temp_name()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c110 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
112 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/dragonfly/contrib/gdb-7/libiberty/
H A Dpex-unix.c109 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpex-unix.c107 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
109 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpex-unix.c109 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/dragonfly/sys/kern/
H A Dsys_socket.c212 ub->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH; in soo_stat()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpex-unix.c109 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)

123