func syscall.Close

11 uses

	syscall (current package)
		exec_unix.go#L219: 	Close(p[1])
		exec_unix.go#L226: 	Close(p[0])
		exec_unix.go#L249: 		Close(p[0])
		exec_unix.go#L250: 		Close(p[1])
		syscall_bsd.go#L300: 		Close(nfd)
		syscall_bsd.go#L305: 		Close(nfd)
		syscall_darwin.go#L325: 		Close(fd2)
		zsyscall_darwin_amd64.go#L518: func Close(fd int) (err error) {

	internal/poll
		fd_opendir_darwin.go#L30: 		syscall.Close(fd2)
		hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close

	time
		sys_unix.go#L32: 	syscall.Close(int(fd))