Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c140 def = sym_get_string_value(sym); in conf_string()
141 if (sym_get_string_value(sym)) in conf_string()
194 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
431 str = sym_get_string_value(sym); in check_conf()
436 str = sym_get_string_value(sym); in check_conf()
H A Dconfdata.c377 name = sym_get_string_value(prop->expr->left.sym); in conf_read_simple()
722 str = sym_get_string_value(sym); in conf_write_symbol()
728 str = sym_get_string_value(sym); in conf_write_symbol()
781 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
1007 if (!strcmp(sym_get_string_value(sym), in conf_touch_deps()
H A Dlkc_proto.h33 const char * sym_get_string_value(struct symbol *sym);
H A Dmconf.c615 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
616 item_make("(%s)", sym_get_string_value(sym)); in build_conf()
881 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()
1372 sym_get_string_value(menu->sym), in conf_string()
H A Dmenu.c793 sym_get_string_value(menu->sym)); in get_prompt_str()
828 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.cc171 setText(dataColIdx, sym_get_string_value(sym)); in updateMenu()
291 lineEdit->setText(sym_get_string_value(sym)); in setModelData()
993 str += print_filter(sym_get_string_value(sym)); in symbolInfo()
/OK3568_Linux_fs/buildroot/support/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 Dconfdata.c101 strcat(res_value, sym_get_string_value(sym)); in conf_expand_value()
638 str = sym_get_string_value(sym); in conf_write_symbol()
644 str = sym_get_string_value(sym); in conf_write_symbol()
697 if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0) in conf_write_defconfig()
893 if (!strcmp(sym_get_string_value(sym), in conf_split_config()
H A Dlkc_proto.h48 const char * sym_get_string_value(struct symbol *sym);
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 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 Dmenu.c757 sym_get_string_value(menu->sym)); in get_prompt_str()
804 sym_get_string_value(sym)); in get_symbol_str()
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()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
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 Dconf.c142 def = sym_get_string_value(sym); in conf_string()
143 if (sym_get_string_value(sym)) in conf_string()
198 if (!conf_askvalue(sym, sym_get_string_value(sym))) in conf_sym()
H A Dlkc_proto.h47 const char * sym_get_string_value(struct symbol *sym);
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.c604 sym_get_string_value(menu->sym)); in get_prompt_str()
651 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.c957 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
958 str2 = sym_get_string_value(e->right.sym); in expr_calc_value()
1179 sym_str = sym_get_string_value(sym); in expr_print_gstr_helper()
H A Dsymbol.c793 const char *sym_get_string_value(struct symbol *sym) in sym_get_string_value() function
931 symval = sym_get_string_value(sym); in sym_expand_string_value()

12