Searched defs:S_ISCHR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/include/uapi/linux/ | ||
D | stat.h | 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro |
/Linux-v4.19/include/uapi/linux/ | ||
D | stat.h | 24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro |