Home
last modified time | relevance | path

Searched refs:TCSANOW (Results 1 – 25 of 43) sorted by relevance

12

/titanic_44/usr/src/lib/libast/common/features/
H A Dtty30 # ifndef TCSANOW
31 # define TCSANOW TCSETS
34 # endif /* TCSANOW */
96 # ifndef TCSANOW
98 # define TCSANOW TCSETA
102 # define TCSANOW TIOCSETN
107 # endif /* TCSANOW */
/titanic_44/usr/src/lib/libshell/common/include/
H A Dterminal.h62 # ifndef TCSANOW
63 # define TCSANOW TCSETS macro
134 # ifndef TCSANOW
136 # define TCSANOW TCSETA macro
146 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h57 # ifndef TCSANOW
58 # define TCSANOW TCSETS macro
123 # ifndef TCSANOW
125 # define TCSANOW TCSETA macro
129 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h36 # ifndef TCSANOW
37 # define TCSANOW TCSETS macro
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA macro
108 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h57 # ifndef TCSANOW
58 # define TCSANOW TCSETS macro
123 # ifndef TCSANOW
125 # define TCSANOW TCSETA macro
129 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h36 # ifndef TCSANOW
37 # define TCSANOW TCSETS macro
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA macro
108 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h57 # ifndef TCSANOW
58 # define TCSANOW TCSETS macro
123 # ifndef TCSANOW
125 # define TCSANOW TCSETA macro
129 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h36 # ifndef TCSANOW
37 # define TCSANOW TCSETS macro
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA macro
108 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h36 # ifndef TCSANOW
37 # define TCSANOW TCSETS macro
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA macro
108 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h57 # ifndef TCSANOW
58 # define TCSANOW TCSETS macro
123 # ifndef TCSANOW
125 # define TCSANOW TCSETA macro
129 # define TCSANOW TIOCSETN macro
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty36 # ifndef TCSANOW
37 # define TCSANOW TCSETS
40 # endif /* TCSANOW */
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA
108 # define TCSANOW TIOCSETN
113 # endif /* TCSANOW */
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty36 # ifndef TCSANOW
37 # define TCSANOW TCSETS
40 # endif /* TCSANOW */
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA
108 # define TCSANOW TIOCSETN
113 # endif /* TCSANOW */
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty36 # ifndef TCSANOW
37 # define TCSANOW TCSETS
40 # endif /* TCSANOW */
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA
108 # define TCSANOW TIOCSETN
113 # endif /* TCSANOW */
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty36 # ifndef TCSANOW
37 # define TCSANOW TCSETS
40 # endif /* TCSANOW */
102 # ifndef TCSANOW
104 # define TCSANOW TCSETA
108 # define TCSANOW TIOCSETN
113 # endif /* TCSANOW */
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dpromptusr.c78 if (tcsetattr(fd, TCSANOW, &echo_control) == -1) in krb5_os_get_tty_uio()
104 if (tcsetattr(fd, TCSANOW, &save_control) == -1) { in krb5_os_get_tty_uio()
124 tcsetattr(fd, TCSANOW, &save_control); in krb5_os_get_tty_uio()
H A Dprompter.c177 if (tcsetattr(STDIN_FILENO, TCSANOW, &tparm) < 0) in setup_tty()
195 ret = tcsetattr(fd, TCSANOW, saveparm); in restore_tty()
/titanic_44/usr/src/lib/libast/common/uwin/
H A Dgetpass.c63 if(tcsetattr(sffileno(iop),TCSANOW,&tnew) < 0) in getpass()
69 tcsetattr(sffileno(iop),TCSANOW,&told); in getpass()
/titanic_44/usr/src/cmd/format/
H A Dmisc.c459 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in echo_off()
482 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in echo_on()
526 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in charmode_on()
552 if (tcsetattr(ttystate.ttyfile, TCSANOW, &ttystate.ttystate) < 0) { in charmode_off()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dtcsetattr.c52 case TCSANOW: in tcsetattr()
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/
H A Duser.c574 (void) tcsetattr(0, TCSANOW, &newOpts); in ADM_Get_Password()
599 (void) tcsetattr(0, TCSANOW, &oldOpts); in ADM_Get_Password()
606 (void) tcsetattr(0, TCSANOW, &oldOpts); in ADM_Get_Password()
618 (void) tcsetattr(0, TCSANOW, &oldOpts); in cleanup()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c133 case TCSANOW: in tcsetattr()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h244 #define TCSANOW 0 /* arg to tcsetattr() */ macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h244 #define TCSANOW 0 /* arg to tcsetattr() */ macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c478 if (tcsetattr(fd, TCSANOW, &tio) == -1) in tty_parse_modes()
/titanic_44/usr/src/lib/krb5/ss/
H A Dlisten.c39 tcsetattr(STDIN_FILENO, TCSANOW, &termbuf); in print_prompt()

12