Searched refs:queuebulk (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/usr.bin/dsynth/ |
| HD | pkglist.c | 193 queuebulk("ports-mgmt", "pkg", NULL, "x"); in ParsePackageList() 226 queuebulk(l1, l2, l3, (debugstop ? "d" : NULL)); in ParsePackageList() 280 queuebulk(l1, l2, l3, (debugstop ? "d" : NULL)); in parsepkglist_file() 319 queuebulk("ports-mgmt", "pkg", NULL, "x"); in GetLocalPackageList() 339 queuebulk(l1, l2, NULL, NULL); in GetLocalPackageList() 371 queuebulk(l1, l2, data, NULL); in GetLocalPackageList() 377 queuebulk(l1, l2, NULL, NULL); in GetLocalPackageList() 603 queuebulk("ports-mgmt", "pkg", NULL, "x"); in GetPkgPkg() 646 queuebulk("ports-mgmt", "pkg", NULL, NULL); in OptimizeEnv() 783 queuebulk(s1, s2, flavor, NULL); in resolveFlavors() [all …]
|
| HD | bulk.c | 158 queuebulk(const char *s1, const char *s2, const char *s3, const char *s4) in queuebulk() function
|
| HD | dsynth.h | 606 void queuebulk(const char *s1, const char *s2, const char *s3,
|
| HD | repo.c | 106 queuebulk(tpath, NULL, NULL, NULL); in DoRebuildRepo()
|
| HD | build.c | 3093 queuebulk(pkg->portdir, id, path, pkg->pkgfile); in doHook() 3095 queuebulk(NULL, id, path, NULL); in doHook()
|