Home
last modified time | relevance | path

Searched refs:kconf_id_lookup (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.gperf3 %define lookup-function-name kconf_id_lookup
12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
Dzconf.l104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
Dzconf.hash.c34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
173 kconf_id_lookup (register const char *str, register unsigned int len) in kconf_id_lookup() function
Dzconf.hash.c_shipped34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
173 kconf_id_lookup (register const char *str, register unsigned int len)
Dzconf.lex.c1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
Dzconf.y232 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
Dzconf.tab.c1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…
Dzconf.lex.c_shipped1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
Dzconf.tab.c_shipped1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…