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