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

/freebsd-10.3-release/contrib/texinfo/info/
H A Ddir.c125 int statable; local
134 statable = (stat (fullpath, &finfo) == 0);
137 if (statable && S_ISREG (finfo.st_mode) && new_dir_file_p (&finfo))
H A Dfilesys.c166 int statable, dirname_index; local
204 statable = (stat (temp, &finfo) == 0);
208 if (statable)
243 statable = (stat (temp, &finfo) == 0);
244 if (statable && (S_ISREG (finfo.st_mode)))
H A Dman.c175 int statable, dirname_index; local
210 statable = (stat (temp, &finfo) == 0);
213 if ((statable) && (S_ISREG (finfo.st_mode)) &&

Completed in 112 milliseconds