Home
last modified time | relevance | path

Searched refs:envlist (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/util/
H A Denvlist.c10 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 Dmeson.build37 util_ss.add(files('envlist.c', 'path.c', 'module.c'))
/openbmc/qemu/include/qemu/
H A Denvlist.h4 typedef struct envlist envlist_t;
/openbmc/openbmc/poky/bitbake/lib/toaster/
H A Dtox.ini2 envlist = py38, py39, py310, py311, py312 key
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch514 -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