Home
last modified time | relevance | path

Searched refs:fsshMode (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat_util.cpp31 fsshMode |= fsshFlag; in from_platform_mode()
33 fssh_mode_t fsshMode = 0; in from_platform_mode() local
53 fsshMode |= FSSH_S_IFLNK; in from_platform_mode()
56 fsshMode |= FSSH_S_IFREG; in from_platform_mode()
59 fsshMode |= FSSH_S_IFBLK; in from_platform_mode()
62 fsshMode |= FSSH_S_IFDIR; in from_platform_mode()
65 fsshMode |= FSSH_S_IFIFO; in from_platform_mode()
84 return fsshMode; in from_platform_mode()
89 to_platform_mode(fssh_mode_t fsshMode) in to_platform_mode() argument
92 if (fsshMode & fsshFlag) \ in to_platform_mode()
[all …]
H A Dstat_util.h21 extern int to_platform_open_mode(int fsshMode);