Searched refs:sym_string_within_range (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | lkc_proto.h | 35 bool sym_string_within_range(struct symbol *sym, const char *str);
|
H A D | symbol.c | 607 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 D | confdata.c | 611 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | lkc_proto.h | 31 P(sym_string_within_range,bool,(struct symbol *sym, const char *str));
|
H A D | symbol.c | 530 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 D | confdata.c | 361 if (!sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
|