Searched refs:S_IFREG (Results 1 – 1 of 1) sorted by relevance
12 #define S_IFREG 0100000 macro22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)