Home
last modified time | relevance | path

Searched refs:entryList (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/
H A Dport-gnome-menus3.patch81 - GSList *entryList = gmenu_tree_directory_get_contents (directory);
85 - g_slist_length(entryList) > 0)
102 - g_slist_length(entryList));
116 - for (l = entryList; l; l = l->next)
170 - g_slist_free (entryList);
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc50 QStringList entryList = value(key).toStringList(); in readSizes() local
53 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc71 QStringList entryList = value(key).toStringList(); in readSizes() local
74 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes()