distpath 60 htags/cflowindex.c if ((op = fopen(makepath(distpath, output, NULL), "w")) == NULL) { distpath 71 htags/defineindex.c fileop_MAP = open_output_file(makepath(distpath, "MAP", NULL), 0); distpath 74 htags/defineindex.c fileop_DEFINES = open_output_file(makepath(distpath, file, NULL), 0); distpath 172 htags/defineindex.c snprintf(buf, sizeof(buf), "%s/defines/%s.%s", distpath, alpha_f, HTML); distpath 157 htags/dupindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, dirs[db], count, HTML); distpath 367 htags/fileindex.c snprintf(name, sizeof(name), "%s/files/%s.%s", distpath, path2fid(basedir), HTML); distpath 742 htags/fileindex.c if ((filesop = fopen(makepath(distpath, file, NULL), "w")) == NULL) distpath 765 htags/fileindex.c if (!(FILEMAP = fopen(makepath(distpath, "FILEMAP", NULL), "w"))) distpath 766 htags/fileindex.c die("cannot open '%s'.", makepath(distpath, "FILEMAP", NULL)); distpath 870 htags/fileindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, INCS, no, HTML); distpath 915 htags/fileindex.c snprintf(path, sizeof(path), "%s/%s/%d.%s", distpath, INCREFS, no, HTML); distpath 84 htags/htags.c char distpath[MAXPATHLEN]; distpath 418 htags/htags.c strlimcpy(path, makepath(distpath, name, NULL), sizeof(path)); distpath 440 htags/htags.c const char *path = makepath(distpath, name, NULL); distpath 605 htags/htags.c generate_file(distpath, file, SUBDIR); distpath 626 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 651 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 779 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 831 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 856 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 875 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); distpath 971 htags/htags.c snprintf(html, sizeof(html), "%s/%s/%s.%s", distpath, SRCS, path2fid(path), HTML); distpath 1866 htags/htags.c snprintf(distpath, sizeof(distpath), "%s/HTML", realpath); distpath 1868 htags/htags.c snprintf(distpath, sizeof(distpath), "%s/HTML", cwdpath); distpath 1906 htags/htags.c else if (!strcmp(distpath, strbuf_value(sb))) distpath 1922 htags/htags.c fprintf(op, "%s\n", distpath); distpath 2043 htags/htags.c if (!test("d", distpath)) distpath 2044 htags/htags.c if (mkdir(distpath, 0777) < 0) distpath 2045 htags/htags.c die("cannot make directory '%s'.", distpath); distpath 2074 htags/htags.c snprintf(cgidir, sizeof(cgidir), "%s/cgi-bin", distpath); distpath 2096 htags/htags.c if (chmod(makepath(distpath, ".htaccess", NULL), 0644) < 0) distpath 2103 htags/htags.c if (chmod(makepath(distpath, "bless.sh", NULL), 0640) < 0) distpath 2113 htags/htags.c const char *path = makepath(distpath, "compress", NULL); distpath 2124 htags/htags.c const char *path = makepath(distpath, "GTAGSROOT", NULL); distpath 2238 htags/htags.c if (chmod(makepath(distpath, "rebuild.sh", NULL), 0640) < 0) distpath 2247 htags/htags.c snprintf(com, sizeof(com), "%s/gtags/style.css.tmpl", datadir, distpath); distpath 2250 htags/htags.c snprintf(com, sizeof(com), "cp %s/gtags/style.css%s %s/style.css", datadir, template, distpath); distpath 2252 htags/htags.c snprintf(com, sizeof(com), "cp %s/gtags/style.css.tmpl %s/style.css", datadir, distpath); distpath 2258 htags/htags.c snprintf(com, sizeof(com), "cp -r %s/gtags/jquery/* %s/js", datadir, distpath); distpath 2287 htags/htags.c snprintf(com, sizeof(com), "cp -r %s/gtags/icons %s", datadir, distpath); distpath 73 htags/htags.h extern char distpath[MAXPATHLEN];