Searched refs:S_IWRITE (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dstat.h60 #define S_IWRITE 00200 macro
66 #define S_IWUSR S_IWRITE
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h114 # define S_IWRITE 00200 macro
120 # define S_IWUSR S_IWRITE /* write, owner */
124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */
128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h114 # define S_IWRITE 00200 macro
120 # define S_IWUSR S_IWRITE /* write, owner */
124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */
128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h71 #define S_IWRITE S_IWUSR /* backward compatability */ macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslaptest.c41 #ifndef S_IWRITE
42 #define S_IWRITE S_IWUSR macro
53 if ( !( st.st_mode & S_IWRITE ) ) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h31 #define S_IWRITE _S_IWRITE /* write permission, owner */ 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.h31 #define S_IWRITE _S_IWRITE /* write permission, owner */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h93 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
94 #define S_IWRITE 0 macro
100 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h93 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
94 #define S_IWRITE 0 macro
100 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0 macro
102 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c37 # if S_IWRITE
38 # define S_IWUSR S_IWRITE
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dconvex.h137 #define S_IWRITE _S_IWRITE
136 #define S_IWRITE macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.os.h286 #ifndef S_IWRITE
287 # define S_IWRITE 0000200 macro
288 #endif /* S_IWRITE */
290 # define S_IWOTH (S_IWRITE >> 6)
293 # define S_IWGRP (S_IWRITE >> 3)
296 # define S_IWUSR S_IWRITE
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsys_stat_.h217 #if !S_IWUSR && S_IWRITE
218 # define S_IWUSR S_IWRITE
/macosx-10.10.1/text_cmds-88/sort/
H A Dstat-macros.h206 # if !S_IWUSR && S_IWRITE
207 # define S_IWUSR S_IWRITE
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h107 #define CREAT_MODE (S_IREAD | S_IWRITE)
185 # if S_IWRITE
186 # define S_IWUSR S_IWRITE
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dclib_port.in95 #ifndef S_IWRITE /* WinCE doesn't have S_IWRITE. */
96 #define S_IWRITE 0
102 #define S_IWUSR S_IWRITE /* W for owner */
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dmkdir.c93 parent_mode = nmode | (S_IWRITE|S_IEXEC); /* u+wx */
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.h.win32135 #define S_IWRITE _S_IWRITE /* write permission, owner */
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dtempname.c80 #if !S_IWUSR && S_IWRITE
81 # define S_IWUSR S_IWRITE
/macosx-10.10.1/screen-22/screen/
H A Dos.h340 #ifndef S_IWRITE
341 #define S_IWRITE 0000200 macro
/macosx-10.10.1/basic_cmds-55/write/
H A Dwrite.c245 *msgsokP = (s.st_mode & (S_IWRITE >> 3)) != 0; /* group write bit */

Completed in 230 milliseconds

12