Home
last modified time | relevance | path

Searched refs:sym_string_within_range (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h30 bool sym_string_within_range(struct symbol *sym, const char *str);
H A Dsymbol.c601 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() function
665 if (!sym_string_within_range(sym, newval)) in sym_set_string_value()
H A Dconfdata.c595 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h44 bool sym_string_within_range(struct symbol *sym, const char *str);
H A Dsymbol.c634 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() function
698 if (!sym_string_within_range(sym, newval)) in sym_set_string_value()
H A Dconfdata.c459 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()