Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmode.c178 #ifndef S_IXOTH in main()
181 if (S_IXOTH != X_IXOTH) idperm = 0; in main()
/illumos-gate/usr/src/head/rpcsvc/
H A Ddaemon_utils.h49 #define DAEMON_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1966 S_IROTH != 0004 || S_IWOTH != 0002 || S_IXOTH != 0001 in readmode()
1973 S_IXOTH, S_IWOTH, S_IROTH, in readmode()
2153 return (S_IXUSR|S_IXGRP|S_IXOTH); in isperm()
2162 return (S_IXUSR|S_IXGRP|S_IXOTH); in isperm()
2223 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2224 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2233 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2234 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2243 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2244 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
/illumos-gate/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()
/illumos-gate/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))
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_odir.c71 S_IROTH | S_IXOTH; in objfs_odir_getattr()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.h68 (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c100 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) < 0) { in di_dli_open()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c423 if (mode & S_IXOTH) { in mode_to_ace_access()
763 mode |= S_IXOTH; in ace_mask_to_mode()
1589 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()
1597 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()
1605 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()
1633 if (mode & S_IXOTH) in acl_trivial_access_masks()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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()
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h220 #define S_IXOTH 0000001 /* X for other */ macro
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c427 (statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) && in _pu_path_is_exe()
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c104 ((st.st_mode & S_IXOTH) == 0)) { in system1()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c99 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
878 if (access_mask & S_IXOTH) in zfs_unix_to_v4()
1035 if (!(seen & S_IXOTH)) { in zfs_mode_compute()
1036 seen |= S_IXOTH; in zfs_mode_compute()
1038 mode |= S_IXOTH; in zfs_mode_compute()
1581 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) { in zfs_acl_inherit()
2413 if (zdp->z_mode & S_IXOTH) { in zfs_fastaccesschk_execute()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c240 umask (((~(S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)) & S_IAMB)); in initialize()
/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c81 if (perm & S_IXOTH) in aclent_perms()
852 if (perm & S_IXOTH) in aclent_perm_txt()
1188 { 'x', S_IXOTH}
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c474 switch (mode & (S_ISVTX|S_IXOTH)) { in strmode()
475 case S_ISVTX|S_IXOTH: in strmode()
481 case S_IXOTH: in strmode()

123