Home
last modified time | relevance | path

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

/u-boot/test/
A Dstr_ut.c15 static const char str1[] = "I'm sorry I'm late."; variable
27 out[strlen(str1)] = 'a'; in str_upper()
28 str_to_upper(str1, out, SIZE_MAX); in str_upper()
37 str_to_upper(str1, out, 7); in str_upper()
89 ut_assertok(run_strtoul(uts, str1, 10, 0, 0, upper)); in str_simple_strtoul()
92 ut_assertok(run_strtoul(uts, str1, 0, 0, 0, upper)); in str_simple_strtoul()
97 ut_assertok(run_strtoul(uts, str1, 2, 0, 0, upper)); in str_simple_strtoul()
/u-boot/arch/sandbox/cpu/
A Dstart.c33 const char *str1, *str2; in h_compare_opt() local
44 str1 = *flag1 ? flag1 : opt1->flag; in h_compare_opt()
51 if (isalpha(*str1) && isalpha(*str2) && in h_compare_opt()
52 tolower(*str1) == tolower(*str2)) in h_compare_opt()
53 return isupper(*str1) - isupper(*str2); in h_compare_opt()
55 return strcasecmp(str1, str2); in h_compare_opt()
/u-boot/lib/libavb/
A Davb_util.h192 const char* str1,
A Davb_util.c156 const char* str1, in avb_str_concat() argument
172 avb_memcpy(buf, str1, str1_len); in avb_str_concat()
/u-boot/scripts/kconfig/
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()
/u-boot/drivers/mtd/
A Dcfi_flash.c447 char str1[20]; in flash_isequal() local
450 print_longlong(str1, flash_read64(addr)); in flash_isequal()
452 debug("is= %s %s\n", str1, str2); in flash_isequal()

Completed in 391 milliseconds