Searched defs:envvar (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_support.py | 999 def __getitem__(self, envvar): argument 1002 def __setitem__(self, envvar, value): argument 1008 def __delitem__(self, envvar): argument 1018 def set(self, envvar, value): argument 1021 def unset(self, envvar): argument
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1278 def __getitem__(self, envvar): argument 1281 def __setitem__(self, envvar, value): argument 1287 def __delitem__(self, envvar): argument 1303 def set(self, envvar, value): argument 1306 def unset(self, envvar): argument
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ |
D | closures.c | 298 open_temp_exec_file_env (const char *envvar) in open_temp_exec_file_env()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 298 open_temp_exec_file_env (const char *envvar) in open_temp_exec_file_env()
|
/external/libffi/src/ |
D | closures.c | 326 open_temp_exec_file_env (const char *envvar) in open_temp_exec_file_env()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 427 static inline uint32_t env2u(const char *envvar) in env2u()
|
/external/curl/lib/ |
D | setup-vms.h | 115 static char *vms_getenv(const char *envvar) in vms_getenv()
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 67 #define setenv(envvar, value, dummy) _putenv_s(envvar, value) argument 70 #define prop2env(property, envvar) \ argument
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2233 register char * envvar; in outzone() local
|