Home
last modified time | relevance | path

Searched refs:TIOCSCTTY (Results 1 – 25 of 49) sorted by relevance

12

/external/openssh/
Dsshpty.c158 #ifdef TIOCSCTTY in pty_make_controlling_tty()
160 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
/external/syzkaller/sys/linux/
Dtty_386.const74 TIOCSCTTY = 21518
Dtty_arm.const74 TIOCSCTTY = 21518
Dtty_arm64.const74 TIOCSCTTY = 21518
Dtty_amd64.const74 TIOCSCTTY = 21518
Dtty_ppc64le.const74 TIOCSCTTY = 21518
Dtty.txt36 ioctl$TIOCSCTTY(fd fd_tty, cmd const[TIOCSCTTY], arg intptr)
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h33 #define TIOCSCTTY 0x540E macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h100 #define TIOCSCTTY 0x5480 /* become controlling tty */ macro
/external/toybox/toys/pending/
Dopenvt.c119 ioctl(vt_fd, TIOCSCTTY, 0); in openvt_main()
Dgetty.c135 if (ioctl(0, TIOCSCTTY, 1) < 0) perror_msg("ioctl(TIOCSCTTY)"); in open_tty()
Dinit.c220 if (hyphen) ioctl(0, TIOCSCTTY, 0); in run_command()
/external/python/cpython2/Modules/
Dtermios.c854 #ifdef TIOCSCTTY
855 {"TIOCSCTTY", TIOCSCTTY},
/external/python/cpython3/Modules/
Dtermios.c882 #ifdef TIOCSCTTY
883 {"TIOCSCTTY", TIOCSCTTY},
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddevpts_pts.c48 ret = ioctl(fd, TIOCSCTTY, NULL); in login_pty()
/external/strace/
Dterm.c222 case TIOCSCTTY: in term_ioctl()
/external/syzkaller/pkg/report/testdata/linux/report/
D15814 ioctl$TIOCSCTTY(r2, 0x540e, 0x800)
/external/libchrome/base/process/
Dlaunch_posix.cc452 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) { in LaunchProcess()
/external/mksh/src/
Dmisc.c41 #ifdef TIOCSCTTY
2352 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1088 TIOCSCTTY = 0x7484 const
Dzerrors_dragonfly_amd64.go1246 TIOCSCTTY = 0x20007461 const
Dzerrors_openbsd_arm.go1289 TIOCSCTTY = 0x20007461 const
Dzerrors_openbsd_amd64.go1369 TIOCSCTTY = 0x20007461 const
Dzerrors_openbsd_386.go1286 TIOCSCTTY = 0x20007461 const
Dzerrors_darwin_386.go1425 TIOCSCTTY = 0x20007461 const

12