Searched refs:S_IFSOCK (Results 1 – 1 of 1) sorted by relevance
23 #define S_IFSOCK 0140000 macro39 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)