Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
HDrepo.c92 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 …]
HDdsynth.c240 addbuildenv("PKG_COMPRESSION_FORMAT", UsePkgSufx, in main()
242 addbuildenv("PKG_SUFX", UsePkgSufx, in main()
HDconfig.c71 const char *UsePkgSufx = USE_PKG_SUFX; variable
452 UsePkgSufx = l2; in parseConfigFile()
HDpkglist.c1216 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()
HDdsynth.h577 extern const char *UsePkgSufx;
HDbuild.c2028 addbuildenv("PKG_COMPRESSION_FORMAT", UsePkgSufx, BENV_MAKECONF); in WorkerProcess()
2030 addbuildenv("PKG_SUFX", UsePkgSufx, BENV_MAKECONF); in WorkerProcess()