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