Searched refs:FSSH_S_IUMSK (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h78 #define FSSH_S_IUMSK 07777 /* user settable bits */ macro
H A Dfssh_api_wrapper.h1300 #define S_IUMSK FSSH_S_IUMSK
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp402 int fd = fssh_creat(path, st.fssh_st_mode & FSSH_S_IUMSK);
429 if (fssh_mkdir(path, st.fssh_st_mode & FSSH_S_IUMSK) < 0)
768 st.fssh_st_mode & FSSH_S_IUMSK);
796 st.fssh_st_mode & FSSH_S_IUMSK);
829 st.fssh_st_mode & FSSH_S_IUMSK);

Completed in 48 milliseconds