Searched refs:forkpty (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | pty.h | 62 int forkpty(int* _Nonnull __master_fd, char* _Nullable __slave_name, const struct termios* _Nullabl…
|
/bionic/tests/ |
D | pty_test.cpp | 54 TEST(pty, forkpty) { in TEST() argument 58 pid_t pid = forkpty(&master, nullptr, nullptr, nullptr); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 151 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) { in forkpty() function
|
/bionic/docs/ |
D | status.md | 136 * <pty.h> `forkpty`, `openpty`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 370 forkpty; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 370 forkpty; # introduced=23
|