Searched refs:UsePkgSufx (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/usr.bin/dsynth/ |
| HD | repo.c | 92 sufx = UsePkgSufx; in DoRebuildRepo() 191 if (repackage_mode == 0 && strcmp(UsePkgSufx, ".txz") != 0) { in childRebuildRepo() 197 if (strcmp(UsePkgSufx, ".tar") == 0) { in childRebuildRepo() 200 } else if (strcmp(UsePkgSufx, ".tgz") == 0) { in childRebuildRepo() 203 } else if (strcmp(UsePkgSufx, ".tbz") == 0) { in childRebuildRepo() 206 } else if (strcmp(UsePkgSufx, ".tzst") == 0) { in childRebuildRepo() 211 UsePkgSufx); in childRebuildRepo() 216 ".txz", UsePkgSufx, in childRebuildRepo() 219 ".txz", UsePkgSufx, in childRebuildRepo() 221 } else if (repackage_mode == 1 && strcmp(UsePkgSufx, ".txz") != 0) { in childRebuildRepo() [all …]
|
| HD | dsynth.c | 240 addbuildenv("PKG_COMPRESSION_FORMAT", UsePkgSufx, in main() 242 addbuildenv("PKG_SUFX", UsePkgSufx, in main()
|
| HD | config.c | 71 const char *UsePkgSufx = USE_PKG_SUFX; variable 452 UsePkgSufx = l2; in parseConfigFile()
|
| HD | pkglist.c | 1216 snprintf(buf, sizeof(buf), "%s%s", ptr, UsePkgSufx); in childGetBinaryDistInfo() 1229 "skipping %s{.%s,.pkg}\n", ptr, UsePkgSufx); in childGetBinaryDistInfo() 1366 strcmp(suffix, UsePkgSufx) == 0) in scan_binary_repo()
|
| HD | dsynth.h | 577 extern const char *UsePkgSufx;
|
| HD | build.c | 2028 addbuildenv("PKG_COMPRESSION_FORMAT", UsePkgSufx, BENV_MAKECONF); in WorkerProcess() 2030 addbuildenv("PKG_SUFX", UsePkgSufx, BENV_MAKECONF); in WorkerProcess()
|