| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 21 #define __CAT(str1, str2) str1##str2 argument 23 #define __CAT(str1, str2) str1/**/str2 argument 25 #define CAT(str1, str2) __CAT(str1, str2) argument
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | sub_route_trie.hpp | 152 for (const std::string_view str1 : in add() 155 if (!url.starts_with(str1)) in add() 160 if (str1 == "<path>") in add() 179 url.remove_prefix(str1.size()); in add()
|
| /openbmc/bmcweb/http/routing/ |
| H A D | trie.hpp | 233 for (const std::string_view str1 : in add() 236 if (!url.starts_with(str1)) in add() 241 if (str1 == "<path>") in add() 260 url.remove_prefix(str1.size()); in add()
|
| /openbmc/qemu/tests/unit/ |
| H A D | check-qdict.c | 316 const char *str1, *str2; in qdict_stress_test() local 322 str1 = qstring_get_str(value); in qdict_stress_test() 327 g_assert(strcmp(str1, str2) == 0); in qdict_stress_test()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | json_utils_test.cpp | 147 std::string str1; in TEST() local 155 "string1", str1)); in TEST() 266 std::optional<std::string> str1; in TEST() local 289 "missing_string", str1)); in TEST() 292 EXPECT_EQ(str1, std::nullopt); in TEST() 302 std::string str1; in TEST() local 318 "missing_string", str1)); in TEST()
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 483 def str1(self, i): member in General 721 def str1(self, i): member in Tree 729 r += s.str1(i + 4) + '\n' 734 return self.str1(0) 1352 def str1(self, i): member in SizeTree 1357 r += s.str1(i + 4) + '\n' 1362 return self.str1(0) 1409 def str1(self, i): member in SizeLeaf 1413 return self.str1(0)
|
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_util.h | 192 const char* str1,
|
| H A D | avb_util.c | 154 const char* str1, in avb_str_concat() argument 170 avb_memcpy(buf, str1, str1_len); in avb_str_concat()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
| H A D | 0001-ppc-fs2dt-Match-function-signatures.patch | 30 char *str1 = (*(struct dirent **)dentry1)->d_name;
|
| /openbmc/qemu/include/qemu/ |
| H A D | cutils.h | 241 int qemu_pstrcmp0(const char **str1, const char **str2);
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 150 +#define _ISO_INTERN(str1) iso_intern(str1) 158 +#define _OEM_INTERN(str1) oem_intern(str1)
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | expr.c | 1029 const char *str1, *str2; in expr_calc_value() local 1066 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 1070 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value() 1075 res = strcmp(str1, str2); in expr_calc_value() 1078 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 1081 res = strcmp(str1, str2); in expr_calc_value()
|
| /openbmc/qemu/util/ |
| H A D | cutils.c | 1007 int qemu_pstrcmp0(const char **str1, const char **str2) in qemu_pstrcmp0() argument 1009 return g_strcmp0(*str1, *str2); in qemu_pstrcmp0()
|
| /openbmc/qemu/qga/ |
| H A D | main.c | 425 static gint ga_strcmp(gconstpointer str1, gconstpointer str2) in ga_strcmp() argument 427 return strcmp(str1, str2); in ga_strcmp()
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_flash.c | 439 char str1[20]; in flash_isequal() local 442 print_longlong(str1, flash_read64(addr)); in flash_isequal() 444 debug("is= %s %s\n", str1, str2); in flash_isequal()
|
| /openbmc/pldm/common/test/ |
| H A D | pldm_utils_test.cpp | 1014 constexpr std::string_view str1{}; in TEST() local 1016 EXPECT_EQ(returnStr1, str1); in TEST()
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 7813 static Flag decBiStr(const char *targ, const char *str1, const char *str2) { argument 7814 for (;;targ++, str1++, str2++) { 7815 if (*targ!=*str1 && *targ!=*str2) return 0;
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 5330 ``chardev=str1`` 5341 ``arg=str1,arg=str2,...``
|