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