Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpty.h39 int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
/bionic/tests/
Dpty_test.cpp22 TEST(pty, openpty) { in TEST() argument
26 ASSERT_EQ(0, openpty(&master, &slave, name, NULL, &w)); in TEST()
/bionic/libc/bionic/
Dpty.cpp118 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty() function
156 if (openpty(master, &slave, name, t, ws) == -1) { in forkpty()
/bionic/libc/
Dlibc.map816 openpty;