func golang.org/x/sys/unix.fcntl
7 uses
golang.org/x/sys/unix (current package)
fcntl_darwin.go#L11: return fcntl(int(fd), cmd, arg)
fcntl_darwin.go#L16: _, err := fcntl(int(fd), cmd, int(uintptr(unsafe.Pointer(lk))))
fcntl_darwin.go#L22: _, err := fcntl(int(fd), cmd, int(uintptr(unsafe.Pointer(fstore))))
syscall_unix.go#L388: func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }
syscall_unix.go#L391: flag, err := fcntl(fd, F_GETFL, 0)
syscall_unix.go#L400: _, err = fcntl(fd, F_SETFL, flag)
zsyscall_darwin_amd64.go#L699: func fcntl(fd int, cmd int, arg int) (val int, err error) {
 |
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. |