Searched refs:S_IRUSR (Results 1 - 25 of 225) sorted by relevance

123456789

/macosx-10.10/groff-38/groff/src/include/
H A Dposix.h33 #ifndef S_IRUSR
34 #define S_IRUSR 0400 macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h50 #define S_IRUSR 0000400 /* [XSI] R for owner */ macro
70 #define S_IREAD S_IRUSR /* backward compatability */
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dmodedata.c60 S_IRUSR, X_IRUSR,
H A Dstrperm.c107 typ |= S_IRUSR|S_IRGRP|S_IROTH;
194 perm |= who & (S_IRUSR|S_IRGRP);
200 perm |= who & S_IRUSR;
208 if (typ & S_IRUSR)
H A Dfmtperm.c51 if (perm & S_IRUSR)
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dos.h82 #define DB_MODE_400 (S_IRUSR)
83 #define DB_MODE_600 (S_IRUSR|S_IWUSR)
84 #define DB_MODE_660 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
85 #define DB_MODE_666 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
86 #define DB_MODE_700 (S_IRUSR|S_IWUSR|S_IXUSR)
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h42 #undef S_IRUSR macro
50 Bit 8 is used by S_IRUSR on Unix! */
65 #define S_IRUSR S_IREAD macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h118 # if !defined (S_IRUSR)
119 # define S_IRUSR S_IREAD /* read, owner */ macro
130 # endif /* !S_IRUSR */
132 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h118 # if !defined (S_IRUSR)
119 # define S_IRUSR S_IREAD /* read, owner */ macro
130 # endif /* !S_IRUSR */
132 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/macosx-10.10/uucp-11/uucp/unix/
H A Dchmod.c24 imode |= S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h204 #if !S_IRUSR && S_IREAD
205 # define S_IRUSR S_IREAD macro
207 #if !S_IRUSR
208 # define S_IRUSR 00400 macro
211 # define S_IRGRP (S_IRUSR >> 3)
214 # define S_IROTH (S_IRUSR >> 6)
244 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h193 # if !S_IRUSR && S_IREAD
194 # define S_IRUSR S_IREAD macro
196 # if !S_IRUSR
197 # define S_IRUSR 00400 macro
200 # define S_IRGRP (S_IRUSR >> 3)
203 # define S_IROTH (S_IRUSR >> 6)
233 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c68 #ifndef S_IRUSR macro
69 #define S_IRUSR 0400
111 str[1] = (mode & S_IRUSR) != 0 ? 'r' : '-';
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h32 #define S_IRUSR _S_IREAD /* Owner read permission */ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dfilemode.c28 #if !S_IRUSR
30 # define S_IRUSR S_IREAD
32 # define S_IRUSR 00400
215 chars[0] = (bits & S_IRUSR) ? 'r' : '-';
29 # define S_IRUSR macro
31 # define S_IRUSR macro
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dtmpname.cpp105 int fd = dir ? mkdir(tmpl, S_IRUSR | S_IWUSR | S_IXUSR)
106 : open(tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/macosx-10.10/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/gnudiff-19/diffutils/lib/
H A Dtempname.c74 #if !S_IRUSR && S_IREAD
75 # define S_IRUSR S_IREAD macro
77 #if !S_IRUSR
78 # define S_IRUSR 00400 macro
297 fd = __open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
301 fd = __open64 (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
305 fd = __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR);
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h96 #ifndef S_IRUSR
97 #define S_IRUSR S_IREAD /* R for owner */ macro
124 #ifndef S_IRUSR
125 #define S_IRUSR 0000400 /* R for owner */ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h96 #ifndef S_IRUSR
97 #define S_IRUSR S_IREAD /* R for owner */ macro
124 #ifndef S_IRUSR
125 #define S_IRUSR 0000400 /* R for owner */ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h98 #ifndef S_IRUSR
99 #define S_IRUSR S_IREAD /* R for owner */ macro
126 #ifndef S_IRUSR
127 #define S_IRUSR 0000400 /* R for owner */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h98 #ifndef S_IRUSR
99 #define S_IRUSR S_IREAD /* R for owner */ macro
126 #ifndef S_IRUSR
127 #define S_IRUSR 0000400 /* R for owner */ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h98 #ifndef S_IRUSR
99 #define S_IRUSR S_IREAD /* R for owner */ macro
126 #ifndef S_IRUSR
127 #define S_IRUSR 0000400 /* R for owner */ macro
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h33 #define S_IRUSR _S_IREAD /* Owner read permission */ macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dmktemp.c82 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR);
87 if (mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR) == 0)

Completed in 513 milliseconds

123456789