Searched refs:str2 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | asm.h | 22 #define __CAT(str1, str2) str1##str2 argument 24 #define __CAT(str1, str2) str1/**/str2 argument 26 #define CAT(str1, str2) __CAT(str1, str2) argument
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_util.h | 215 const char* str2,
|
| /rk3399_rockchip-uboot/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 | 920 const char *str1, *str2; in expr_calc_value() local 958 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 962 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value() 966 res = strcmp(str1, str2); in expr_calc_value() 969 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 972 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()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 175 const char* str2, in avb_str_concat() argument 190 avb_memcpy(buf + str1_len, str2, str2_len); in avb_str_concat()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 441 char str2[20]; in flash_isequal() local 444 print_longlong(str2, cword.w64); in flash_isequal() 445 debug("is= %s %s\n", str1, str2); in flash_isequal()
|