Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 25 of 26) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c83 #if !S_IXUSR && S_IEXEC
84 # define S_IXUSR S_IEXEC macro
86 #if !S_IXUSR
87 # define S_IXUSR 00100 macro
304 fd = mkdir(tmpl, S_IRUSR | S_IWUSR | S_IXUSR); in __gen_tempname()
/haiku/headers/posix/sys/
H A Dstat.h84 #define S_IXUSR 00100 /* execute permission: owner */ macro
97 #define S_IEXEC S_IXUSR
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp74 SET_ST_MODE_BIT(FSSH_S_IXUSR, S_IXUSR); in from_platform_mode()
136 SET_ST_MODE_BIT(FSSH_S_IXUSR, S_IXUSR); in to_platform_mode()
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp51 return S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in Mode()
H A DUnpackingDirectory.cpp59 return S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in Mode()
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.cpp127 return S_IFLNK | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in Mode()
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp254 fExecuteUserCheckBox->SetValue((int32)(perms & S_IXUSR)); in ModelChanged()
335 | (fExecuteUserCheckBox->Value() ? S_IXUSR : 0) in MessageReceived()
/haiku/src/build/libroot/
H A Dfs_darwin.cpp72 if ((st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0) in eaccess()
80 if ((st.st_mode & S_IXUSR) != 0) in eaccess()
H A Dfs.cpp1352 if ((st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0) in _haiku_build_faccessat()
1360 if ((st.st_mode & S_IXUSR) != 0) in _haiku_build_faccessat()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp146 mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in Mode()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp93 fInfo.st.st_mode = S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP in ShareNode()
H A DVirtualVolume.cpp351 st->st_mode = S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH in ReadStat()
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp102 st.st_mode |= S_IXUSR | S_IXGRP | S_IXOTH; in LoadAttrDirHandle()
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp635 if ((stat.st_mode & S_IXUSR) != 0) in GetTrackerIcon()
/haiku/src/kits/storage/
H A DNodeInfo.cpp493 if ((stat.st_mode & S_IXUSR) != 0) in GetTrackerIcon()
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c3478 allow = (perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0; in ntfs_allowed_access()
3485 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); in ntfs_allowed_access()
3492 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); in ntfs_allowed_access()
3507 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); in ntfs_allowed_access()
3512 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); in ntfs_allowed_access()
3558 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0); in ntfs_allowed_create()
H A Dacls.c2489 if (mode & S_IXUSR) in buildacls()
2497 if (mode & S_IXUSR) in buildacls()
2956 perm |= S_IXUSR; in merge_permissions()
2966 perm |= S_IXUSR; in merge_permissions()
/haiku/src/bin/unzip/
H A Dunzpriv.h1148 #if (!defined(S_IEXEC) && defined(S_IXUSR))
1149 # define S_IEXEC S_IXUSR
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp917 ? S_IFDIR | S_IXUSR | S_IRUSR | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH in InitNode()
/haiku/src/kits/tracker/
H A DModel.cpp558 if ((fStatBuf.st_mode & S_IXUSR) != 0) { in SetupBaseType()
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsupport.cpp1191 *mode |= S_IXUSR | S_IXGRP | S_IXOTH; in mode_bits()
H A Dkernel_interface.cpp3578 fatVolume->pm_dirmask = S_IXUSR | S_IXGRP | S_IXOTH | S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR; in fat_volume_init()
3579 fatVolume->pm_mask = S_IXUSR | S_IXGRP | S_IXOTH | S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR; in fat_volume_init()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1313 #define S_IXUSR FSSH_S_IXUSR macro
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp224 volume->lowntfs.fmask = S_IXUSR | S_IXGRP | S_IXOTH; in fs_mount()
/haiku/src/kits/app/
H A DRoster.cpp2260 if ((permissions & S_IXUSR) != 0 && node.IsFile()) { in _TranslateRef()

12