Searched refs:child_tty_name (Results 1 – 1 of 1) sorted by relevance
151 int forkpty(int* parent_pty, char* child_tty_name, const termios* t, const winsize* ws) { in forkpty() argument154 if (openpty(&pty, &tty, child_tty_name, t, ws) == -1) { in forkpty()