Home
last modified time | relevance | path

Searched refs:openpty (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libutil/
H A Dpty.c50 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 DMakefile71 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h123 int openpty(int *_amaster, int *_aslave, char *_name,