Searched refs:envlist (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/util/ |
H A D | envlist.c | 10 struct envlist { struct 21 envlist_t *envlist; in envlist_create() local 23 envlist = g_malloc(sizeof(*envlist)); in envlist_create() 25 QLIST_INIT(&envlist->el_entries); in envlist_create() 26 envlist->el_count = 0; in envlist_create() 28 return (envlist); in envlist_create() 35 envlist_free(envlist_t *envlist) in envlist_free() argument 39 assert(envlist != NULL); in envlist_free() 41 while (envlist->el_entries.lh_first != NULL) { in envlist_free() 42 entry = envlist->el_entries.lh_first; in envlist_free() [all …]
|
H A D | meson.build | 35 util_ss.add(files('envlist.c', 'path.c', 'module.c'))
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 271 envlist_t *envlist = NULL; in main() local 288 envlist = envlist_create(); in main() 300 (void) envlist_setenv(envlist, *wrk); in main() 335 if (envlist_setenv(envlist, r) != 0) { in main() 339 envlist_free(envlist); in main() 340 envlist = envlist_create(); in main() 343 if (envlist_unsetenv(envlist, r) != 0) { in main() 387 (void) envlist_unsetenv(envlist, "LD_PRELOAD"); in main() 508 target_environ = envlist_to_environ(envlist, NULL); in main() 509 envlist_free(envlist); in main()
|
/openbmc/qemu/linux-user/ |
H A D | main.c | 76 static envlist_t *envlist; variable 295 if (envlist_setenv(envlist, token) != 0) { in handle_arg_set_env() 307 if (envlist_unsetenv(envlist, token) != 0) { in handle_arg_unset_env() 708 envlist = envlist_create(); in main() 720 (void) envlist_setenv(envlist, *wrk); in main() 907 target_environ = envlist_to_environ(envlist, NULL); in main() 908 envlist_free(envlist); in main()
|
/openbmc/qemu/include/qemu/ |
H A D | envlist.h | 4 typedef struct envlist envlist_t;
|
/openbmc/openbmc/poky/bitbake/lib/toaster/ |
H A D | tox.ini | 2 envlist = py38, py39, py310, py311, py312 key
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 514 -envlist = py{27,37,38,39,310,311,py,py3},py{27,37}-flake8,noopenssl,docstrings 515 +envlist = py{27,37,38,39,310,311,py,py3},py{27,37}-flake8,noopenssl,docstrings,urllib3-2.0
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 189 envlist = py38, py39, py310, py311, py312, py313
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |