dst              1979 htags/htags.c  		char src[MAXPATHLEN], dst[MAXPATHLEN];
dst              1981 htags/htags.c  		snprintf(dst, sizeof(dst), "%s/style.css", distpath);
dst              1982 htags/htags.c  		copyfile(src, dst);
dst              2008 htags/htags.c  		char src[MAXPATHLEN], dst[MAXPATHLEN];
dst              2013 htags/htags.c  			snprintf(dst, sizeof(dst), "%s/icons/%s.%s", distpath, icon_files[i], icon_suffix);
dst              2016 htags/htags.c  			copyfile(src, dst);
dst               125 libutil/tab.c  	int dst, spaces;
dst               128 libutil/tab.c  	dst = 0;
dst               131 libutil/tab.c  			spaces = tabs - dst % tabs;
dst               132 libutil/tab.c  			dst += spaces;
dst               142 libutil/tab.c  			dst++;