Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpty.cpp151 int forkpty(int* parent_pty, char* child_tty_name, const termios* t, const winsize* ws) { in forkpty() argument
167 *parent_pty = -1; in forkpty()
176 *parent_pty = pty; in forkpty()