Searched refs:S_IXOTH (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/string/
H A Dmodedata.c68 S_IXOTH, X_IXOTH
H A Dstrperm.c113 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 Dfmtperm.c87 if (perm & S_IXOTH)
H A Dfmtls.c107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
/osnet-11/usr/src/lib/libast/common/comp/
H A Deaccess.c76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
128 mode |= S_IXOTH;
H A Domitted.c319 (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 Dmode.c178 #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 DMakefile.PL54 S_IWUSR S_IXGRP S_IXOTH S_IXUSR),
H A DFcntl.pm182 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 Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); local
H A Dsuid_exec.c303 mode = (S_IXUSR|S_IXGRP|S_IXOTH);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c102 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) < 0) {
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c92 !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 Dcksum.c243 (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 DMakefile.PL67 S_IRWXU S_ISGID S_ISUID S_IWGRP S_IWOTH S_IWUSR S_IXGRP S_IXOTH
H A DPOSIX.pm846 S_ISUID S_IWGRP S_IWOTH S_IWUSR S_IXGRP S_IXOTH S_IXUSR
/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c80 if (perm & S_IXOTH)
851 if (perm & S_IXOTH)
1169 { 'x', S_IXOTH}
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c1148 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 Dcfga_rep.c243 S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h198 #define S_IXALL (S_IXUSR|S_IXGRP|S_IXOTH)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c598 mode = (S_IXUSR|S_IXGRP|S_IXOTH);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c130 else if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2859 # 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 Dperl.h1005 # 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