func syscall.CloseOnExec

8 uses

	syscall (current package)
		exec_unix.go#L104: func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }

	internal/poll
		fd_unix.go#L511: 	syscall.CloseOnExec(newfd)
		sys_cloexec.go#L26: 		syscall.CloseOnExec(ns)

	net
		sys_cloexec.go#L25: 		syscall.CloseOnExec(s)

	os
		file_unix.go#L237: 		syscall.CloseOnExec(r)
		pipe_bsd.go#L23: 	syscall.CloseOnExec(p[0])
		pipe_bsd.go#L24: 	syscall.CloseOnExec(p[1])
		removeall_at.go#L188: 		syscall.CloseOnExec(r)