Home
last modified time | relevance | path

Searched refs:repopath (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dpkglist.c1185 char *repopath; in childGetBinaryDistInfo() local
1191 asprintf(&repopath, "%s/%s", RepositoryPath, bulk->s1); in childGetBinaryDistInfo()
1197 cav[cac++] = repopath; in childGetBinaryDistInfo()
1233 printf("pkg query command failed for %s\n", repopath); in childGetBinaryDistInfo()
1237 "Deleting obsolete package %s\n", repopath); in childGetBinaryDistInfo()
1238 remove(repopath); in childGetBinaryDistInfo()
1240 free(repopath); in childGetBinaryDistInfo()