Searched refs:pty_num (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpty.cpp68 unsigned int pty_num; local
69 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) {
74 if (snprintf(buf, len, "/dev/pts/%u", pty_num) >= static_cast<int>(len)) {

Completed in 70 milliseconds