Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dpkglist.c400 total = scan_and_queue_dir(DPortsPath, NULL, 1); in GetFullPackageList()
840 if (strncmp(dep, DPortsPath, strlen(DPortsPath)) == 0) { in resolveDepString()
841 dep += strlen(DPortsPath); in resolveDepString()
990 asprintf(&portpath, "%s/%s/%s", DPortsPath, bulk->s1, bulk->s2); in childGetPackageInfo()
1033 fp = dexec_open(portpath + strlen(DPortsPath) + 1, cav, cac, in childGetPackageInfo()
1256 asprintf(&portpath, "%s/%s/%s", DPortsPath, bulk->s1, bulk->s2); in childOptimizeEnv()
1272 fp = dexec_open(portpath + strlen(DPortsPath) + 1, cav, cac, in childOptimizeEnv()
H A Dconfig.c62 const char *DPortsPath = "/usr/dports"; variable
230 if (stat(DPortsPath, &st) < 0) in ParseConfiguration()
231 dfatal("Directory missing: %s", DPortsPath); in ParseConfiguration()
438 DPortsPath = l2; in parseConfigFile()
H A Dmount.c232 domount(work, NULLFS_RO, DPortsPath, "/xports", NULL); in DoWorkerMounts()
H A Ddsynth.h568 extern const char *DPortsPath;
H A Ddsynth.c236 addbuildenv("PORTSDIR", DPortsPath, in main()
H A Dbuild.c3143 benv[bi].data = DPortsPath; in childHookRun()