Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h21 #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 Dsub_route_trie.hpp152 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 Dtrie.hpp233 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 Dcheck-qdict.c316 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 Djson_utils_test.cpp147 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 Ddecodetree.py483 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 Davb_util.h192 const char* str1,
H A Davb_util.c154 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 D0001-ppc-fs2dt-Match-function-signatures.patch30 char *str1 = (*(struct dirent **)dentry1)->d_name;
/openbmc/qemu/include/qemu/
H A Dcutils.h241 int qemu_pstrcmp0(const char **str1, const char **str2);
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch150 +#define _ISO_INTERN(str1) iso_intern(str1)
158 +#define _OEM_INTERN(str1) oem_intern(str1)
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1029 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 Dcutils.c1007 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 Dmain.c425 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 Dcfi_flash.c439 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 Dpldm_utils_test.cpp1014 constexpr std::string_view str1{}; in TEST() local
1016 EXPECT_EQ(returnStr1, str1); in TEST()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7813 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 Dqemu-options.hx5330 ``chardev=str1``
5341 ``arg=str1,arg=str2,...``