Home
last modified time | relevance | path

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

/bionic/tests/
Dpty_test.cpp30 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/
Dpty.cpp115 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/
Dpty.h52 int openpty(int* _Nonnull __pty_fd, int* _Nonnull __tty_fd, char* _Nullable __tty_name, const struc…
/bionic/docs/
Dstatus.md194 * <pty.h> `forkpty`, `openpty`.
/bionic/libc/
Dlibc.map.txt716 openpty; # introduced=23
/bionic/tools/versioner/platforms/
Dlibc.map.txt716 openpty; # introduced=23