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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c5382 #ifndef S_ISSOCK
5384 #define S_ISSOCK(mode) ((mode & S_IFMT)==S_IFSOCK) macro
5386 #define S_ISSOCK(mode) ((mode & _S_IFMT)==S_IFSOCK)
5398 #if !defined(S_ISFIFO) && !defined(S_ISSOCK)
5399 #error You need to define S_ISFIFO and S_ISSOCK as appropriate for your platform. See <sys/stat.h>.
5406 #ifndef S_ISSOCK
5407 #define S_ISSOCK(mode) 0 macro
5419 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {
5461 if (!(S_ISSOCK(sb.st_mode) || S_ISFIFO(sb.st_mode))) {

Completed in 29 milliseconds