Searched refs:S_IXOTH (Results 26 - 50 of 60) sorted by relevance

123

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.h29 ACCESS_X = S_IXOTH,
H A DVolume.cpp236 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/haiku-fatelf/src/build/libroot/
H A Dfs_darwin.cpp72 if ((st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)
96 if ((st.st_mode & S_IXOTH) != 0)
H A Dfs.cpp1333 if ((st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)
1357 if ((st.st_mode & S_IXOTH) != 0)
/haiku-fatelf/src/kits/tracker/
H A DFilePermissionsView.cpp242 fExecuteOtherCheckBox->SetValue((int32)(perms & S_IXOTH));
323 | (fExecuteOtherCheckBox->Value() ? S_IXOTH : 0));
/haiku-fatelf/src/bin/findutils/find/
H A Ddefs.h124 #ifndef S_IXOTH
125 # define S_IXOTH 0000001 macro
131 #define MODE_RWX (S_IXUSR | S_IXGRP | S_IXOTH | MODE_RW)
H A Dpred.c783 && S_IROTH == 00004 && S_IWOTH == 00002 && S_IXOTH == 00001);
798 | (m & S_IXOTH ? 00001 : 0))));
/haiku-fatelf/src/bin/coreutils/lib/
H A Dset-mode-acl.c106 if (mode & S_IXOTH) acl_text[19] = 'x';
224 if (mode & S_IXOTH) acl_text[38] = 'x';
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp145 mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp94 | S_IROTH | S_IXOTH;
H A DVirtualVolume.cpp352 | S_IXOTH;
/haiku-fatelf/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp179 mkdir(gOptions.callgrind_directory, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dopncls.c36 #ifndef S_IXOTH
37 #define S_IXOTH 0001 /* Execute by others. */ macro
619 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
672 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
/haiku-fatelf/src/servers/bluetooth/
H A DDeviceManager.cpp218 if ((err = create_directory(path.Path(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != B_OK
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareNode.cpp91 | S_IROTH | S_IXOTH;
H A DVirtualVolume.cpp351 | S_IXOTH;
/haiku-fatelf/src/bin/patch/
H A Dutil.c209 mode &= ~ (S_IXUSR | S_IXGRP | S_IXOTH);
874 |S_IROTH|S_IWOTH|S_IXOTH);
/haiku-fatelf/src/bin/bash/
H A Dfindcmd.c143 if (finfo.st_mode & S_IXOTH)
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c2283 if (mode & (S_IXGRP | S_IXOTH))
2291 if (mode & (S_IXGRP | S_IXOTH))
2301 if ((mode & S_IXOTH) && !(mode & S_IXGRP))
2309 if ((mode & S_IXOTH) && !(mode & S_IXGRP))
2389 if (mode & S_IXOTH)
2397 if (mode & S_IXOTH)
2438 if (mode & S_IXOTH)
2446 if (mode & S_IXOTH)
2773 perm |= S_IXOTH;
2783 perm |= S_IXOTH;
[all...]
H A Dsecurity.c3282 allow = (perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0;
3289 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
3296 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
3311 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
3316 && ((perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0);
/haiku-fatelf/src/servers/media/
H A DMediaFilesManager.cpp445 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp204 error = CreateDirectory(S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-fileio.c175 hmode |= S_IXOTH;
206 if (mode & S_IXOTH)
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp238 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c105 #define DEFAULT_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)

Completed in 159 milliseconds

123