syscall.RawSockaddrUnix.Path (field)
12 uses
syscall (current package)
syscall_linux.go#L418: if n > len(sa.raw.Path) {
syscall_linux.go#L421: if n == len(sa.raw.Path) && name[0] != '@' {
syscall_linux.go#L426: sa.raw.Path[i] = int8(name[i])
syscall_linux.go#L433: if sa.raw.Path[0] == '@' {
syscall_linux.go#L434: sa.raw.Path[0] = 0
syscall_linux.go#L507: if pp.Path[0] == 0 {
syscall_linux.go#L513: pp.Path[0] = '@'
syscall_linux.go#L522: for n < len(pp.Path) && pp.Path[n] != 0 {
syscall_linux.go#L525: bytes := (*[len(pp.Path)]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
ztypes_linux_amd64.go#L174: Path [108]int8
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)