Searched refs:str2 (Results 1 – 2 of 2) sorted by relevance
1029 const char *str1, *str2; in expr_calc_value() local1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); 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()
1224 QString str2 = print_filter(str); in expr_print_help() local1228 *text += str2; in expr_print_help()1231 *text += str2; in expr_print_help()
Completed in 8 milliseconds