/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | tempname.c | 83 #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 D | stat.h | 84 #define S_IXUSR 00100 /* execute permission: owner */ macro 97 #define S_IEXEC S_IXUSR
|
/haiku/src/tools/fs_shell/ |
H A D | stat_util.cpp | 74 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 D | Directory.cpp | 51 return S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in Mode()
|
H A D | UnpackingDirectory.cpp | 59 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 D | PackageLinkSymlink.cpp | 127 return S_IFLNK | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in Mode()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | FilePermissionsView.cpp | 254 fExecuteUserCheckBox->SetValue((int32)(perms & S_IXUSR)); in ModelChanged() 335 | (fExecuteUserCheckBox->Value() ? S_IXUSR : 0) in MessageReceived()
|
/haiku/src/build/libroot/ |
H A D | fs_darwin.cpp | 72 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 D | fs.cpp | 1352 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 D | Inode.cpp | 146 mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH; in Mode()
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | ShareNode.cpp | 93 fInfo.st.st_mode = S_IFDIR | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP in ShareNode()
|
H A D | VirtualVolume.cpp | 351 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 D | InodeDir.cpp | 102 st.st_mode |= S_IXUSR | S_IXGRP | S_IXOTH; in LoadAttrDirHandle()
|
/haiku/src/build/libbe/storage/ |
H A D | NodeInfo.cpp | 635 if ((stat.st_mode & S_IXUSR) != 0) in GetTrackerIcon()
|
/haiku/src/kits/storage/ |
H A D | NodeInfo.cpp | 493 if ((stat.st_mode & S_IXUSR) != 0) in GetTrackerIcon()
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | security.c | 3478 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 D | acls.c | 2489 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 D | unzpriv.h | 1148 #if (!defined(S_IEXEC) && defined(S_IXUSR)) 1149 # define S_IEXEC S_IXUSR
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | iso9660.cpp | 917 ? S_IFDIR | S_IXUSR | S_IRUSR | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH in InitNode()
|
/haiku/src/kits/tracker/ |
H A D | Model.cpp | 558 if ((fStatBuf.st_mode & S_IXUSR) != 0) { in SetupBaseType()
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | support.cpp | 1191 *mode |= S_IXUSR | S_IXGRP | S_IXOTH; in mode_bits()
|
H A D | kernel_interface.cpp | 3578 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 D | fssh_api_wrapper.h | 1313 #define S_IXUSR FSSH_S_IXUSR macro
|
/haiku/src/add-ons/kernel/file_systems/ntfs/ |
H A D | kernel_interface.cpp | 224 volume->lowntfs.fmask = S_IXUSR | S_IXGRP | S_IXOTH; in fs_mount()
|
/haiku/src/kits/app/ |
H A D | Roster.cpp | 2260 if ((permissions & S_IXUSR) != 0 && node.IsFile()) { in _TranslateRef()
|