Home
last modified time | relevance | path

Searched refs:TCSETS (Results 1 – 25 of 10622) sorted by relevance

12345678910>>...425

/dports/games/powwow/powwow-1.2.17/
H A Dfollow.c56 #if defined(TCSETS) || defined(TCSETATTR)
57 # ifndef TCSETS /* cc for HP-UX SHOULD define this... */
58 # define TCSETS TCSETATTR macro
63 # define TCSETS TCSETA macro
129 ioctl(0, TCSETS, &ttyb); in set_terminal()
147 ioctl(0, TCSETS, &ttybsave); in reset_terminal()
/dports/lang/expect/expect5.45.4/
H A Dexp_tty_in.h51 # define TCSETS TCSETA macro
62 # define TCSETS TIOCSETP macro
83 # if !defined(TCGETS) || !defined(TCSETS)
85 # define TCSETS TCSETA macro
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/term/
H A Dterm_solaris.go36 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
41 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
85 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
93 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/devel/hub/hub-2.14.2/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, &newTermios); err != nil {
105 return unix.IoctlSetTermios(fd, unix.TCSETS, oldState.state)
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/term/
H A Dterm_solaris.go36 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
41 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
85 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
93 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/term/
H A Dterm_solaris.go36 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
41 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
85 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
93 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, &newTermios); err != nil {
105 return unix.IoctlSetTermios(fd, unix.TCSETS, oldState.state)
/dports/textproc/uni/uni-2.4.0/vendor/golang.org/x/term/
H A Dterm_solaris.go36 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
41 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
85 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
93 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, &newTermios); err != nil {
105 return unix.IoctlSetTermios(fd, unix.TCSETS, oldState.state)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/dns/rdap/rdap-e2ea151/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/golang.org/x/term/
H A Dterm_solaris.go36 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
41 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
85 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
93 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/dns/cli53/cli53-0.8.18/vendor/golang.org/x/crypto/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)
/dports/devel/lazygit/lazygit-0.31.4/vendor/golang.org/x/crypto/crypto-7f63de1d35b0/ssh/terminal/
H A Dutil_solaris.go41 err = unix.IoctlSetTermios(fd, unix.TCSETS, &newState)
46 defer unix.IoctlSetTermios(fd, unix.TCSETS, &oldState)
93 if err := unix.IoctlSetTermios(fd, unix.TCSETS, termios); err != nil {
103 return unix.IoctlSetTermios(fd, unix.TCSETS, &oldState.termios)

12345678910>>...425