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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h66 #define FSSH_S_IFDIR 00000040000 /* directory */ macro
73 #define FSSH_S_ISDIR(mode) (((mode) & FSSH_S_IFMT) == FSSH_S_IFDIR)
H A Dfssh_api_wrapper.h1288 #define S_IFDIR FSSH_S_IFDIR
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp62 fsshMode |= FSSH_S_IFDIR;
123 case FSSH_S_IFDIR:
H A Dcommand_cp.cpp378 case FSSH_S_IFDIR:
743 case FSSH_S_IFDIR:

Completed in 57 milliseconds