Home
last modified time | relevance | path

Searched defs:openpty (Results 1 – 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-openpty.c73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
/external/python/cpython2/Lib/
Dpty.py21 def openpty(): function
/external/python/cpython3/Lib/
Dpty.py21 def openpty(): function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1222 INTERCEPTOR(int, openpty, int *amaster, int *aslave, char *name, in INTERCEPTOR() argument