Searched refs:TIOCGPTN (Results 1 – 3 of 3) sorted by relevance
71 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
79 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
68 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r()