Home
last modified time | relevance | path

Searched refs:statable (Results 1 – 4 of 4) sorted by relevance

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