Home
last modified time | relevance | path

Searched refs:envname (Results 1 – 14 of 14) sorted by relevance

/external/python/setuptools/setuptools/tests/
Denvironment.py25 for envname in os.environ:
26 env[envname] = os.environ[envname]
/external/u-boot/common/
Dcli_simple.c123 char envname[CONFIG_SYS_CBSIZE], *envval; in cli_simple_process_macros() local
129 envname[i] = varname_start[i]; in cli_simple_process_macros()
130 envname[i] = 0; in cli_simple_process_macros()
133 envval = env_get(envname); in cli_simple_process_macros()
/external/u-boot/board/Arcturus/ucp1020/
Ducp1020.c62 char envname[8], *val; in board_gpio_init() local
65 sprintf(envname, "GPIO%d", i); in board_gpio_init()
66 val = env_get(envname); in board_gpio_init()
/external/u-boot/board/siemens/common/
Dboard.c116 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state() argument
123 ptr_env = env_get(envname); in get_button_state()
/external/python/cpython2/Lib/test/
Dtest_tempfile.py192 for envname in 'TMPDIR', 'TEMP', 'TMP':
193 dirname = os.getenv(envname)
195 env[envname] = os.path.abspath(envname)
199 for envname in 'TMPDIR', 'TEMP', 'TMP':
200 dirname = os.getenv(envname)
/external/python/setuptools/
Dtox.ini12 setenv=COVERAGE_FILE={toxworkdir}/.coverage.{envname}
/external/lua/src/
Dloadlib.c291 const char *envname, in setpath() argument
293 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
296 path = getenv(envname); /* try unversioned name */ in setpath()
/external/python/dateutil/
Dtox.ini17 setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname}
/external/python/cpython3/Lib/test/
Dtest_tempfile.py232 for envname in 'TMPDIR', 'TEMP', 'TMP':
233 dirname = os.getenv(envname)
235 env[envname] = os.path.abspath(envname)
239 for envname in 'TMPDIR', 'TEMP', 'TMP':
240 dirname = os.getenv(envname)
/external/python/cpython2/Lib/
Dtempfile.py155 for envname in 'TMPDIR', 'TEMP', 'TMP':
156 dirname = _os.getenv(envname)
/external/python/cpython3/Lib/
Dtempfile.py166 for envname in 'TMPDIR', 'TEMP', 'TMP':
167 dirname = _os.getenv(envname)
/external/gflags/src/
Dgflags.cc1158 const string envname = string("FLAGS_") + string(flagname); in ProcessFromenvLocked() local
1160 if (!SafeGetEnv(envname.c_str(), envval)) { in ProcessFromenvLocked()
1162 error_flags_[flagname] = (string(kError) + envname + in ProcessFromenvLocked()
/external/jemalloc/src/
Djemalloc.c1017 const char *envname = local
1025 if ((opts = secure_getenv(envname)) != NULL) {
/external/jemalloc_new/src/
Djemalloc.c932 const char *envname = local
940 if ((opts = jemalloc_secure_getenv(envname)) != NULL) {