Searched defs:S_ISSOCK (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c4570 #ifndef S_ISSOCK
4572 #define S_ISSOCK(mode) ((mode & S_IFMT)==S_IFSOCK) macro
4574 #define S_ISSOCK(mode) ((mode & _S_IFMT)==S_IFSOCK)
4586 #if !defined(S_ISFIFO) && !defined(S_ISSOCK)
4587 #error You need to define S_ISFIFO and S_ISSOCK as appropriate for your platform. See <sys/stat.h>.
4594 #ifndef S_ISSOCK
4595 #define S_ISSOCK(mode) 0 macro
4607 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {
4649 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {

Completed in 265 milliseconds