Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c48 static char str1[32] = "abcdefghijklmnopqrstuvwxyz"; variable
88 test_reloc(string, 1, str1); in load_static_data()
90 str1[5] = 'x'; in load_static_data()
91 test_reloc(string, 3, str1); in load_static_data()
H A Dtest_snprintf.c43 static const char str1[] = "str1"; in handler() local
64 str1, 'a', 'b', 'c', 'd', 'e', longstr); in handler()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c5 static const char str1[] = "mestring"; variable
62 if (test_one_str(skel, str1, sizeof(str1))) in test_probe_read_user_str()
H A Dvarlen.c18 const char str1[] = "Hello, "; in test_varlen() local
21 const int size1 = sizeof(str1); in test_varlen()
37 memcpy(bss->buf_in1, str1, size1); in test_varlen()
/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/linux/arch/arm64/lib/
H A Dcopy_template.S67 str1 tmp1w, dst, #4
71 str1 tmp1, dst, #8
112 str1 tmp1, dst, #8
116 str1 tmp1w, dst, #4
H A Dcopy_from_user.S43 .macro str1 reg, ptr, val macro
H A Dcopy_to_user.S42 .macro str1 reg, ptr, val macro
/openbmc/linux/drivers/md/
H A Dmd-autodetect.c64 char *str1; in md_setup() local
75 str1 = str; in md_setup()
107 str = str1; in md_setup()
/openbmc/linux/tools/lib/bpf/
H A Dstrset.c33 const char *str1 = s->strs_data + key1; in strset_equal_fn() local
36 return strcmp(str1, str2) == 0; in strset_equal_fn()
/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/linux/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c299 union spe_reg str1; in init_default_values() local
321 str1.val = 0x1010101010101010ull; in init_default_values()
354 out_be64(&pmd_regs->tm_str1.val, str1.val); in init_default_values()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp146 std::string str1; in TEST() local
154 "string1", str1)); in TEST()
262 std::optional<std::string> str1; in TEST() local
285 "missing_string", str1)); in TEST()
288 EXPECT_EQ(str1, std::nullopt); in TEST()
298 std::string str1; in TEST() local
314 "missing_string", str1)); in TEST()
/openbmc/linux/arch/x86/boot/
H A Dstring.c48 int strcmp(const char *str1, const char *str2) in strcmp() argument
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
H A Dstring.h21 extern int strcmp(const char *str1, const char *str2);
/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)
1351 def str1(self, i): member in SizeTree
1356 r += s.str1(i + 4) + '\n'
1361 return self.str1(0)
1408 def str1(self, i): member in SizeLeaf
1412 return self.str1(0)
/openbmc/bmcweb/http/
H A Drouting.hpp246 for (const std::string_view str1 : in add()
249 if (!url.starts_with(str1)) in add()
256 if (str1 == "<path>") in add()
266 url.remove_prefix(str1.size()); in add()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dassembler.h60 .pushsection .rodata.str1.1, "aMS", @progbits, 1
/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/linux/arch/arc/lib/
H A Dstrcmp-archs.S21 ;; Detect NULL char in str1
/openbmc/u-boot/lib/libavb/
H A Davb_util.c154 const char* str1, in avb_str_concat() argument
170 avb_memcpy(buf, str1, str1_len); in avb_str_concat()
H A Davb_util.h192 const char* str1,
/openbmc/qemu/include/qemu/
H A Dcutils.h241 int qemu_pstrcmp0(const char **str1, const char **str2);
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com.h148 bool eqNByte(u8 *str1, u8 *str2, u32 num);
/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()

12