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