Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dlkc_proto.h36 bool sym_set_string_value(struct symbol *sym, const char *newval);
H A Dmconf.c718 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.c1417 if (sym_set_string_value(menu->sym, in conf_string()
H A Dsymbol.c649 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()
/aosp_15_r20/external/toybox/kconfig/
H A Dlkc_proto.h32 P(sym_set_string_value,bool,(struct symbol *sym, const char *newval));
H A Dconf.c200 if (def && sym_set_string_value(sym, def)) in conf_string()
H A Dmconf.c794 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
H A Dsymbol.c572 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function