Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for TCGETS (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ioctl_zos.go

    	return &value, err
    }
    
    // IoctlGetTermios performs an ioctl on fd with a *Termios.
    //
    // The req value is expected to be TCGETS
    func IoctlGetTermios(fd int, req int) (*Termios, error) {
    	var value Termios
    	if req != TCGETS {
    		return &value, ENOSYS
    	}
    	err := Tcgetattr(fd, &value)
    	return &value, err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/term/term_unix_other.go

    // license that can be found in the LICENSE file.
    
    //go:build aix || linux || solaris || zos
    
    package term
    
    import "golang.org/x/sys/unix"
    
    const ioctlReadTermios = unix.TCGETS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 324 bytes
    - Viewed (0)
  3. src/syscall/types_linux.go

    	_STATX_BASIC_STATS   = C.STATX_BASIC_STATS
    )
    
    type pollFd C.struct_pollfd
    
    // Terminal handling
    
    type Termios C.struct_termios
    
    const (
    	IUCLC  = C.IUCLC
    	OLCUC  = C.OLCUC
    	TCGETS = C.TCGETS
    	TCSETS = C.TCSETS
    	XCASE  = C.XCASE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_ppc64le.go

    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	IUCLC  = 0x1000
    	OLCUC  = 0x4
    	TCGETS = 0x402c7413
    	TCSETS = 0x802c7414
    	XCASE  = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_loong64.go

    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Line   uint8
    	Cc     [32]uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x5401
    	TCSETS = 0x5402
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_mips64le.go

    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_arm64.go

    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x5401
    	TCSETS = 0x5402
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_arm.go

    	ECHOK    = 0x20
    	ECHONL   = 0x40
    	NOFLSH   = 0x80
    	TOSTOP   = 0x100
    	ECHOCTL  = 0x200
    	ECHOPRT  = 0x400
    	ECHOKE   = 0x800
    	FLUSHO   = 0x1000
    	PENDIN   = 0x4000
    	IEXTEN   = 0x8000
    	TCGETS   = 0x5401
    	TCSETS   = 0x5402
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_mips64.go

    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  10. src/syscall/ztypes_linux_ppc64.go

    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	IUCLC  = 0x1000
    	OLCUC  = 0x4
    	TCGETS = 0x402c7413
    	TCSETS = 0x802c7414
    	XCASE  = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top