Searched refs:openpty (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | pty.h | 52 int openpty(int* _Nonnull __master_fd, int* _Nonnull __slave_fd, char* _Nullable __slave_name, cons…
|
/bionic/tests/ |
D | pty_test.cpp | 30 TEST(pty, openpty) { in TEST() argument 34 ASSERT_EQ(0, openpty(&master, &slave, name, nullptr, &w)); in TEST() 119 ASSERT_EQ(0, openpty(&master, &slave, nullptr, nullptr, nullptr)); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 115 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty() function 154 if (openpty(&master, &slave, name, t, ws) == -1) { in forkpty()
|
/bionic/docs/ |
D | status.md | 136 * <pty.h> `forkpty`, `openpty`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 716 openpty; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 716 openpty; # introduced=23
|