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

12345

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dmodedata.c67 S_IWOTH, X_IWOTH,
H A Dfmtperm.c85 if (perm & S_IWOTH)
H A Dstrperm.c110 typ |= S_IWUSR|S_IWGRP|S_IWOTH;
191 if (typ & S_IWOTH)
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dchmod.c24 imode |= S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h61 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
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)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/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)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c97 #ifndef S_IWOTH macro
98 #define S_IWOTH 0002
118 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-';
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h37 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsymlink.c48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY|O_cloexec, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
/macosx-10.10.1/procmail-14/procmail/src/
H A Drecommend.c8 #define PERMIS (S_IRWXU|S_IRWXG&~S_IWGRP|S_IRWXO&~S_IWOTH)
29 if(!stat(mailspooldir,&stbuf)&&!(stbuf.st_mode&S_IWOTH))
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h117 #ifndef S_IWOTH
118 #define S_IWOTH 0 /* W for other */ macro
145 #ifndef S_IWOTH
146 #define S_IWOTH 0000002 /* W for other */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h117 #ifndef S_IWOTH
118 #define S_IWOTH 0 /* W for other */ macro
145 #ifndef S_IWOTH
146 #define S_IWOTH 0000002 /* W for other */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h119 #ifndef S_IWOTH
120 #define S_IWOTH 0 /* W for other */ macro
147 #ifndef S_IWOTH
148 #define S_IWOTH 0000002 /* W for other */ macro
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c241 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
287 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
317 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
337 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h38 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfileacc.c64 mode |= S_IWOTH;
99 if (mode & S_IWOTH)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dmodechange.c62 && S_IROTH == ROTH && S_IWOTH == WOTH && S_IXOTH == XOTH)
74 | (octal & WOTH ? S_IWOTH : 0)
237 value |= S_IWUSR | S_IWGRP | S_IWOTH;
339 | (value & (S_IWUSR | S_IWGRP | S_IWOTH)
340 ? S_IWUSR | S_IWGRP | S_IWOTH : 0)
H A Dsys_stat_.h226 #if !S_IWOTH
227 # define S_IWOTH (S_IWUSR >> 6) macro
250 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/macosx-10.10.1/text_cmds-88/sort/
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)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dmode.c173 #ifndef S_IWOTH
174 printf("#define S_IWOTH 0%04o\n", X_IWOTH);
176 if (S_IWOTH != X_IWOTH) idperm = 0;
190 printf("#define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)\n");
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dstrmode.c128 if (mode & S_IWOTH)
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dstrmode.c127 if (mode & S_IWOTH)

Completed in 384 milliseconds

12345