func runtime.gostringnocopy
9 uses
runtime (current package)
cgocallback.go#L12: panic(gostringnocopy(p))
os_darwin.go#L424: executablePath = gostringnocopy(argv_index(argv, n+1))
runtime1.go#L73: argslice[i] = gostringnocopy(argv_index(argv, i))
string.go#L461: func gostringnocopy(str *byte) string {
symtab.go#L841: return gostringnocopy(cfuncname(f))
symtab.go#L868: return gostringnocopy(cfuncnameFromNameoff(f, nameoff))
symtab.go#L878: return gostringnocopy(&datap.filetab[fileoff])
traceback.go#L1295: println(gostringnocopy(arg.funcName))
traceback.go#L1301: print(gostringnocopy(arg.file), ":", arg.lineno, " ")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |