Searched refs:envlist (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/ |
H A D | tests.sh | 315 envlist=py\{27,33,34,35,36\}-python 317 envlist=py\{27,36\}-python 319 tox -e $envlist 326 envlist=$1 327 tox -e $envlist 365 envlist=py\{27,33,34,35,36\}-cpp 367 envlist=py\{27,36\}-cpp 369 tox -e $envlist 378 envlist=$1 379 tox -e $envlist [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 5735 EXECV_CHAR **envlist; in parse_envlist() local 5740 envlist = PyMem_NEW(EXECV_CHAR *, i + 1); in parse_envlist() 5741 if (envlist == NULL) { in parse_envlist() 5805 if (!fsconvert_strdup(keyval, &envlist[envc++])) { in parse_envlist() 5815 envlist[envc] = 0; in parse_envlist() 5817 return envlist; in parse_envlist() 5822 free_string_array(envlist, envc); in parse_envlist() 5939 EXECV_CHAR **envlist; in os_execve_impl() local 5973 envlist = parse_envlist(env, &envc); in os_execve_impl() 5974 if (envlist in os_execve_impl() 6280 EXECV_CHAR **envlist = NULL; py_posix_spawn() local 6645 EXECV_CHAR **envlist; os_spawnve_impl() local [all...] |
Completed in 10 milliseconds