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

/bind-9.11.3/lib/isc/unix/
H A Dfsaccess.c28 struct stat statb; local
34 if (stat(path, &statb) != 0)
37 if ((statb.st_mode & S_IFDIR) != 0)
39 else if ((statb.st_mode & S_IFREG) == 0)
/bind-9.11.3/lib/isc/win32/
H A Dfsaccess.c288 struct stat statb; local
292 if (stat(path, &statb) != 0)
295 if ((statb.st_mode & S_IFDIR) != 0)
297 else if ((statb.st_mode & S_IFREG) == 0)

Completed in 10 milliseconds