Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dconf.c137 def = sym_get_string_value(sym); in conf_string()
138 if (sym_get_string_value(sym)) in conf_string()
191 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
428 str = sym_get_string_value(sym); in check_conf()
433 str = sym_get_string_value(sym); in check_conf()
A Dlkc_proto.h47 const char * sym_get_string_value(struct symbol *sym);
A Dconfdata.c310 name = sym_get_string_value(prop->expr->left.sym); in conf_read_simple()
673 str = sym_get_string_value(sym); in conf_write_symbol()
680 str = sym_get_string_value(sym); in conf_write_symbol()
733 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
945 if (!strcmp(sym_get_string_value(sym), in conf_split_config()
A Dmconf.c614 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
615 item_make("(%s)", sym_get_string_value(sym)); in build_conf()
880 sym_get_string_value(menu->sym)); in conf_string()
A Dnconf.c890 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()
892 sym_get_string_value(sym)); in build_conf()
1372 sym_get_string_value(menu->sym), in conf_string()
A Dmenu.c754 sym_get_string_value(menu->sym)); in get_prompt_str()
801 sym_get_string_value(sym)); in get_symbol_str()
A Dqconf.cc200 data = sym_get_string_value(sym); in updateMenu()
276 if (sym_get_string_value(item->menu->sym)) in show()
277 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym))); in show()
1062 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
A Dexpr.c1066 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1248 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
A Dsymbol.c767 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
A Dgconf.c1150 def = sym_get_string_value(sym); in fill_row()

Completed in 22 milliseconds