Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 25 of 69) sorted by relevance

123

/titanic_50/usr/src/lib/libast/common/string/
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
189 if (typ & S_IXOTH) in strperm()
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm()
213 perm |= who & S_IXOTH; in strperm()
H A Dmodedata.c68 S_IXOTH, X_IXOTH
H A Dfmtperm.c87 if (perm & S_IXOTH) in fmtperm()
H A Dfmtls.c107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in fmtls()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c139 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode()
143 case S_IXOTH: in strmode()
149 case S_IXOTH | S_ISVTX: in strmode()
/titanic_50/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;
/titanic_50/usr/src/lib/libast/common/features/
H A Dmode.c178 #ifndef S_IXOTH in main()
181 if (S_IXOTH != X_IXOTH) idperm = 0; in main()
/titanic_50/usr/src/head/rpcsvc/
H A Ddaemon_utils.h49 #define DAEMON_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/titanic_50/usr/src/cmd/find/
H A Dfind.c1956 S_IROTH != 0004 || S_IWOTH != 0002 || S_IXOTH != 0001
1963 S_IXOTH, S_IWOTH, S_IROTH,
2147 return (S_IXUSR|S_IXGRP|S_IXOTH);
2156 return (S_IXUSR|S_IXGRP|S_IXOTH);
2217 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2218 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2227 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2228 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2237 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2238 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
/titanic_50/usr/src/cmd/oamuser/user/
H A Dhomedir.c135 S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) != 0) { in create_home()
151 if (mkdir(homedir, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) in create_home()
H A Duserdel.c164 S_IWOTH|S_IXOTH) != 0) { in main()
/titanic_50/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))
/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_odir.c73 S_IROTH | S_IXOTH; in objfs_odir_getattr()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h102 #define S_IXOTH 0000001 /* execute/search permission, other */ macro
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzoneadmd.h68 (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c102 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) < 0) { in di_dli_open()
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); in main()
/titanic_50/usr/src/common/acl/
H A Dacl_common.c422 if (mode & S_IXOTH) { in mode_to_ace_access()
762 mode |= S_IXOTH; in ace_mask_to_mode()
1588 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()
1596 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()
1604 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()
1632 if (mode & S_IXOTH) in acl_trivial_access_masks()
/titanic_50/usr/src/lib/libcmd/common/
H A Dcksum.c243 …S_IRGRP|S_IROTH)) || (st->st_mode & S_IXUSR) && !(st->st_mode & (S_IXGRP|S_IXOTH)))) ? fmtuid(st->… in pr()
244 …& !(st->st_mode & S_IROTH) || (st->st_mode & S_IXGRP) && !(st->st_mode & S_IXOTH))) ? fmtgid(st->s… in pr()
/titanic_50/usr/src/lib/libtecla/common/
H A Dpathutil.c429 (statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) && in _pu_path_is_exe()
/titanic_50/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c104 ((st.st_mode & S_IXOTH) == 0)) { in system1()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c98 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
865 if (access_mask & S_IXOTH) in zfs_unix_to_v4()
1023 if (!(seen & S_IXOTH)) { in zfs_mode_compute()
1024 seen |= S_IXOTH; in zfs_mode_compute()
1026 mode |= S_IXOTH; in zfs_mode_compute()
1562 ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)) { in zfs_acl_inherit()
2328 if (zdp->z_mode & S_IXOTH) { in zfs_fastaccesschk_execute()
/titanic_50/usr/src/lib/libsec/common/
H A Dacltext.c81 if (perm & S_IXOTH) in aclent_perms()
843 if (perm & S_IXOTH) in aclent_perm_txt()
1161 { 'x', S_IXOTH}
/titanic_50/usr/src/cmd/news/
H A Dnews.c242 umask (((~(S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)) & S_IAMB)); in initialize()

123