const syscall.F_GETFL
3 uses
syscall (current package)
exec_unix.go#L107: flag, err := fcntl(fd, F_GETFL, 0)
zerrors_linux_amd64.go#L270: F_GETFL = 0x3
internal/syscall/unix
nonblocking.go#L16: flag, _, e1 := syscall.Syscall(FcntlSyscall, uintptr(fd), uintptr(syscall.F_GETFL), 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)