Searched refs:DPortsPath (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | pkglist.c | 400 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 D | config.c | 62 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 D | mount.c | 232 domount(work, NULLFS_RO, DPortsPath, "/xports", NULL); in DoWorkerMounts()
|
| H A D | dsynth.h | 568 extern const char *DPortsPath;
|
| H A D | dsynth.c | 236 addbuildenv("PORTSDIR", DPortsPath, in main()
|
| H A D | build.c | 3143 benv[bi].data = DPortsPath; in childHookRun()
|