dp                354 libutil/find.c 	struct dirent *dp;
dp                359 libutil/find.c 	while ((dp = readdir(dirp)) != NULL) {
dp                360 libutil/find.c 		if (!strcmp(dp->d_name, "."))
dp                362 libutil/find.c 		if (!strcmp(dp->d_name, ".."))
dp                364 libutil/find.c 		if (stat(makepath(dir, dp->d_name, NULL), &st) < 0) {
dp                365 libutil/find.c 			warning("cannot stat '%s'. (Ignored)", dp->d_name);
dp                374 libutil/find.c 		strbuf_puts(sb, dp->d_name);