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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h96 #define FSSH_S_IXOTH 00001 /* execute permission: other */ macro
H A Dfssh_api_wrapper.h1318 #define S_IXOTH FSSH_S_IXOTH
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp80 SET_ST_MODE_BIT(FSSH_S_IXOTH, S_IXOTH);
142 SET_ST_MODE_BIT(FSSH_S_IXOTH, S_IXOTH);
H A Dfssh.cpp377 permissions += ((mode & FSSH_S_IXOTH) ? 'x' : '-');
H A Dvfs.cpp2154 permissions |= FSSH_S_IXOTH;

Completed in 97 milliseconds