HomeSort by: relevance | last modified time | path
    Searched defs:S_IRGRP (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
posix.h 39 #ifndef S_IRGRP
40 #define S_IRGRP 0040
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 37 #define S_IRGRP _S_IREAD /* Group read permission */
  /src/external/gpl3/binutils/dist/binutils/
filemode.c 81 #ifndef S_IRGRP
82 #define S_IRGRP 0040
114 str[4] = (mode & S_IRGRP) != 0 ? 'r' : '-';
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 81 #ifndef S_IRGRP
82 #define S_IRGRP 0040
114 str[4] = (mode & S_IRGRP) != 0 ? 'r' : '-';
  /src/external/gpl2/xcvs/dist/lib/
stat-macros.h 199 # if !S_IRGRP
200 # define S_IRGRP (S_IRUSR >> 3)
236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 123 # define S_IRGRP (S_IREAD >> 3) /* read, group */
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
138 # if !defined (S_IRGRP)
139 # define S_IRGRP (S_IREAD >> 3) /* read, group */
142 # endif /* !S_IRGRP */
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 123 # define S_IRGRP (S_IREAD >> 3) /* read, group */
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
138 # if !defined (S_IRGRP)
139 # define S_IRGRP (S_IREAD >> 3) /* read, group */
142 # endif /* !S_IRGRP */
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c 55 #if !S_IRGRP
56 # define S_IRGRP (S_IRUSR >> 3)
682 | S_IRGRP | S_IWGRP | S_IXGRP
  /src/sys/sys/
stat.h 129 #define S_IRGRP 0000040 /* R for group */
193 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 224 #ifndef S_IRGRP
225 #define S_IRGRP _S_IRGRP
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1297 # undef S_IRGRP
  /src/external/gpl2/rcs/include/
conf.h 99 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
289 #ifndef S_IRGRP
291 # define S_IRGRP (S_IRUSR / 0010)
297 # define S_IRGRP 0
  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.c 114 #ifndef S_IRGRP
115 #define S_IRGRP 0
1453 mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 114 #ifndef S_IRGRP
115 #define S_IRGRP 0
1454 mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1565 #define S_IRGRP 0000040
  /src/lib/libc/time/
zic.c 102 # define S_IRGRP 0040
109 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
934 creat_perms = ((((omode & (S_IRUSR | S_IRGRP | S_IROTH))
935 == (S_IRUSR | S_IRGRP | S_IROTH))
936 ? S_IRUSR | S_IRGRP | S_IROTH : 0)

Completed in 36 milliseconds