Searched refs:TIOCGPTN (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ | ||
D | ioctls.h | 59 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro |
/bionic/libc/bionic/ | ||
D | pty.cpp | 68 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r() |