Searched refs:match_string (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/tcg/plugins/ |
| H A D | insn.c | 33 char *match_string; member 178 if (g_str_has_prefix(insn_disas, m->match_string)) { in vcpu_tb_trans() 226 g_string_printf(out, "Match: %s, hits %"PRId64"\n", m->match_string, hits); in plugin_exit() 241 g_free(m->match_string); in plugin_exit() 256 .match_string = g_strdup(match), in parse_match()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ksample.py | 17 def cmd_and_check(self, cmd='', match_string=''): argument 19 if not match_string: 25 result = ("%s" % match_string) in output
|
| /openbmc/u-boot/lib/ |
| H A D | hashtable.c | 537 static int match_string(int flag, const char *str, const char *pat, void *priv) in match_string() function 584 if (match_string(flag, ep->key, argv[arg], priv)) in match_entry() 588 if (match_string(flag, ep->data, argv[arg], priv)) in match_entry()
|
| /openbmc/sdbusplus/test/message/ |
| H A D | append.cpp | 30 MATCHER_P(iovec_equal, match_string, "") 33 return std::string(start, arg->iov_len) == match_string;
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | cve-update-db-native.bb | 234 match_string = "cpeMatch" 237 match_string = "cpe_match" 240 for cpe in node.get(match_string, ()):
|