Searched refs:TIOCSCTTY (Results 1 – 19 of 19) sorted by relevance
/third_party/musl/src/misc/ |
D | login_tty.c | 8 if (ioctl(fd, TIOCSCTTY, (char *)0)) return -1; in login_tty()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 24 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/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()
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 73 #define TIOCSCTTY 0x5480 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 52 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 41 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 52 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 41 #define TIOCSCTTY 0x540E macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 39 #define TIOCSCTTY _IO('T', 14) macro
|
/third_party/python/Modules/ |
D | termios.c | 937 #ifdef TIOCSCTTY 938 {"TIOCSCTTY", TIOCSCTTY},
|
/third_party/weston/libweston/ |
D | weston-launch.c | 697 if (ioctl(wl->tty, TIOCSCTTY, 0) < 0) { in setup_session()
|
/third_party/mksh/ |
D | misc.c | 42 #ifdef TIOCSCTTY 2408 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt()
|