Home
last modified time | relevance | path

Searched refs:HAVE_DEV_PTMX (Results 1 – 20 of 20) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-openpty.c60 #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
95 #elif defined(HAVE_DEV_PTMX) in openpty()
/external/openssh/
Dincludes.h105 #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX)
Dconfigure.ac4799 AC_DEFINE_UNQUOTED([HAVE_DEV_PTMX], [1], definition
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h178 #undef HAVE_DEV_PTMX
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h178 #undef HAVE_DEV_PTMX
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h178 #undef HAVE_DEV_PTMX
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h178 #undef HAVE_DEV_PTMX
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h178 #define HAVE_DEV_PTMX 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h178 #define HAVE_DEV_PTMX 1 macro
/external/openssh/prebuilt-intermediates/
Dconfig.h330 #define HAVE_DEV_PTMX 1 macro
/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h258 #define HAVE_DEV_PTMX 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h258 #define HAVE_DEV_PTMX 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h258 #define HAVE_DEV_PTMX 1 macro
/external/python/cpython2/Modules/
Dposixmodule.c3918 #if defined(HAVE_DEV_PTC) && !defined(HAVE_DEV_PTMX)
3920 #define HAVE_DEV_PTMX macro
3925 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
3942 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
3954 #if defined(HAVE_DEV_PTMX) && !defined(HAVE_OPENPTY) && !defined(HAVE__GETPTY) in posix_openpty()
8951 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
/external/python/cpython3/Modules/
Dposixmodule.c7062 #if defined(HAVE_DEV_PTC) && !defined(HAVE_DEV_PTMX)
7064 #define HAVE_DEV_PTMX macro
7069 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
7087 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
7105 #if defined(HAVE_DEV_PTMX) && !defined(HAVE_OPENPTY) && !defined(HAVE__GETPTY) in os_openpty_impl()
/external/python/cpython2/
Dpyconfig.h.in201 #undef HAVE_DEV_PTMX
Dconfigure.ac4713 AC_DEFINE(HAVE_DEV_PTMX, 1, definition
/external/python/cpython3/
Dpyconfig.h.in257 #undef HAVE_DEV_PTMX
Dconfigure.ac5318 AC_DEFINE(HAVE_DEV_PTMX, 1, definition
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3109 #if (defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX))