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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h91 #define FSSH_S_IWGRP 00020 /* write permission: group */ macro
102 | FSSH_S_IWGRP | FSSH_S_IROTH | FSSH_S_IWOTH)
H A Dfssh_api_wrapper.h1313 #define S_IWGRP FSSH_S_IWGRP
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp76 SET_ST_MODE_BIT(FSSH_S_IWGRP, S_IWGRP);
138 SET_ST_MODE_BIT(FSSH_S_IWGRP, S_IWGRP);
H A Dfssh.cpp369 permissions += ((mode & FSSH_S_IWGRP) ? 'w' : '-');

Completed in 108 milliseconds