Searched refs:stBuf (Results 1 – 1 of 1) sorted by relevance
100 struct stat stBuf; in find_file_name() local111 if (stat(res, &stBuf) != 0) do { in find_file_name()134 stBuf.st_mode = S_IFREG; in find_file_name()144 if ((stat(z, &stBuf) != 0) || ! S_ISDIR(stBuf.st_mode)) in find_file_name()146 stBuf.st_mode = S_IFREG; /* file within this directory */ in find_file_name()153 if (S_ISDIR(stBuf.st_mode)) { in find_file_name()172 if (stat(res, &stBuf) != 0) { in find_file_name()184 stBuf.st_mode = S_IFREG; in find_file_name()192 if (! S_ISREG(stBuf.st_mode)) { in find_file_name()