Searched refs:stbufp (Results 1 – 1 of 1) sorted by relevance
62 isdir(const char *path, struct stat *stbufp) in isdir() argument65 if (stat(path, stbufp) < 0) in isdir()67 if (!S_ISDIR(stbufp->st_mode)) in isdir()