Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 11 of 11) 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
/openbmc/u-boot/lib/libavb/
H A Davb_util.c156 const char* str2, in avb_str_concat()
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1029 const char *str1, *str2; in expr_calc_value() local
H A Dconfdata.c629 char *str2; in conf_write_symbol() local
H A Dqconf.cc1224 QString str2 = print_filter(str); in expr_print_help() local
/openbmc/qemu/util/
H A Dcutils.c1007 int qemu_pstrcmp0(const char **str1, const char **str2) in qemu_pstrcmp0()
/openbmc/qemu/qga/
H A Dmain.c425 static gint ga_strcmp(gconstpointer str1, gconstpointer str2) in ga_strcmp()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c440 char str2[20]; in flash_isequal() local
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp1018 constexpr std::string_view str2{"0penBmc"}; in TEST() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7813 static Flag decBiStr(const char *targ, const char *str1, const char *str2) {