const golang.org/x/sys/unix.XATTR_NOFOLLOW
5 uses
golang.org/x/sys/unix (current package)
syscall_darwin.go#L162: return getxattr(link, attr, xattrPointer(dest), len(dest), 0, XATTR_NOFOLLOW)
syscall_darwin.go#L204: return setxattr(link, attr, xattrPointer(data), len(data), 0, flags|XATTR_NOFOLLOW)
syscall_darwin.go#L223: return removexattr(link, attr, XATTR_NOFOLLOW)
syscall_darwin.go#L239: return listxattr(link, xattrPointer(dest), len(dest), XATTR_NOFOLLOW)
zerrors_darwin_amd64.go#L1483: XATTR_NOFOLLOW = 0x1
 |
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. |