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

/scripts/kconfig/
H A Dexpr.c946 const char *str1, *str2; local
970 str2 = sym_get_string_value(e->right.sym);
971 return !strcmp(str1, str2) ? yes : no;
976 str2 = sym_get_string_value(e->right.sym);
977 return !strcmp(str1, str2) ? no : yes;
H A Dqconf.cc1154 QString str2 = print_filter(str); local
1158 *text += str2;
1161 *text += str2;

Completed in 39 milliseconds