Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h31 bool sym_set_string_value(struct symbol *sym, const char *newval);
H A Dmconf.c770 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
H A Dconf.c377 if (def && sym_set_string_value(sym, def)) in conf_string()
H A Dnconf.c1468 if (sym_set_string_value(menu->sym, in conf_string()
H A Dsymbol.c643 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
H A Dgconf.c791 sym_set_string_value(sym, new_def); in renderer_edited()
H A Dqconf.cc287 success = sym_set_string_value(sym, lineEdit->text().toUtf8().data()); in setModelData()
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h45 bool sym_set_string_value(struct symbol *sym, const char *newval);
H A Dconf.c158 if (def && sym_set_string_value(sym, def)) in conf_string()
H A Dmconf.c888 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
H A Dnconf.c1380 if (sym_set_string_value(menu->sym, in conf_string()
H A Dsymbol.c676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
H A Dgconf.c798 sym_set_string_value(sym, new_def); in renderer_edited()
H A Dqconf.cc300 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent()