-
posix_openpt – open a pseudoterminal device
FUNCTION IMPLEMENTATION int posix_openpt(int flags) { return open(“/dev/ptmx”, flags); } stitched (P) TO : A Model using the Function [ posix_openpt ]
-
pty – pseudoterminal interfaces
FIXME SOURCE RELATED: http://www.nostarch.com/tlpi RELATED FROM RESEARCH PAPER: http://dl.acm.org/citation.cfm?id=359703 stitched (P) TO : Application of Psuedo Terminal