Searched refs:S_IWOTH (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_umask.c55 S_IWOTH,
100 (void)umask(S_IWGRP | S_IWOTH);
107 (void)umask(S_IWGRP | S_IWOTH);
152 (void)umask(S_IWGRP | S_IWOTH);
160 (void)umask(S_IWGRP | S_IWOTH);
187 (void)umask(S_IWGRP | S_IWOTH);
194 (void)umask(S_IWGRP | S_IWOTH);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c98 #ifndef S_IWOTH macro
99 #define S_IWOTH 0002
119 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-';
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dstat.h44 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dsecure_path.c66 else if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0)
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_check_owner_perms.c73 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) {
117 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kcm/
H A Dacl.c106 mask = S_IROTH|S_IWOTH;
113 mask |= S_IWUSR|S_IWGRP|S_IWOTH;
120 mask |= S_IWOTH;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h40 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/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)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dfsaccess.c82 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dfsaccess.c82 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrmode.c163 if (mode & S_IWOTH)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstat.h115 #define S_IWOTH 0000002 /* W for other */ macro
173 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmake_dirs.c105 if (saved_mode & S_IWOTH) {
/netbsd-6-1-5-RELEASE/usr.bin/uuencode/
H A Duuencode.c99 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion.h105 #define UN_FILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkuserok.c76 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
133 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.h.win32163 #define S_IWOTH _S_IWRITE /* Other write permission */
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h292 # define S_IWOTH (S_IWUSR / 0100) macro
298 # define S_IWOTH 0 macro
/netbsd-6-1-5-RELEASE/sbin/mount_umap/
H A Dmount_umap.c163 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
211 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c276 omask |= S_IWOTH;
387 | ((sb.st_mode & S_IROTH) ? S_IWOTH : 0)));
391 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Diruserok.c272 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshpty.c152 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-file.c65 S_IWUSR | S_IWGRP | S_IWOTH);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dinclude.c132 if (st.st_mode & S_IWOTH) {

Completed in 224 milliseconds

1234