Searched refs:TIOCNOTTY (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | setsid.c | 43 #ifdef TIOCNOTTY 57 #ifdef TIOCNOTTY 65 ioctl(fd, TIOCNOTTY, 0);
|
H A D | open.c | 109 if ((op & O_NOCTTY) && ioctl(fd, TIOCNOTTY, 0))
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 239 #ifdef TIOCNOTTY in main() 289 #ifdef TIOCNOTTY in main() 306 #ifndef TIOCNOTTY in main()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 75 #define TIOCNOTTY _IO('t', 113) /* void tty association */ macro
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshpty.c | 298 #ifdef TIOCNOTTY in pty_make_controlling_tty() 301 (void) ioctl(fd, TIOCNOTTY, NULL); in pty_make_controlling_tty()
|
H A D | sshd.c | 1164 #ifdef TIOCNOTTY in main() 1171 #ifdef TIOCNOTTY in main() 1174 (void) ioctl(fd, TIOCNOTTY, NULL); in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ttold.h | 140 #define TIOCNOTTY (tIOC|113) /* void tty association */ macro
|
H A D | termios.h | 438 #define TIOCNOTTY (tIOC|113) /* void tty association */ macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | gentty.c | 309 if (cmd == TIOCNOTTY) { in syioctl()
|
/titanic_50/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 191 ioctl(tt, TIOCNOTTY, 0); in detachfromtty()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 196 (void) ioctl(t, TIOCNOTTY, (char *)0); in doit()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 130 ioctl(s, TIOCNOTTY, (char *)0);
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 141 case TIOCNOTTY: in _bc_ioctl()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2909 # ifdef TIOCNOTTY in setsid() 2915 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 270 (void) ioctl(t, TIOCNOTTY, (char *)0); in do_fork()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 381 { (uint_t)TIOCNOTTY, "TIOCNOTTY", NULL },
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 5675 case TIOCNOTTY: in strioctl()
|