Home
last modified time | relevance | path

Searched refs:__S_IFSOCK (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h122 && defined __S_IFSOCK
123 # define S_IFSOCK __S_IFSOCK
147 && defined __S_IFSOCK
148 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h240 #define __S_IFSOCK 0140000 /* Socket. */ macro