| /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/qemu/tests/unit/ |
| H A D | check-qdict.c | 316 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 D | avb_util.h | 194 const char* str2,
|
| H A D | avb_util.c | 156 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 D | 0001-ppc-fs2dt-Match-function-signatures.patch | 31 char *str2 = (*(struct dirent **)dentry2)->d_name;
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 629 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 D | expr.c | 1029 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 D | qconf.cc | 1224 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 D | cutils.h | 241 int qemu_pstrcmp0(const char **str1, const char **str2);
|
| /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 | 440 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 D | pldm_utils_test.cpp | 1018 constexpr std::string_view str2{"0penBmc"}; in TEST() local 1024 EXPECT_EQ(returnStr2, str2); 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/ipmitool/ |
| H A D | ChangeLog | 128 * ID: 3608003 - ipmi_fru - atol() should be replaced with str2*()
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 5341 ``arg=str1,arg=str2,...``
|