Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dexpr.c927 const char *str1, *str2; in expr_calc_value() local
965 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
969 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value()
973 res = strcmp(str1, str2); in expr_calc_value()
976 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value()
979 res = strcmp(str1, str2); in expr_calc_value()
Dqconf.cc1216 QString str2 = print_filter(str); in expr_print_help() local
1220 *text += str2; in expr_print_help()
1223 *text += str2; in expr_print_help()