Home
last modified time | relevance | path

Searched refs:HAVE_FORKPTY (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h242 #define HAVE_FORKPTY 1 macro
/external/python/cpython2/linux_arm64/pyconfig/
Dpyconfig.h266 #define HAVE_FORKPTY 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h242 #define HAVE_FORKPTY 1 macro
/external/python/cpython3/android/darwin/pyconfig/
Dpyconfig.h381 #define HAVE_FORKPTY 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h379 #define HAVE_FORKPTY 1 macro
/external/python/cpython3/android/linux_arm64/pyconfig/
Dpyconfig.h379 #define HAVE_FORKPTY 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h381 #define HAVE_FORKPTY 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h326 #undef HAVE_FORKPTY
/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)
4008 #ifdef HAVE_FORKPTY
8954 #ifdef HAVE_FORKPTY
/external/python/cpython2/
Dpyconfig.h.in265 #undef HAVE_FORKPTY
Dconfigure.ac3386 [AC_DEFINE(HAVE_FORKPTY) LIBS="$LIBS -lutil"], definition
3387 AC_CHECK_LIB(bsd,forkpty, [AC_DEFINE(HAVE_FORKPTY) LIBS="$LIBS -lbsd"]) definition
/external/python/cpython3/
Dpyconfig.h.in378 #undef HAVE_FORKPTY
Dconfigure.ac4037 [AC_DEFINE(HAVE_FORKPTY) LIBS="$LIBS -lutil"], definition
4038 AC_CHECK_LIB(bsd,forkpty, [AC_DEFINE(HAVE_FORKPTY) LIBS="$LIBS -lbsd"]) definition
/external/python/cpython3/Modules/
Dposixmodule.c7203 #if defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX)
7321 #ifdef HAVE_FORKPTY
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3073 #if defined(HAVE_FORKPTY)