Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dlkc_proto.h35 bool sym_string_within_range(struct symbol *sym, const char *str);
H A Dsymbol.c607 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() function
671 if (!sym_string_within_range(sym, newval)) in sym_set_string_value()
H A Dconfdata.c611 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
/aosp_15_r20/external/toybox/kconfig/
H A Dlkc_proto.h31 P(sym_string_within_range,bool,(struct symbol *sym, const char *str));
H A Dsymbol.c530 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() function
594 if (!sym_string_within_range(sym, newval)) in sym_set_string_value()
H A Dconfdata.c361 if (!sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()