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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c347 struct stat filestat; local
348 memset(&filestat,0,sizeof(struct stat));
350 if ((stat(filename, &filestat)) == -1)
353 if(! S_ISREG(filestat.st_mode))
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c407 struct stat filestat; local
408 memset(&filestat,0,sizeof(struct stat));
410 if ((stat(filename, &filestat)) == -1)
413 if(! S_ISREG(filestat.st_mode))

Completed in 13 milliseconds