const syscall.F_DUPFD_CLOEXEC
3 uses
syscall (current package)
zerrors_darwin_arm64.go#L236: F_DUPFD_CLOEXEC = 0x43
internal/poll
fd_unix.go#L484: if syscall.F_DUPFD_CLOEXEC != 0 && atomic.LoadInt32(&tryDupCloexec) == 1 {
fd_unix.go#L485: r0, e1 := fcntl(fd, syscall.F_DUPFD_CLOEXEC, 0)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)