Searched refs:str2 (Results 1 – 2 of 2) sorted by relevance
920 const char *str1, *str2; in expr_calc_value() local958 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()
1160 QString str2 = print_filter(str); in expr_print_help() local1164 *text += str2; in expr_print_help()1167 *text += str2; in expr_print_help()
Completed in 7 milliseconds