Searched refs:sym_string_valid (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h29 P(sym_string_valid,bool,(struct symbol *sym, const char *newval));
H A Dsymbol.c484 bool sym_string_valid(struct symbol *sym, const char *str) function
534 return sym_string_valid(sym, str);
536 if (!sym_string_valid(sym, str))
545 if (!sym_string_valid(sym, str))
H A Dconfdata.c221 if (sym_string_valid(sym, p)) {
H A Dmenu.c158 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc_proto.h27 P(sym_string_valid,bool,(struct symbol *sym, const char *newval));
H A Dsymbol.c382 bool sym_string_valid(struct symbol *sym, const char *str) function
455 if (!sym_string_valid(sym, newval))
H A Dconfdata.c170 if (sym_string_valid(sym, p)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc_proto.h38 P(sym_string_valid,bool,(struct symbol *sym, const char *newval));
H A Dsymbol.c522 bool sym_string_valid(struct symbol *sym, const char *str) function
572 return sym_string_valid(sym, str);
574 if (!sym_string_valid(sym, str))
583 if (!sym_string_valid(sym, str))
H A Dmenu.c189 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name));
H A Dconfdata.c141 if (sym_string_valid(sym, p)) {

Completed in 195 milliseconds