syscall.RawSockaddrUnix.Path (field)
12 uses
syscall (current package)
syscall_linux.go#L554: if n > len(sa.raw.Path) {
syscall_linux.go#L557: if n == len(sa.raw.Path) && name[0] != '@' {
syscall_linux.go#L562: sa.raw.Path[i] = int8(name[i])
syscall_linux.go#L569: if sa.raw.Path[0] == '@' || (sa.raw.Path[0] == 0 && sl > 3) {
syscall_linux.go#L571: sa.raw.Path[0] = 0
syscall_linux.go#L644: if pp.Path[0] == 0 {
syscall_linux.go#L650: pp.Path[0] = '@'
syscall_linux.go#L659: for n < len(pp.Path) && pp.Path[n] != 0 {
syscall_linux.go#L662: 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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |