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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h70 #define FSSH_S_ISREG(mode) (((mode) & FSSH_S_IFMT) == FSSH_S_IFREG) macro
H A Dfssh_api_wrapper.h1292 #define S_ISREG(mode) FSSH_S_ISREG(mode)
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp74 bool IsFile() const { return FSSH_S_ISREG(fStat.fssh_st_mode); }
H A Dfssh.cpp381 if (FSSH_S_ISREG(mode)) {
H A Dvfs.cpp2561 } else if (FSSH_S_ISREG(file->type)) {

Completed in 63 milliseconds