Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/u-boot/include/linux/
H A Dstat.h23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h39 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h398 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) macro