Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dfilemode.c165 #ifndef S_ISSOCK
167 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK) macro
169 #define S_ISSOCK(i) 0 macro
192 if (S_ISSOCK (bits)) in ftypelet()