Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
Dlogin_tty.c8 if (ioctl(fd, TIOCSCTTY, (char *)0)) return -1; in login_tty()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/generic/bits/
Dioctl.h24 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/mips64/bits/
Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/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()
/third_party/musl/arch/mips/bits/
Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h73 #define TIOCSCTTY 0x5480 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h52 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h41 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h52 #define TIOCSCTTY 0x540E macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h41 #define TIOCSCTTY 0x540E macro
/third_party/musl/arch/sh/bits/
Dioctl.h39 #define TIOCSCTTY _IO('T', 14) macro
/third_party/python/Modules/
Dtermios.c937 #ifdef TIOCSCTTY
938 {"TIOCSCTTY", TIOCSCTTY},
/third_party/weston/libweston/
Dweston-launch.c697 if (ioctl(wl->tty, TIOCSCTTY, 0) < 0) { in setup_session()
/third_party/mksh/
Dmisc.c42 #ifdef TIOCSCTTY
2408 if (ioctl(fd, TIOCSCTTY, NULL) == -1) in chvt()