Searched refs:statb (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfsaccess.c37 struct stat statb; local
43 if (stat(path, &statb) != 0)
46 if ((statb.st_mode & S_IFDIR) != 0)
48 else if ((statb.st_mode & S_IFREG) == 0)
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfsaccess.c299 struct stat statb; local
303 if (stat(path, &statb) != 0)
306 if ((statb.st_mode & S_IFDIR) != 0)
308 else if ((statb.st_mode & S_IFREG) == 0)

Completed in 45 milliseconds