Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dbuild.c282 scan->pkgfile); in DoBuild()
607 ddassert(pkg->pkgfile); in build_find_leaves()
1817 pkg->pkgfile); in childInstallPkgDeps_recurse()
1836 if (fp && pkg->pkgfile) { in childInstallPkgDeps_recurse()
1838 pkg->pkgfile); in childInstallPkgDeps_recurse()
1841 pkg->pkgfile); in childInstallPkgDeps_recurse()
1847 if (pkg->pkgfile) { in childInstallPkgDeps_recurse()
1853 ptr = strrchr(pkg->pkgfile, '.'); in childInstallPkgDeps_recurse()
1958 char *pkgfile; in WorkerProcess() local
1979 pkgfile = av[4]; in WorkerProcess()
[all …]
H A Drepo.c393 if (scan->pkgfile) { in RemovePackages()
396 asprintf(&path, "%s/%s", RepositoryPath, scan->pkgfile); in RemovePackages()
401 if (scan->pkgfile == NULL || in RemovePackages()
419 if (scan->pkgfile == NULL || in removePackagesMetaRecurse()
427 asprintf(&path, "%s/%s", RepositoryPath, scan->pkgfile); in removePackagesMetaRecurse()
H A Dpkglist.c143 if (pkg->pkgfile) { in pkg_enter()
144 pkgp = &PkgHash2[pkghash(pkg->pkgfile)]; in pkg_enter()
146 if (strcmp(pkg->pkgfile, scan->pkgfile) == 0) in pkg_enter()
168 if (strcmp(pkg->pkgfile, match) == 0) in pkg_find()
1057 asprintf(&pkg->pkgfile, "%s", ptr); in childGetPackageInfo()
1149 freestrp(&pkg->pkgfile); in childGetPackageInfo()
1393 freestrp(&pkg->pkgfile);
H A Dstatus.c246 ddassert(pkg->pkgfile); in status_find_leaves()
H A Ddsynth.h146 char *pkgfile; /* PKGFILE - e.g. flav-blah-3.5.0_1.txz */ member