bpathf             46 src/cmd/dist/a.h char*	bpathf(Buf *b, char *fmt, ...);
bpathf            126 src/cmd/dist/build.c 	p = bpathf(&b, "%s/include/u.h", goroot);
bpathf            213 src/cmd/dist/build.c 	bpathf(&b, "%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch);
bpathf            256 src/cmd/dist/build.c 	bpathf(&path, "%s/VERSION", goroot);
bpathf            271 src/cmd/dist/build.c 	bpathf(&path, "%s/VERSION.cache", goroot);
bpathf            384 src/cmd/dist/build.c 	p = bpathf(&b, "%s/bin", goroot);
bpathf            389 src/cmd/dist/build.c 	p = bpathf(&b, "%s/pkg", goroot);
bpathf            392 src/cmd/dist/build.c 	p = bpathf(&b, "%s/pkg/%s_%s", goroot, gohostos, gohostarch);
bpathf            397 src/cmd/dist/build.c 		p = bpathf(&b, "%s/pkg/%s_%s", goroot, goos, goarch);
bpathf            408 src/cmd/dist/build.c 	bpathf(&b, "%s/pkg/obj/libgc.a", goroot);
bpathf            410 src/cmd/dist/build.c 		xremoveall(bpathf(&b, "%s/pkg/obj", goroot));
bpathf            411 src/cmd/dist/build.c 	p = bpathf(&b, "%s/pkg/obj/%s_%s", goroot, gohostos, gohostarch);
bpathf            423 src/cmd/dist/build.c 	xremoveall(bpathf(&b, "%s/bin/tool", goroot));
bpathf            427 src/cmd/dist/build.c 		xremove(bpathf(&b, "%s/bin/%s", goroot, oldtool[i]));
bpathf            441 src/cmd/dist/build.c 			if(isdir(bpathf(&b, "%s/%s", goroot, unreleased[i])))
bpathf            668 src/cmd/dist/build.c 	bpathf(&path, "%s/src/%s", goroot, dir);
bpathf            673 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/%s", tooldir, name),
bpathf            674 src/cmd/dist/build.c 			bpathf(&b1, "%s/misc/%s", goroot, name), 1);
bpathf            728 src/cmd/dist/build.c 		vadd(&link, bpathf(&b, "%s/pkg/obj/%s_%s/%s%s.a", goroot, gohostos, gohostarch, prefix, name));
bpathf            737 src/cmd/dist/build.c 		vadd(&link, bpathf(&b, "%s/pkg/%s_%s/%s.a", goroot, goos, goarch, dir+4));
bpathf            740 src/cmd/dist/build.c 		vadd(&link, bpathf(&b, "%s/%sl", tooldir, gochar));
bpathf            746 src/cmd/dist/build.c 		vadd(&link, bpathf(&b, "%s/%s%s", tooldir, elem, exe));
bpathf            753 src/cmd/dist/build.c 			vadd(&link, bpathf(&b, "%s/%s", tooldir, name));
bpathf            761 src/cmd/dist/build.c 			vadd(&link, bpathf(&b, "%s/%s%s", tooldir, name, exe));
bpathf            803 src/cmd/dist/build.c 					vadd(&lib, bpathf(&b, "%s", p));
bpathf            807 src/cmd/dist/build.c 					bpathf(&b, "%s/%s", bstr(&path), p);
bpathf            813 src/cmd/dist/build.c 						vadd(&files, bpathf(&b1, "%s/%s", bstr(&b), extra.p[k]));
bpathf            837 src/cmd/dist/build.c 			bpathf(&b, "%s/%s", bstr(&path), files.p[i]);
bpathf            885 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/arch_GOARCH.h", workdir),
bpathf            886 src/cmd/dist/build.c 			bpathf(&b1, "%s/arch_%s.h", bstr(&path), goarch), 0);
bpathf            887 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/defs_GOOS_GOARCH.h", workdir),
bpathf            888 src/cmd/dist/build.c 			bpathf(&b1, "%s/defs_%s_%s.h", bstr(&path), goos, goarch), 0);
bpathf            889 src/cmd/dist/build.c 		p = bpathf(&b1, "%s/signal_%s_%s.h", bstr(&path), goos, goarch);
bpathf            891 src/cmd/dist/build.c 			copy(bpathf(&b, "%s/signal_GOOS_GOARCH.h", workdir), p, 0);
bpathf            892 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/os_GOOS.h", workdir),
bpathf            893 src/cmd/dist/build.c 			bpathf(&b1, "%s/os_%s.h", bstr(&path), goos), 0);
bpathf            894 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/signals_GOOS.h", workdir),
bpathf            895 src/cmd/dist/build.c 			bpathf(&b1, "%s/signals_%s.h", bstr(&path), goos), 0);
bpathf            929 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/zasm_GOOS_GOARCH.h", workdir),
bpathf            930 src/cmd/dist/build.c 			bpathf(&b1, "%s/zasm_%s_%s.h", bstr(&path), goos, goarch), 0);
bpathf            971 src/cmd/dist/build.c 				vadd(&compile, bpathf(&b, "-I%s/include/plan9", goroot));
bpathf            972 src/cmd/dist/build.c 				vadd(&compile, bpathf(&b, "-I%s/include/plan9/%s", goroot, gohostarch));
bpathf            982 src/cmd/dist/build.c 				vadd(&compile, bpathf(&b, "%s/include", goroot));
bpathf           1021 src/cmd/dist/build.c 				vadd(&compile, bpathf(&b, "%s/%sa", tooldir, gochar));
bpathf           1023 src/cmd/dist/build.c 				vadd(&compile, bpathf(&b, "%s/%sc", tooldir, gochar));
bpathf           1040 src/cmd/dist/build.c 		bpathf(&b, "%s/%s", workdir, lastelem(files.p[i]));
bpathf           1047 src/cmd/dist/build.c 			bpathf(&b1, "%s/pkg/obj/%s", goroot, dir);
bpathf           1049 src/cmd/dist/build.c 			bpathf(&b, "%s/%s", bstr(&b1), lastelem(files.p[i]));
bpathf           1073 src/cmd/dist/build.c 		vadd(&compile, bpathf(&b, "%s/%sg", tooldir, gochar));
bpathf           1075 src/cmd/dist/build.c 		bpathf(&b, "%s/_go_.a", workdir);
bpathf           1119 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/pkg/%s_%s/cgocall.h", goroot, goos, goarch),
bpathf           1120 src/cmd/dist/build.c 			bpathf(&b1, "%s/src/pkg/runtime/cgocall.h", goroot), 0);
bpathf           1121 src/cmd/dist/build.c 		copy(bpathf(&b, "%s/pkg/%s_%s/runtime.h", goroot, goos, goarch),
bpathf           1122 src/cmd/dist/build.c 			bpathf(&b1, "%s/src/pkg/runtime/runtime.h", goroot), 0);
bpathf           1439 src/cmd/dist/build.c 		bpathf(&path, "%s/src/%s", goroot, cleantab[i]);
bpathf           1445 src/cmd/dist/build.c 					xremove(bpathf(&b, "%s/%s", bstr(&path), dir.p[j]));
bpathf           1450 src/cmd/dist/build.c 			xremove(bpathf(&b, "%s/%s", bstr(&path), cleantab[i]+4));
bpathf           1455 src/cmd/dist/build.c 	bpathf(&path, "%s/src/pkg/runtime", goroot);
bpathf           1459 src/cmd/dist/build.c 			xremove(bpathf(&b, "%s/%s", bstr(&path), dir.p[j]));
bpathf           1464 src/cmd/dist/build.c 		xremoveall(bpathf(&b, "%s/pkg/obj/%s_%s", goroot, gohostos, gohostarch));
bpathf           1467 src/cmd/dist/build.c 		xremoveall(bpathf(&b, "%s/pkg/%s_%s", goroot, gohostos, gohostarch));
bpathf           1468 src/cmd/dist/build.c 		xremoveall(bpathf(&b, "%s/pkg/%s_%s", goroot, goos, goarch));
bpathf           1472 src/cmd/dist/build.c 		xremove(bpathf(&b, "%s/VERSION.cache", goroot));
bpathf           1645 src/cmd/dist/build.c 	bpathf(&src, "%s/src/", goroot);
bpathf           1759 src/cmd/dist/build.c 		if(isfile(bpathf(&path, "%s/cov", tooldir)))
bpathf            188 src/cmd/dist/buildruntime.c 	vadd(&argv, bpathf(&b, "%s/%sc", tooldir, gochar));
bpathf            198 src/cmd/dist/buildruntime.c 	vadd(&argv, bpathf(&b, "%s/proc.acid", workdir));
bpathf            201 src/cmd/dist/buildruntime.c 	readfile(&in, bpathf(&b, "%s/proc.acid", workdir));
bpathf            348 src/cmd/dist/buildruntime.c 	vadd(&argv, bpathf(&b, "%s/%sc", tooldir, gochar));
bpathf            358 src/cmd/dist/buildruntime.c 	vadd(&argv, bpathf(&b, "%s/runtimedefs", workdir));
bpathf            364 src/cmd/dist/buildruntime.c 		readfile(&b, bpathf(&b1, "%s/runtimedefs", workdir));
bpathf            162 src/cmd/dist/plan9.c 		bpathf(&b1, "/bin/%s", argv->p[0]);