Searched refs:sym_set_string_value (Results 1 – 21 of 21) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | lkc_proto.h | 30 bool sym_set_string_value(struct symbol *sym, const char *newval);
|
| H A D | conf.c | 160 if (def && sym_set_string_value(sym, def)) in conf_string()
|
| H A D | mconf.c | 884 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
|
| H A D | nconf.c | 1377 if (sym_set_string_value(menu->sym, in conf_string()
|
| H A D | symbol.c | 643 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
|
| H A D | gconf.c | 798 sym_set_string_value(sym, new_def); in renderer_edited()
|
| H A D | qconf.cc | 284 success = sym_set_string_value(sym, lineEdit->text().toUtf8().data()); in setModelData()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | lkc_proto.h | 45 bool sym_set_string_value(struct symbol *sym, const char *newval);
|
| H A D | conf.c | 158 if (def && sym_set_string_value(sym, def)) in conf_string()
|
| H A D | mconf.c | 888 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
|
| H A D | nconf.c | 1380 if (sym_set_string_value(menu->sym, in conf_string()
|
| H A D | symbol.c | 676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
|
| H A D | gconf.c | 798 sym_set_string_value(sym, new_def); in renderer_edited()
|
| H A D | qconf.cc | 300 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | lkc_proto.h | 44 bool sym_set_string_value(struct symbol *sym, const char *newval);
|
| H A D | conf.c | 162 if (def && sym_set_string_value(sym, def)) in conf_string()
|
| H A D | mconf.c | 888 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
|
| H A D | nconf.c | 1380 if (sym_set_string_value(menu->sym, in conf_string()
|
| H A D | symbol.c | 666 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
|
| H A D | gconf.c | 798 sym_set_string_value(sym, new_def); in renderer_edited()
|
| H A D | qconf.cc | 300 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent()
|