Searched refs:statbuffer (Results 1 – 1 of 1) sorted by relevance
57 struct stat statbuffer; in scan_shares_files() local64 if (lstat(fullpath, &statbuffer) < 0) { in scan_shares_files()69 if (S_ISDIR(statbuffer.st_mode) == 0) { /* not a directory */ in scan_shares_files()