Searched defs:S_ISCHR (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/fs/yaffs2/ | ||
| H A D | yportenv.h | 257 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro |
| /openbmc/u-boot/include/linux/ | ||
| H A D | stat.h | 25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro |