Searched defs:S_ISREG (Results 1 – 1 of 1) sorted by relevance
863 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
Completed in 7 milliseconds