Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-openpty.c60 #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
93 #elif defined(HAVE_DEV_PTMX) in openpty()
/external/openssh/
Dincludes.h102 #if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX)
Dconfig.h330 #define HAVE_DEV_PTMX 1 macro
Dconfig.h.in371 #undef HAVE_DEV_PTMX
Dconfigure.ac4445 AC_DEFINE_UNQUOTED([HAVE_DEV_PTMX], [1], definition
/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/android_x86/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/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.c5900 #if defined(HAVE_DEV_PTC) && !defined(HAVE_DEV_PTMX)
5902 #define HAVE_DEV_PTMX macro
5907 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
5925 #if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
5943 #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.in246 #undef HAVE_DEV_PTMX
Dconfigure.ac5238 AC_DEFINE(HAVE_DEV_PTMX, 1, definition
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2290 #if (defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX))