Searched refs:S_IWOTH (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp57 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
78 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
100 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
145 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
191 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
H A Dxsi_sem_test1.cpp61 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
82 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
175 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
235 | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp101 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP| S_IROTH | S_IWOTH);
/haiku/headers/posix/sys/
H A Dstat.h91 #define S_IWOTH 00002 /* write permission: other */ macro
101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp79 SET_ST_MODE_BIT(FSSH_S_IWOTH, S_IWOTH);
141 SET_ST_MODE_BIT(FSSH_S_IWOTH, S_IWOTH);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h30 ACCESS_W = S_IWOTH,
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp252 fWriteOtherCheckBox->SetValue((int32)(perms & S_IWOTH));
332 | (fWriteOtherCheckBox->Value() ? S_IWOTH : 0)
/haiku/headers/build/
H A DHaikuBuildCompatibility.h49 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A DBeOSBuildCompatibility.h6 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp144 mode |= S_IWUSR | S_IWGRP | S_IWOTH;
/haiku/src/build/libroot/
H A Dfs_darwin.cpp94 if ((st.st_mode & S_IWOTH) != 0)
H A Dfs.cpp1374 if ((st.st_mode & S_IWOTH) != 0)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c2517 if (mode & (S_IWGRP | S_IWOTH))
2525 if (mode & (S_IWGRP | S_IWOTH))
2535 if ((mode & S_IWOTH) && !(mode & S_IWGRP))
2543 if ((mode & S_IWOTH) && !(mode & S_IWGRP))
2622 if (mode & S_IWOTH)
2630 if (mode & S_IWOTH)
2671 if (mode & S_IWOTH)
2679 if (mode & S_IWOTH)
3007 perm |= S_IWOTH;
3017 perm |= S_IWOTH;
[all...]
H A Dsecurity.c3481 allow = (perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0;
3484 allow = ((perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
3496 && ((perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0);
3506 allow = ((perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
3511 && ((perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
3557 allow = ((perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp31 mode_t result = S_IFREG | S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH;
37 result &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
690 if (!(perms & (S_IWUSR | S_IWGRP | S_IWOTH))) {
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp137 mode_t mode = entry->Mode() & ~(mode_t)(S_IWUSR | S_IWGRP | S_IWOTH);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp425 mode_t mode = entry->Mode() & ~(mode_t)(S_IWUSR | S_IWGRP | S_IWOTH);
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp109 if ((fPermissions & S_IWOTH) != 0)
H A Dxsi_message_queue.cpp147 if ((fMessageQueue.msg_perm.mode & S_IWOTH) != 0)
H A Dxsi_semaphore.cpp276 if ((fPermissions.mode & S_IWOTH) != 0)
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp389 & ~(S_IWUSR | S_IWGRP | S_IWOTH);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp384 STATIC_ASSERT(R_OK == S_IROTH && W_OK == S_IWOTH && X_OK == S_IXOTH);
1910 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, transaction,
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp836 || (S_IWOTH & st.st_mode))) {
1551 || (S_IWOTH & st.st_mode);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1317 #define S_IWOTH FSSH_S_IWOTH macro
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp619 | S_IWGRP | S_IROTH | S_IWOTH, &attrFileCookie,

Completed in 408 milliseconds

12