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

/bind-9.6-ESV-R11/contrib/sdb/dir/
H A Ddirdb.c95 else if (S_ISSOCK(statbuf.st_mode))
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c512 #if defined(S_ISSOCK)
513 if (S_ISSOCK(_stat.st_mode))
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 285 milliseconds