Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_var_sym.c202 struct var_sym *one_tmp, *two_tmp; in var_sym_lists_equiv() local
211 PREPARE_PTR_LIST(two, two_tmp); in var_sym_lists_equiv()
213 if (!one_tmp && !two_tmp) in var_sym_lists_equiv()
215 if (one_tmp->sym != two_tmp->sym) in var_sym_lists_equiv()
217 if (strcmp(one_tmp->var, two_tmp->var) != 0) in var_sym_lists_equiv()
220 NEXT_PTR_LIST(two_tmp); in var_sym_lists_equiv()
222 FINISH_PTR_LIST(two_tmp); in var_sym_lists_equiv()