Searched refs:cstr (Results 1 – 17 of 17) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | check-qjson.c | 84 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 D | apphandler.cpp | 256 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 D | apphandler.cpp | 565 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-tidy | 189 readability-redundant-string-cstr,
|
| /openbmc/obmc-console/ |
| H A D | .clang-tidy | 198 readability-redundant-string-cstr,
|
| /openbmc/libpldm/ |
| H A D | .clang-tidy | 199 readability-redundant-string-cstr,
|
| /openbmc/phosphor-bmc-code-mgmt/ |
| H A D | .clang-tidy | 253 readability-redundant-string-cstr,
|
| /openbmc/phosphor-led-manager/ |
| H A D | .clang-tidy | 276 readability-redundant-string-cstr,
|
| /openbmc/phosphor-psu-code-mgmt/ |
| H A D | .clang-tidy | 249 readability-redundant-string-cstr,
|
| /openbmc/phosphor-state-manager/ |
| H A D | .clang-tidy | 278 readability-redundant-string-cstr,
|
| /openbmc/estoraged/ |
| H A D | .clang-tidy | 282 readability-redundant-string-cstr,
|
| /openbmc/phosphor-time-manager/ |
| H A D | .clang-tidy | 295 readability-redundant-string-cstr,
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | .clang-tidy | 296 readability-redundant-string-cstr,
|
| /openbmc/dbus-sensors/ |
| H A D | .clang-tidy | 316 readability-redundant-string-cstr,
|
| /openbmc/entity-manager/ |
| H A D | .clang-tidy | 331 readability-redundant-string-cstr,
|
| /openbmc/bmcweb/ |
| H A D | .clang-tidy | 336 readability-redundant-string-cstr,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 290 acc->method = OBJ_txt2obj(type.cstr(), 0);
|