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

/bind-9.11.3/lib/isc/unix/
H A Dentropy.c483 struct stat _stat; local
494 if (stat(fname, &_stat) < 0) {
506 if (S_ISSOCK(_stat.st_mode))
510 if (S_ISFIFO(_stat.st_mode))

Completed in 11 milliseconds