Searched refs:S_IXOTH (Results 1 - 25 of 34) sorted by relevance
12
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | modedata.c | 68 S_IXOTH, X_IXOTH
|
H A D | strperm.c | 113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) 117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; 189 if (typ & S_IXOTH) 206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) 213 perm |= who & S_IXOTH;
|
H A D | fmtperm.c | 87 if (perm & S_IXOTH)
|
H A D | fmtls.c | 107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | eaccess.c | 76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))) 128 mode |= S_IXOTH;
|
H A D | omitted.c | 319 (mode & (S_IXUSR|S_IXGRP|S_IXOTH)) && 494 if (!S_ISREG(st.st_mode) || !(st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
|
/osnet-11/usr/src/lib/libast/common/features/ |
H A D | mode.c | 178 #ifndef S_IXOTH 179 printf("#define S_IXOTH 0%04o\n", X_IXOTH); 181 if (S_IXOTH != X_IXOTH) idperm = 0; 190 printf("#define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)\n");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/ |
H A D | Makefile.PL | 54 S_IWUSR S_IXGRP S_IXOTH S_IXUSR),
|
H A D | Fcntl.pm | 182 S_IROTH S_IWOTH S_IXOTH S_IRWXO 200 S_IROTH S_IWOTH S_IXOTH S_IRWXO
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); local
|
H A D | suid_exec.c | 303 mode = (S_IXUSR|S_IXGRP|S_IXOTH);
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 102 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) < 0) {
|
/osnet-11/usr/src/lib/libast/common/path/ |
H A D | pathexists.c | 123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
|
/osnet-11/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) && 304 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode)) 620 if (bitset(S_IXOTH, stbuf.st_mode)) 656 if (!bitset(S_IXOTH, stbuf.st_mode))
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cksum.c | 243 (st->st_uid != state->uid && ((st->st_mode & S_ISUID) || (st->st_mode & S_IRUSR) && !(st->st_mode & (S_IRGRP|S_IROTH)) || (st->st_mode & S_IXUSR) && !(st->st_mode & (S_IXGRP|S_IXOTH)))) ? fmtuid(st->st_uid) : "-", 244 (st->st_gid != state->gid && ((st->st_mode & S_ISGID) || (st->st_mode & S_IRGRP) && !(st->st_mode & S_IROTH) || (st->st_mode & S_IXGRP) && !(st->st_mode & S_IXOTH))) ? fmtgid(st->st_gid) : "-");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
H A D | Makefile.PL | 67 S_IRWXU S_ISGID S_ISUID S_IWGRP S_IWOTH S_IWUSR S_IXGRP S_IXOTH
|
H A D | POSIX.pm | 846 S_ISUID S_IWGRP S_IWOTH S_IWUSR S_IXGRP S_IXOTH S_IXUSR
|
/osnet-11/usr/src/lib/libsec/common/ |
H A D | acltext.c | 80 if (perm & S_IXOTH) 851 if (perm & S_IXOTH) 1169 { 'x', S_IXOTH}
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1148 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) == -1 && 1984 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) == -1 && 2429 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) == -1 &&
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 243 S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | mks.h | 198 #define S_IXALL (S_IXUSR|S_IXGRP|S_IXOTH)
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 598 mode = (S_IXUSR|S_IXGRP|S_IXOTH);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 130 else if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
|
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2859 # ifndef S_IXOTH 2860 # define S_IXOTH (S_IEXEC >> 6) macro 2861 # endif /* ! S_IXOTH */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.h | 1005 # define S_IXOTH (S_IXUSR>>6) macro 1009 # define S_IXOTH 0010 macro 1030 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
|
Completed in 80 milliseconds
12