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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h87 #define FSSH_S_IWUSR 00200 /* write permission: owner */ macro
101 #define FSSH_DEFFILEMODE (FSSH_S_IRUSR | FSSH_S_IWUSR | FSSH_S_IRGRP \
H A Dfssh_api_wrapper.h1309 #define S_IWUSR FSSH_S_IWUSR
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp73 SET_ST_MODE_BIT(FSSH_S_IWUSR, S_IWUSR);
135 SET_ST_MODE_BIT(FSSH_S_IWUSR, S_IWUSR);
H A Dfssh.cpp362 permissions += ((mode & FSSH_S_IWUSR) ? 'w' : '-');

Completed in 84 milliseconds