HomeSort by: relevance | last modified time | path
    Searched refs:statable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
dir.c 127 int statable; local
136 statable = (stat (fullpath, &finfo) == 0);
139 if (statable && S_ISREG (finfo.st_mode) && new_dir_file_p (&finfo))
filesys.c 168 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)))
man.c 177 int statable, dirname_index; local
212 statable = (stat (temp, &finfo) == 0);
215 if ((statable) && (S_ISREG (finfo.st_mode)) &&

Completed in 16 milliseconds