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

/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddir.c127 int statable; local
136 statable = (stat (fullpath, &finfo) == 0);
139 if (statable && S_ISREG (finfo.st_mode) && new_dir_file_p (&finfo))
H A Dfilesys.c168 int statable, dirname_index; local
206 statable = (stat (temp, &finfo) == 0);
210 if (statable)
245 statable = (stat (temp, &finfo) == 0);
246 if (statable && (S_ISREG (finfo.st_mode)))
H A Dman.c177 int statable, dirname_index; local
212 statable = (stat (temp, &finfo) == 0);
215 if ((statable) && (S_ISREG (finfo.st_mode)) &&

Completed in 91 milliseconds