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

1234567

/macosx-10.9.5/groff-38/groff/src/include/
H A Dposix.h37 #ifndef S_IRGRP
38 #define S_IRGRP 0040 macro
/macosx-10.9.5/ksh-20/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.9.5/uucp-11/uucp/unix/
H A Dchmod.c24 imode |= S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_s_ifmt.h55 #define S_IRGRP 0000040 /* [XSI] R for group */ macro
/macosx-10.9.5/bash-92/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.9.5/bash-92/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.9.5/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.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dstat.h34 #define S_IRGRP _S_IREAD /* Group read permission */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsymlink.c48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
/macosx-10.9.5/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.9.5/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.9.5/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.9.5/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.9.5/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.9.5/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.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dstat.h35 #define S_IRGRP _S_IREAD /* Group read permission */ macro
/macosx-10.9.5/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.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dfileacc.c51 mode |= S_IRGRP;
86 if (mode & S_IRGRP)
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dfileacc.c51 mode |= S_IRGRP;
86 if (mode & S_IRGRP)
/macosx-10.9.5/gnutar-452/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.9.5/text_cmds-87/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.9.5/ksh-20/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");

Completed in 294 milliseconds

1234567