Home
last modified time | relevance | path

Searched refs:HAVE_OPENPTY (Results 1 – 15 of 15) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-openpty.c36 #if !defined(HAVE_OPENPTY)
Dopenbsd-compat.h203 #ifndef HAVE_OPENPTY
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h508 #define HAVE_OPENPTY 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h507 #define HAVE_OPENPTY 1 macro
/external/openssh/
Dsshpty.c98 #if !defined(__APPLE_PRIVPTY__) && !defined(HAVE_OPENPTY) in pty_release()
Dconfig.h.in837 #undef HAVE_OPENPTY
/external/python/cpython2/RISCOS/
Dpyconfig.h434 #undef HAVE_OPENPTY
/external/python/cpython2/Include/
Dpyport.h666 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY)
/external/python/cpython2/Modules/
Dposixmodule.c3925 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
3942 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
3951 #ifndef HAVE_OPENPTY in posix_openpty()
3954 #if defined(HAVE_DEV_PTMX) && !defined(HAVE_OPENPTY) && !defined(HAVE__GETPTY) in posix_openpty()
3961 #ifdef HAVE_OPENPTY in posix_openpty()
8951 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
/external/python/cpython3/Modules/
Dposixmodule.c5907 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
5925 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
5940 #ifndef HAVE_OPENPTY in os_openpty_impl()
5943 #if defined(HAVE_DEV_PTMX) && !defined(HAVE_OPENPTY) && !defined(HAVE__GETPTY) in os_openpty_impl()
5950 #ifdef HAVE_OPENPTY in os_openpty_impl()
/external/python/cpython2/
Dpyconfig.h.in527 #undef HAVE_OPENPTY
Dconfigure.ac3380 [AC_DEFINE(HAVE_OPENPTY) LIBS="$LIBS -lutil"], definition
3381 AC_CHECK_LIB(bsd,openpty, [AC_DEFINE(HAVE_OPENPTY) LIBS="$LIBS -lbsd"]) definition
/external/python/cpython3/
Dpyconfig.h.in687 #undef HAVE_OPENPTY
Dconfigure.ac3843 [AC_DEFINE(HAVE_OPENPTY) LIBS="$LIBS -lutil"], definition
3844 AC_CHECK_LIB(bsd,openpty, [AC_DEFINE(HAVE_OPENPTY) LIBS="$LIBS -lbsd"]) definition
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2290 #if (defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX))