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

/bind-9.11.3/contrib/sdb/dir/
H A Ddirdb.c95 } else if (S_ISFIFO(statbuf.st_mode))
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c509 #if defined(S_ISFIFO) && defined(sun)
510 if (S_ISFIFO(_stat.st_mode))
H A Dsocket.c5390 #ifndef S_ISFIFO
5392 #define S_ISFIFO(mode) ((mode & S_IFMT)==S_IFIFO) macro
5394 #define S_ISFIFO(mode) ((mode & _S_IFMT)==S_IFIFO)
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>.
5402 #ifndef S_ISFIFO
5403 #define S_ISFIFO(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 1755 milliseconds