Home
last modified time | relevance | path

Searched refs:cstr (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c84 QString *cstr; in escaped_string() local
90 cstr = from_json_str(test_cases[i].json_in, j, &error_abort); in escaped_string()
91 g_assert_cmpstr(qstring_get_str(cstr), in escaped_string()
94 jstr = to_json_str(cstr); in escaped_string()
98 qobject_unref(cstr); in escaped_string()
100 cstr = from_json_str(test_cases[i].json_in, j, NULL); in escaped_string()
101 g_assert(!cstr); in escaped_string()
116 char *cstr; in string_with_quotes() local
122 cstr = g_strndup(test_cases[i] + 1, strlen(test_cases[i]) - 2); in string_with_quotes()
123 g_assert_cmpstr(qstring_get_str(str), ==, cstr); in string_with_quotes()
[all …]
/openbmc/phosphor-host-ipmid/oem/example/
H A Dapphandler.cpp256 const char* cstr = str.c_str(); in convertVersion() local
258 ec] = std::from_chars(cstr, cstr + str.size(), val, 16); in convertVersion()
259 if (ec != std::errc() || ptr != cstr + str.size()) in convertVersion()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp565 const char* cstr = str.c_str(); in convertVersion() local
567 ec] = std::from_chars(cstr, cstr + str.size(), val, 16); in convertVersion()
568 if (ec != std::errc() || ptr != cstr + str.size()) in convertVersion()
/openbmc/libcper/
H A D.clang-tidy189 readability-redundant-string-cstr,
/openbmc/obmc-console/
H A D.clang-tidy198 readability-redundant-string-cstr,
/openbmc/libpldm/
H A D.clang-tidy199 readability-redundant-string-cstr,
/openbmc/phosphor-bmc-code-mgmt/
H A D.clang-tidy253 readability-redundant-string-cstr,
/openbmc/phosphor-led-manager/
H A D.clang-tidy276 readability-redundant-string-cstr,
/openbmc/phosphor-psu-code-mgmt/
H A D.clang-tidy249 readability-redundant-string-cstr,
/openbmc/phosphor-state-manager/
H A D.clang-tidy278 readability-redundant-string-cstr,
/openbmc/estoraged/
H A D.clang-tidy282 readability-redundant-string-cstr,
/openbmc/phosphor-time-manager/
H A D.clang-tidy295 readability-redundant-string-cstr,
/openbmc/phosphor-led-sysfs/
H A D.clang-tidy296 readability-redundant-string-cstr,
/openbmc/dbus-sensors/
H A D.clang-tidy316 readability-redundant-string-cstr,
/openbmc/entity-manager/
H A D.clang-tidy331 readability-redundant-string-cstr,
/openbmc/bmcweb/
H A D.clang-tidy336 readability-redundant-string-cstr,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch290 acc->method = OBJ_txt2obj(type.cstr(), 0);