distpath 69 htags/defineindex.c fileop_MAP = open_output_file(makepath(distpath, "MAP", NULL), 0); distpath 72 htags/defineindex.c fileop_DEFINES = open_output_file(makepath(distpath, file, NULL), 0); distpath 170 htags/defineindex.c snprintf(buf, sizeof(buf), "%s/defines/%s.%s", distpath, alpha_f, HTML); distpath 145 htags/dupindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, dirs[db], count, HTML); distpath 348 htags/fileindex.c snprintf(name, sizeof(name), "%s/files/%s.%s", distpath, path2fid(basedir), HTML); distpath 691 htags/fileindex.c if ((filesop = fopen(makepath(distpath, file, NULL), "w")) == NULL) distpath 707 htags/fileindex.c if (!(FILEMAP = fopen(makepath(distpath, "FILEMAP", NULL), "w"))) distpath 708 htags/fileindex.c die("cannot open '%s'.", makepath(distpath, "FILEMAP", NULL)); distpath 809 htags/fileindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, INCS, no, HTML); distpath 854 htags/fileindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, INCREFS, no, HTML); distpath 77 htags/htags.c char distpath[MAXPATHLEN]; distpath 373 htags/htags.c const char *path = makepath(distpath, name, NULL); distpath 509 htags/htags.c generate_file(distpath, file); distpath 531 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 556 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 690 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 742 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 767 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 786 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 851 htags/htags.c snprintf(html, sizeof(html), "%s/%s/%s.%s", distpath, SRCS, path2fid(path), HTML); distpath 1702 htags/htags.c snprintf(distpath, sizeof(distpath), "%s/HTML", realpath); distpath 1704 htags/htags.c snprintf(distpath, sizeof(distpath), "%s/HTML", cwdpath); distpath 1713 htags/htags.c id = distpath; distpath 1780 htags/htags.c snprintf(buf, sizeof(buf), "%s/cgi-bin", distpath); distpath 1828 htags/htags.c if (!test("d", distpath)) distpath 1829 htags/htags.c if (mkdir(distpath, 0777) < 0) distpath 1830 htags/htags.c die("cannot make directory '%s'.", distpath); distpath 1861 htags/htags.c if (chmod(makepath(distpath, "bless.sh", NULL), 0640) < 0) distpath 1868 htags/htags.c if (chmod(makepath(distpath, ".htaccess.skel", NULL), 0644) < 0) distpath 1973 htags/htags.c if (chmod(makepath(distpath, "rebuild.sh", NULL), 0640) < 0) distpath 1981 htags/htags.c snprintf(dst, sizeof(dst), "%s/style.css", distpath); distpath 2013 htags/htags.c snprintf(dst, sizeof(dst), "%s/icons/%s.%s", distpath, icon_files[i], icon_suffix); distpath 61 htags/htags.h extern char distpath[MAXPATHLEN];