Searched refs:forkpty (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/ |
D | pty.h | 40 int forkpty(int*, char*, const struct termios*, const struct winsize*);
|
/bionic/tests/ |
D | pty_test.cpp | 48 TEST(pty, forkpty) { in TEST() argument 52 pid_t pid = forkpty(&master, NULL, NULL, NULL); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 154 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) { in forkpty() function
|
/bionic/libc/ |
D | libc.mips64.map | 304 forkpty;
|
D | libc.x86_64.map | 304 forkpty;
|
D | libc.arm64.map | 304 forkpty;
|
D | libc.x86.brillo.map | 371 forkpty;
|
D | libc.mips.brillo.map | 373 forkpty;
|
D | libc.arm.brillo.map | 375 forkpty;
|
D | libc.mips.map | 373 forkpty;
|
D | libc.x86.map | 371 forkpty;
|
D | libc.arm.map | 375 forkpty;
|
D | libc.map.txt | 377 forkpty;
|