Searched defs:IS_FILE (Results 1 – 4 of 4) sorted by relevance
36 #define IS_FILE(x) (_S_IFREG & x) macro53 #define IS_FILE(x) S_ISREG(x) macro
903 IS_FILE { enumConstant
84 IS_FILE = 0, enumerator