local 383 htags/fileindex.c const char *p, *local = localpath(path, basedir); local 388 htags/fileindex.c if (local == NULL) { local 396 htags/fileindex.c char *slash = strchr(local, '/'); local 408 htags/fileindex.c if (baselen + 1 + (slash - local) > MAXPATHLEN) { local 415 htags/fileindex.c p = local; local 301 libutil/gpathop.c gfind_open(const char *dbpath, const char *local, int target) local 309 libutil/gpathop.c gfind->prefix = check_strdup(local ? local : "./");