syscall.RawSockaddrUnix.Path (field)
11 uses
syscall (current package)
syscall_linux.go#L542: if n > len(sa.raw.Path) {
syscall_linux.go#L545: if n == len(sa.raw.Path) && name[0] != '@' {
syscall_linux.go#L550: sa.raw.Path[i] = int8(name[i])
syscall_linux.go#L557: if sa.raw.Path[0] == '@' {
syscall_linux.go#L558: sa.raw.Path[0] = 0
syscall_linux.go#L631: if pp.Path[0] == 0 {
syscall_linux.go#L637: pp.Path[0] = '@'
syscall_linux.go#L646: for n < len(pp.Path) && pp.Path[n] != 0 {
syscall_linux.go#L649: sa.Name = string(unsafe.Slice((*byte)(unsafe.Pointer(&pp.Path[0])), n))
ztypes_linux_amd64.go#L174: Path [108]int8
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |