/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 69 getenv = os.getenv variable
|
D | TargetTxtClassObject.py | 187 Target = TargetTxtDict(os.getenv("WORKSPACE"))
|
D | ToolDefClassObject.py | 224 ToolDef = ToolDefDict(os.getenv("WORKSPACE"))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 355 def getenv(var): function 358 def getenv(var): function 389 res = res + getenv(var) 403 res = res + getenv(var) 418 res = res + getenv(var)
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostname.c | 82 pHost = getenv ("HOSTNAME"); in gethostname()
|
D | res_init.c | 215 if (issetugid() == 0 && (cp = getenv("LOCALDOMAIN")) != NULL) in res_init() 217 if ((cp = getenv("LOCALDOMAIN")) != NULL) in res_init() 430 else if ((cp = getenv("RES_OPTIONS")) != NULL) in res_init()
|
D | res_query.c | 404 file = getenv("HOSTALIASES"); in hostalias()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pydebug.h | 33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pydebug.h | 34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | tempnam.c | 88 if ((tmp = getenv("TMPDIR")) != NULL && in tempnam()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 96 char *s = getenv(ENV_RGL_SERVER); in create()
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Environs.c | 175 char *getenv(const char *name) in getenv() function
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdlib.h | 269 char *getenv(const char *name);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Ecc.py | 76 PackagesPath = os.getenv("PACKAGES_PATH") 341 EccGlobalData.gWorkspace = os.path.normpath(os.getenv("WORKSPACE")) 364 EccGlobalData.gTarget = os.path.normpath(os.getenv("WORKSPACE"))
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
D | stdlib.h | 87 char *getenv(const char *);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Eot.py | 70 EotGlobalData.gEDK_SOURCE = os.path.normpath(os.getenv("EDK_SOURCE")) 72 EotGlobalData.gEFI_SOURCE = os.path.normpath(os.getenv("EFI_SOURCE")) 79 EotGlobalData.gWORKSPACE = os.path.normpath(os.getenv("WORKSPACE"))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/ |
D | TargetTool.py | 30 self.WorkSpace = os.path.normpath(os.getenv('WORKSPACE')) 226 if os.getenv('WORKSPACE') == None:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lua.c | 425 const char *init = getenv(name + 1); in handle_luainit() 428 init = getenv(name + 1); /* try alternative name */ in handle_luainit()
|
D | loadlib.c | 639 const char *path = getenv(envname1); in setpath() 641 path = getenv(envname2); /* try alternative name */ in setpath()
|
D | loslib.c | 117 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */ in os_getenv()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tempfile.py | 148 dirname = _os.getenv(envname) 153 dirname = _os.getenv('Wimp$ScrapDir')
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | CrtWrapper.c | 267 char *getenv (const char *varname) in getenv() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 244 char *getenv (const char *);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_import.py | 130 orig_getenv = os.getenv 136 self.assertIsNot(orig_getenv, new_os.getenv)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | getpath.c | 400 char *path = getenv("path"); in calculate_path()
|