/titanic_44/usr/src/lib/libast/common/features/ |
H A D | tty | 30 # 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 D | terminal.h | 62 # 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 D | ast_tty.h | 57 # 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 D | ast_tty.h | 36 # 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 D | ast_tty.h | 57 # 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 D | ast_tty.h | 36 # 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 D | ast_tty.h | 57 # 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 D | ast_tty.h | 36 # 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 D | ast_tty.h | 36 # 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 D | ast_tty.h | 57 # 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 D | tty | 36 # 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 D | tty | 36 # 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 D | tty | 36 # 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 D | tty | 36 # 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 D | promptusr.c | 78 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 D | prompter.c | 177 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 D | getpass.c | 63 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 D | misc.c | 459 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 D | tcsetattr.c | 52 case TCSANOW: in tcsetattr()
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | user.c | 574 (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 D | posix_tty.c | 133 case TCSANOW: in tcsetattr()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 244 #define TCSANOW 0 /* arg to tcsetattr() */ macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 244 #define TCSANOW 0 /* arg to tcsetattr() */ macro
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 478 if (tcsetattr(fd, TCSANOW, &tio) == -1) in tty_parse_modes()
|
/titanic_44/usr/src/lib/krb5/ss/ |
H A D | listen.c | 39 tcsetattr(STDIN_FILENO, TCSANOW, &termbuf); in print_prompt()
|