dp                146 libltdl/ltdl.c 				       const char *dirnam, struct dirent *dp);
dp               1766 libltdl/ltdl.c 		   struct dirent *dp)
dp               1777 libltdl/ltdl.c   assert (dp);
dp               1780 libltdl/ltdl.c   end     = dp->d_name + D_NAMLEN(dp);
dp               1785 libltdl/ltdl.c     for (p = end; p -1 > dp->d_name; --p)
dp               1796 libltdl/ltdl.c     for (p = end -1; p > dp->d_name; --p)
dp               1805 libltdl/ltdl.c   end_offset	= end - dp->d_name;
dp               1815 libltdl/ltdl.c   strncat (buf, dp->d_name, end_offset);
dp               1841 libltdl/ltdl.c       struct dirent *dp	= 0;
dp               1843 libltdl/ltdl.c       while ((dp = readdir (dirp)))
dp               1844 libltdl/ltdl.c 	if (dp->d_name[0] != '.')
dp               1845 libltdl/ltdl.c 	  if (lt_argz_insertdir (pargz, pargz_len, dirnam, dp))
dp                464 libutil/find.c 	struct dirent *dp;
dp                475 libutil/find.c 	while ((dp = readdir(dirp)) != NULL) {
dp                476 libutil/find.c 		if (!strcmp(dp->d_name, "."))
dp                478 libutil/find.c 		if (!strcmp(dp->d_name, ".."))
dp                480 libutil/find.c 		if (stat(makepath(dir, dp->d_name, NULL), &st) < 0) {
dp                481 libutil/find.c 			warning("cannot stat '%s'. ignored.", trimpath(dp->d_name));
dp                490 libutil/find.c 		strbuf_puts(sb, dp->d_name);