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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c189 struct stat filestat; local
197 if (stat(path, &filestat) != -1) {
198 if (S_ISDIR(filestat.st_mode))
223 struct stat64 filestat; local
238 if (stat64(dbfile, &filestat) == -1) {
251 if (stat64(dbfile, &filestat) == -1) {
266 if (stat64(dbfile, &filestat) == -1) {
280 if (stat64(dbfile, &filestat) == -1) {
H A Ddit_access.c96 struct stat filestat; local
98 if (stat(YP_DEFAULTCONFFILE, &filestat) != -1)
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c303 struct stat filestat; local
306 if (lstat(initial_path, &filestat) == -1)
309 if ((filestat.st_mode & S_IFLNK) &&

Completed in 45 milliseconds