Home
last modified time | relevance | path

Searched defs:forkpty (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpty.cpp151 int forkpty(int* parent_pty, char* child_tty_name, const termios* t, const winsize* ws) { in forkpty() function
/aosp12/bionic/tests/
H A Dpty_test.cpp54 TEST(pty, forkpty) { in TEST() argument