Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dfilesys.c166 int statable, dirname_index; in info_file_in_path() local
204 statable = (stat (temp, &finfo) == 0); in info_file_in_path()
208 if (statable) in info_file_in_path()
243 statable = (stat (temp, &finfo) == 0); in info_file_in_path()
244 if (statable && (S_ISREG (finfo.st_mode))) in info_file_in_path()
H A Ddir.c125 int statable; in maybe_build_dir_node() local
134 statable = (stat (fullpath, &finfo) == 0); in maybe_build_dir_node()
137 if (statable && S_ISREG (finfo.st_mode) && new_dir_file_p (&finfo)) in maybe_build_dir_node()
H A Dman.c175 int statable, dirname_index; in executable_file_in_path() local
210 statable = (stat (temp, &finfo) == 0); in executable_file_in_path()
213 if ((statable) && (S_ISREG (finfo.st_mode)) && in executable_file_in_path()
/openbsd-src/share/dict/
H A Dweb2188863 statable