Searched refs:openpty (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/ |
D | pty.h | 39 int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
|
/bionic/tests/ |
D | pty_test.cpp | 22 TEST(pty, openpty) { in TEST() argument 26 ASSERT_EQ(0, openpty(&master, &slave, name, NULL, &w)); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 118 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/ |
D | libc.map | 816 openpty;
|