Searched refs:openpty (Results 1 – 13 of 13) 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 | 24 TEST(pty, openpty) { in TEST() argument 28 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 157 if (openpty(&master, &slave, name, t, ws) == -1) { in forkpty()
|
/bionic/libc/ |
D | libc.mips64.map | 645 openpty;
|
D | libc.x86_64.map | 645 openpty;
|
D | libc.arm64.map | 645 openpty;
|
D | libc.x86.brillo.map | 695 openpty;
|
D | libc.mips.brillo.map | 697 openpty;
|
D | libc.mips.map | 697 openpty;
|
D | libc.arm.brillo.map | 699 openpty;
|
D | libc.x86.map | 695 openpty;
|
D | libc.map.txt | 723 openpty;
|
D | libc.arm.map | 699 openpty;
|