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

  /src/external/gpl3/binutils/dist/binutils/
filemode.c 87 #ifndef S_IXGRP
88 #define S_IXGRP 0010
116 str[6] = (mode & S_IXGRP) != 0 ? 'x' : '-';
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 87 #ifndef S_IXGRP
88 #define S_IXGRP 0010
116 str[6] = (mode & S_IXGRP) != 0 ? 'x' : '-';
  /src/external/gpl2/xcvs/dist/lib/
stat-macros.h 225 # if !S_IXGRP
226 # define S_IXGRP (S_IXUSR >> 3)
236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
244 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 125 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
141 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
160 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 125 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
141 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
160 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c 61 #if !S_IXGRP
62 # define S_IXGRP (S_IXUSR >> 3)
682 | S_IRGRP | S_IWGRP | S_IXGRP
  /src/external/gpl3/binutils/dist/bfd/
bfdio.c 38 #ifndef S_IXGRP
39 #define S_IXGRP 0010 /* Execute by group. */
opncls.c 33 #ifndef S_IXGRP
34 #define S_IXGRP 0010 /* Execute by group. */
834 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
  /src/external/gpl3/binutils.old/dist/bfd/
bfdio.c 37 #ifndef S_IXGRP
38 #define S_IXGRP 0010 /* Execute by group. */
opncls.c 33 #ifndef S_IXGRP
34 #define S_IXGRP 0010 /* Execute by group. */
836 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
  /src/external/gpl3/gdb/dist/bfd/
bfdio.c 37 #ifndef S_IXGRP
38 #define S_IXGRP 0010 /* Execute by group. */
opncls.c 33 #ifndef S_IXGRP
34 #define S_IXGRP 0010 /* Execute by group. */
879 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
  /src/external/gpl3/gdb.old/dist/bfd/
bfdio.c 37 #ifndef S_IXGRP
38 #define S_IXGRP 0010 /* Execute by group. */
opncls.c 33 #ifndef S_IXGRP
34 #define S_IXGRP 0010 /* Execute by group. */
894 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
  /src/external/gpl2/diffutils/dist/src/
system.h 95 #ifndef S_IXGRP
96 # define S_IXGRP 0010
  /src/sys/sys/
stat.h 131 #define S_IXGRP 0000010 /* X for group */
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 221 #define S_IXGRP _S_IXGRP
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1316 # undef S_IXGRP
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1571 #define S_IXGRP 0000010
  /src/lib/libc/time/
zic.c 104 # define S_IXGRP 0010
109 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
125 #define CREAT_PERMS (MKDIR_PERMS & ~(S_IXUSR | S_IXGRP | S_IXOTH))

Completed in 45 milliseconds