Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dconf.c138 def = sym_get_string_value(sym); in conf_string()
139 if (sym_get_string_value(sym)) in conf_string()
192 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
429 str = sym_get_string_value(sym); in check_conf()
434 str = sym_get_string_value(sym); in check_conf()
H A Dlkc_proto.h48 const char * sym_get_string_value(struct symbol *sym);
H A Dconfdata.c102 strcat(res_value, sym_get_string_value(sym)); in conf_expand_value()
636 str = sym_get_string_value(sym); in conf_write_symbol()
643 str = sym_get_string_value(sym); in conf_write_symbol()
696 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
876 if (!strcmp(sym_get_string_value(sym), in conf_split_config()
H A Dmconf.c616 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
617 item_make("(%s)", sym_get_string_value(sym)); in build_conf()
885 sym_get_string_value(menu->sym)); in conf_string()
H A Dnconf.c890 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()
892 sym_get_string_value(sym)); in build_conf()
1375 sym_get_string_value(menu->sym), in conf_string()
H A Dmenu.c757 sym_get_string_value(menu->sym)); in get_prompt_str()
804 sym_get_string_value(sym)); in get_symbol_str()
H A Dqconf.cc209 data = sym_get_string_value(sym); in updateMenu()
285 if (sym_get_string_value(item->menu->sym)) in show()
286 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym))); in show()
1071 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
H 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()
H A Dsymbol.c803 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
945 symval = sym_get_string_value(sym); in sym_expand_string_value()
H A Dgconf.c1150 def = sym_get_string_value(sym); in fill_row()
/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h34 const char * sym_get_string_value(struct symbol *sym);
H A Dconfdata.c699 val = sym_get_string_value(sym); in __print_symbol()
743 val = sym_get_string_value(sym); in print_symbol_for_c()
786 val = sym_get_string_value(sym); in print_symbol_for_rustccfg()
868 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
1114 if (!strcmp(sym_get_string_value(sym), in conf_touch_deps()
H A Dmconf.c653 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
654 item_make("(%s)", sym_get_string_value(sym)); in build_conf()
767 sym_get_string_value(menu->sym)); in conf_string()
H A Dconf.c357 def = sym_get_string_value(sym); in conf_string()
411 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
H A Dnconf.c962 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()
964 sym_get_string_value(sym)); in build_conf()
1463 sym_get_string_value(menu->sym), in conf_string()
H A Dmenu.c762 sym_get_string_value(menu->sym)); in get_prompt_str()
796 sym_get_string_value(sym)); in get_symbol_str()
H A Dexpr.c1070 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
1071 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1246 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
H A Dqconf.cc174 setText(dataColIdx, sym_get_string_value(sym)); in updateMenu()
294 lineEdit->setText(sym_get_string_value(sym)); in setModelData()
1000 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
H A Dsymbol.c769 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
H A Dgconf.c1147 def = sym_get_string_value(sym); in fill_row()