Home
last modified time | relevance | path

Searched defs:Py_GETENV (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpydebug.h33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpydebug.h34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s)) macro