Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_helper.c1214 char *two_name = NULL; in expr_equiv() local
1227 two_name = expr_to_str_sym(two, &two_sym); in expr_equiv()
1228 if (!two_name) in expr_equiv()
1239 if (strcmp(one_name, two_name) == 0) in expr_equiv()
1243 free_string(two_name); in expr_equiv()
H A Dcheck_debug.c459 char *one_name, *two_name; in match_compare() local
473 two_name = expr_to_str(two); in match_compare()
475 sm_msg("%s %s %s", one_name, buf, two_name); in match_compare()
478 free_string(two_name); in match_compare()