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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h88 #define FSSH_S_IXUSR 00100 /* execute permission: owner */ macro
H A Dfssh_api_wrapper.h1310 #define S_IXUSR FSSH_S_IXUSR
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp74 SET_ST_MODE_BIT(FSSH_S_IXUSR, S_IXUSR);
136 SET_ST_MODE_BIT(FSSH_S_IXUSR, S_IXUSR);
H A Dfssh.cpp366 permissions += ((mode & FSSH_S_IXUSR) ? 'x' : '-');

Completed in 302 milliseconds