HomeSort by relevance Sort by last modified time
    Searched defs:Py_GETENV (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pydebug.h 34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pydebug.h 33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /external/python/cpython2/Include/
pydebug.h 34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /external/python/cpython3/Include/
pydebug.h 34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))

Completed in 619 milliseconds