startp            321 source3/modules/vfs_recycle.c 	char *startp = NULL, *endp = NULL;
startp            333 source3/modules/vfs_recycle.c 	for (startp = path; startp; startp = endp) {
startp            336 source3/modules/vfs_recycle.c 		while (*startp == '/') {
startp            337 source3/modules/vfs_recycle.c 			startp++;
startp            339 source3/modules/vfs_recycle.c 		endp = strchr(startp, '/');
startp            345 source3/modules/vfs_recycle.c 			if(unix_wild_match(dir_exclude_list[i], startp)) {