Searched refs:S_IFDIR (Results 1 – 1 of 1) sorted by relevance
29 #define S_IFDIR 0040000 macro39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)