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(&master, &slave, name, nullptr, &w)); in TEST()
119 ASSERT_EQ(0, openpty(&master, &slave, nullptr, nullptr, nullptr)); in TEST()
/bionic/libc/bionic/
Dpty.cpp115 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/libc/include/
Dpty.h52 int openpty(int* _Nonnull __master_fd, int* _Nonnull __slave_fd, char* _Nullable __slave_name, cons…
/bionic/docs/
Dstatus.md159 * <pty.h> `forkpty`, `openpty`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt716 openpty; # introduced=23
/bionic/libc/
Dlibc.map.txt716 openpty; # introduced=23