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