Searched refs:openpty (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | pty.c | 50 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function 95 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()
|
| H A D | Makefile | 71 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
|
| H A D | libutil.h | 123 int openpty(int *_amaster, int *_aslave, char *_name,
|