Searched refs:forkpty (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/lib/libutil/
H A Dpty.c94 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) function
H A DMakefile59 MLINKS+= pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h96 int forkpty(int *_amaster, char *_name,
/freebsd-10.2-release/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0)
/freebsd-10.2-release/sys/teken/demo/
H A Dteken_demo.c296 switch (forkpty(&ptfd, NULL, NULL, &ws)) {
298 perror("forkpty");
/freebsd-10.2-release/libexec/rlogind/
H A Drlogind.c272 pid = forkpty(&master, line, NULL, &win);

Completed in 114 milliseconds