Searched refs:S_IRGRP (Results 1 - 25 of 152) sorted by relevance

1234567

/macosx-10.10/groff-38/groff/src/include/
H A Dposix.h37 #ifndef S_IRGRP
38 #define S_IRGRP 0040 macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dmodedata.c63 S_IRGRP, X_IRGRP,
H A Dstrperm.c107 typ |= S_IRUSR|S_IRGRP|S_IROTH;
194 perm |= who & (S_IRUSR|S_IRGRP);
199 if (typ & S_IRGRP)
210 if (typ & S_IRGRP)
H A Dfmtperm.c69 if (perm & S_IRGRP)
/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/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h55 #define S_IRGRP 0000040 /* [XSI] R for group */ macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h123 # define S_IRGRP (S_IREAD >> 3) /* read, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
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.h123 # define S_IRGRP (S_IREAD >> 3) /* read, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c81 #ifndef S_IRGRP macro
82 #define S_IRGRP 0040
114 str[4] = (mode & S_IRGRP) != 0 ? 'r' : '-';
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h34 #define S_IRGRP _S_IREAD /* Group read permission */ macro
/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/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h105 #ifndef S_IRGRP
106 #define S_IRGRP 0 /* R for group */ macro
133 #ifndef S_IRGRP
134 #define S_IRGRP 0000040 /* R for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h105 #ifndef S_IRGRP
106 #define S_IRGRP 0 /* R for group */ macro
133 #ifndef S_IRGRP
134 #define S_IRGRP 0000040 /* R for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h107 #ifndef S_IRGRP
108 #define S_IRGRP 0 /* R for group */ macro
135 #ifndef S_IRGRP
136 #define S_IRGRP 0000040 /* R for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h107 #ifndef S_IRGRP
108 #define S_IRGRP 0 /* R for group */ macro
135 #ifndef S_IRGRP
136 #define S_IRGRP 0000040 /* R for group */ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h107 #ifndef S_IRGRP
108 #define S_IRGRP 0 /* R for group */ macro
135 #ifndef S_IRGRP
136 #define S_IRGRP 0000040 /* R for group */ macro
/macosx-10.10/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/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h35 #define S_IRGRP _S_IREAD /* Group read permission */ macro
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dos.h84 #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)
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfileacc.c51 mode |= S_IRGRP;
86 if (mode & S_IRGRP)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmodechange.c61 && S_IRGRP == RGRP && S_IWGRP == WGRP && S_IXGRP == XGRP
70 | (octal & RGRP ? S_IRGRP : 0)
234 value |= S_IRUSR | S_IRGRP | S_IROTH;
337 value |= ((value & (S_IRUSR | S_IRGRP | S_IROTH)
338 ? S_IRUSR | S_IRGRP | S_IROTH : 0)
H A Dsys_stat_.h210 #if !S_IRGRP
211 # define S_IRGRP (S_IRUSR >> 3) macro
247 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h199 # if !S_IRGRP
200 # define S_IRGRP (S_IRUSR >> 3) macro
236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dmode.c153 #ifndef S_IRGRP
154 printf("#define S_IRGRP 0%04o\n", X_IRGRP);
156 if (S_IRGRP != X_IRGRP) idperm = 0;
187 printf("#define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)\n");
/macosx-10.10/procmail-14/procmail/
H A Dconfig.h149 (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH|UPDATE_MASK)
151 #define READperm (S_IRUSR|S_IRGRP|S_IROTH) /* == 0444 */

Completed in 359 milliseconds

1234567