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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c490 struct stat _stat; local
501 if (stat(fname, &_stat) < 0) {
513 if (S_ISSOCK(_stat.st_mode))
517 if (S_ISFIFO(_stat.st_mode))

Completed in 10 milliseconds