Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 16 of 16) 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/qemu/tests/unit/
H A Dcheck-qdict.c316 const char *str1, *str2; in qdict_stress_test() local
324 str2 = qdict_get_str(qdict, key); in qdict_stress_test()
325 g_assert(str2 != NULL); in qdict_stress_test()
327 g_assert(strcmp(str1, str2) == 0); in qdict_stress_test()
/openbmc/u-boot/lib/libavb/
H A Davb_util.h194 const char* str2,
H A Davb_util.c156 const char* str2, in avb_str_concat() argument
171 avb_memcpy(buf + str1_len, str2, str2_len); in avb_str_concat()
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-ppc-fs2dt-Match-function-signatures.patch31 char *str2 = (*(struct dirent **)dentry2)->d_name;
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c629 char *str2; in conf_write_symbol() local
637 str2 = xmalloc(strlen(str) + 3); in conf_write_symbol()
638 sprintf(str2, "\"%s\"", str); in conf_write_symbol()
639 printer->print_symbol(fp, sym, str2, printer_arg); in conf_write_symbol()
640 free((void *)str2); in conf_write_symbol()
H A Dexpr.c1029 const char *str1, *str2; in expr_calc_value() local
1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); 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()
H A Dqconf.cc1224 QString str2 = print_filter(str); in expr_print_help() local
1228 *text += str2; in expr_print_help()
1231 *text += str2; in expr_print_help()
/openbmc/qemu/include/qemu/
H A Dcutils.h241 int qemu_pstrcmp0(const char **str1, const char **str2);
/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.c440 char str2[20]; in flash_isequal() local
443 print_longlong(str2, cword.w64); in flash_isequal()
444 debug("is= %s %s\n", str1, str2); in flash_isequal()
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp1018 constexpr std::string_view str2{"0penBmc"}; in TEST() local
1024 EXPECT_EQ(returnStr2, str2); 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/ipmitool/
H A DChangeLog128 * ID: 3608003 - ipmi_fru - atol() should be replaced with str2*()
/openbmc/qemu/
H A Dqemu-options.hx5341 ``arg=str1,arg=str2,...``