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

/bind-9.6-ESV-R11/contrib/sdb/dir/
H A Ddirdb.c93 } else if (S_ISFIFO(statbuf.st_mode))
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c516 #if defined(S_ISFIFO) && defined(sun)
517 if (S_ISFIFO(_stat.st_mode))
H A Dsocket.c4578 #ifndef S_ISFIFO
4580 #define S_ISFIFO(mode) ((mode & S_IFMT)==S_IFIFO) macro
4582 #define S_ISFIFO(mode) ((mode & _S_IFMT)==S_IFIFO)
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>.
4590 #ifndef S_ISFIFO
4591 #define S_ISFIFO(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 38 milliseconds