Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dexpr.c1029 const char *str1, *str2; in expr_calc_value() local
1066 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
1070 k1 = expr_parse_string(str1, e->left.sym->type, &lval); 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()

Completed in 3 milliseconds