Searched refs:ALLPERMS (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/os/package/hpkg/
H A DPackageEntry.h85 fMode = (fMode & ~(uint32)ALLPERMS) | (permissions & ALLPERMS);
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h87 fMode = (fMode & ~(uint32)ALLPERMS) | (permissions & ALLPERMS);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h9 // There's no ALLPERMS on platforms with MUSL
10 #ifndef ALLPERMS
11 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) macro
69 # define S_IUMSK ALLPERMS
/haiku/headers/posix/sys/
H A Dstat.h100 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
/haiku/src/bin/package/
H A Dcommand_extract.cpp620 if (fchmodat(parentFD, entryName, entry->Mode() & ALLPERMS,
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1487 if (defaultPermissions != uint32(st.st_mode & ALLPERMS)) {
1489 uint32(st.st_mode & ALLPERMS));
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1321 #define ALLPERMS FSSH_ALLPERMS macro

Completed in 123 milliseconds