Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.gperf3 %define lookup-function-name kconf_id_lookup lfunc
12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
H A Dzconf.l104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
H A Dzconf.hash.c
H A Dzconf.hash.c_shipped34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
175 kconf_id_lookup (register const char *str, register unsigned int len)
H A Dzconf.lex.c
H A Dzconf.y239 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
H A Dzconf.tab.c
H A 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);
H A Dzconf.tab.c_shipped1648 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
H A Dkconf_id.c41 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup() function
H A Dzconf.y256 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
H A Dzconf.lex.c_shipped1127 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
1213 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
H A Dzconf.tab.c_shipped1664 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c