Searched refs:TIOCSCTTY (Results 1 – 25 of 49) sorted by relevance
12
/external/openssh/ |
D | sshpty.c | 158 #ifdef TIOCSCTTY in pty_make_controlling_tty() 160 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 74 TIOCSCTTY = 21518
|
D | tty_arm.const | 74 TIOCSCTTY = 21518
|
D | tty_arm64.const | 74 TIOCSCTTY = 21518
|
D | tty_amd64.const | 74 TIOCSCTTY = 21518
|
D | tty_ppc64le.const | 74 TIOCSCTTY = 21518
|
D | tty.txt | 36 ioctl$TIOCSCTTY(fd fd_tty, cmd const[TIOCSCTTY], arg intptr)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 33 #define TIOCSCTTY 0x540E macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 100 #define TIOCSCTTY 0x5480 /* become controlling tty */ macro
|
/external/toybox/toys/pending/ |
D | openvt.c | 119 ioctl(vt_fd, TIOCSCTTY, 0); in openvt_main()
|
D | getty.c | 135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)"); in open_tty()
|
D | init.c | 220 if (hyphen) ioctl(0, TIOCSCTTY, 0); in run_command()
|
/external/python/cpython2/Modules/ |
D | termios.c | 854 #ifdef TIOCSCTTY 855 {"TIOCSCTTY", TIOCSCTTY},
|
/external/python/cpython3/Modules/ |
D | termios.c | 882 #ifdef TIOCSCTTY 883 {"TIOCSCTTY", TIOCSCTTY},
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 48 ret = ioctl(fd, TIOCSCTTY, NULL); in login_pty()
|
/external/strace/ |
D | term.c | 222 case TIOCSCTTY: in term_ioctl()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 158 | 14 ioctl$TIOCSCTTY(r2, 0x540e, 0x800)
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 452 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) { in LaunchProcess()
|
/external/mksh/src/ |
D | misc.c | 41 #ifdef TIOCSCTTY 2352 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1088 TIOCSCTTY = 0x7484 const
|
D | zerrors_dragonfly_amd64.go | 1246 TIOCSCTTY = 0x20007461 const
|
D | zerrors_openbsd_arm.go | 1289 TIOCSCTTY = 0x20007461 const
|
D | zerrors_openbsd_amd64.go | 1369 TIOCSCTTY = 0x20007461 const
|
D | zerrors_openbsd_386.go | 1286 TIOCSCTTY = 0x20007461 const
|
D | zerrors_darwin_386.go | 1425 TIOCSCTTY = 0x20007461 const
|
12