gwrite             53 src/pkg/runtime/print.c 	gwrite(s, runtime·findnull((byte*)s));
gwrite            101 src/pkg/runtime/print.c 			gwrite(lp, p-lp);
gwrite            196 src/pkg/runtime/print.c 		gwrite(lp, p-lp);
gwrite            222 src/pkg/runtime/print.c 		gwrite((byte*)"true", 4);
gwrite            225 src/pkg/runtime/print.c 	gwrite((byte*)"false", 5);
gwrite            231 src/pkg/runtime/print.c 	gwrite(&c, 1);
gwrite            242 src/pkg/runtime/print.c 		gwrite("NaN", 3);
gwrite            246 src/pkg/runtime/print.c 		gwrite("+Inf", 4);
gwrite            250 src/pkg/runtime/print.c 		gwrite("-Inf", 4);
gwrite            312 src/pkg/runtime/print.c 	gwrite(buf, n+7);
gwrite            318 src/pkg/runtime/print.c 	gwrite("(", 1);
gwrite            321 src/pkg/runtime/print.c 	gwrite("i)", 2);
gwrite            336 src/pkg/runtime/print.c 	gwrite(buf+i, nelem(buf)-i);
gwrite            343 src/pkg/runtime/print.c 		gwrite("-", 1);
gwrite            363 src/pkg/runtime/print.c 	gwrite(buf+i, nelem(buf)-i);
gwrite            376 src/pkg/runtime/print.c 		gwrite("[string too long]", 17);
gwrite            380 src/pkg/runtime/print.c 		gwrite(v.str, v.len);
gwrite            386 src/pkg/runtime/print.c 	gwrite(" ", 1);
gwrite            392 src/pkg/runtime/print.c 	gwrite("\n", 1);