/third_party/musl/src/misc/ |
D | pty.c | 30 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
|
D | openpty.c | 20 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | pty.c | 33 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
|
D | openpty.c | 22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 54 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 54 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 54 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 54 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 71 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 71 #define TIOCGPTN 0x80045430 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 82 #define TIOCGPTN _IOR('T', 48, unsigned int) macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 150 pub const TIOCGPTN: ::Ioctl = 0x40047486; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 148 pub const TIOCGPTN: ::Ioctl = 0x40045430; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 158 pub const TIOCGPTN: ::Ioctl = 0x40045430; constant
|
/third_party/libuv/docs/src/ |
D | tty.rst | 82 ioctl TIOCGPTN or TIOCPTYGNAME, for instance OpenBSD and Solaris.
|
/third_party/libuv/src/unix/ |
D | tty.c | 87 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
|
/third_party/node/deps/uv/src/unix/ |
D | tty.c | 87 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 173 pub const TIOCGPTN: ::Ioctl = 0x80045430; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 58 #define TIOCGPTN 0x80045430ul macro 1614 #define TIOCGPTN 0x80045430ul macro 3174 #define TIOCGPTN 0x80045430ul macro 4730 #define TIOCGPTN 0x80045430ul macro 6182 #define TIOCGPTN 0x40045430ul macro 7628 #define TIOCGPTN 0x40045430ul macro 9178 #define TIOCGPTN 0x40045430ul macro 10729 #define TIOCGPTN 0x80045430ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 56 TIOCGPTN
|