Searched refs:FSSH_S_IWOTH (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h95 #define FSSH_S_IWOTH 00002 /* write permission: other */ macro
102 | FSSH_S_IWGRP | FSSH_S_IROTH | FSSH_S_IWOTH)
H A Dfssh_api_wrapper.h1317 #define S_IWOTH FSSH_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);
H A Dfssh.cpp376 permissions += ((mode & FSSH_S_IWOTH) ? 'w' : '-');
H A Dvfs.cpp2152 | FSSH_S_IROTH | FSSH_S_IWOTH;

Completed in 72 milliseconds