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