Searched refs:FSSH_S_ISGID (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h81 #define FSSH_S_ISGID 02000 /* set group id on execution */ macro
99 #define FSSH_ALLPERMS (FSSH_S_ISUID | FSSH_S_ISGID | FSSH_S_ISVTX \
H A Dfssh_api_wrapper.h1303 #define S_ISGID FSSH_S_ISGID
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp70 SET_ST_MODE_BIT(FSSH_S_ISGID, S_ISGID);
132 SET_ST_MODE_BIT(FSSH_S_ISGID, S_ISGID);
H A Dfssh.cpp370 if (mode & FSSH_S_ISGID)

Completed in 49 milliseconds