Searched refs:kconf_id_lookup (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.gperf | 3 %define lookup-function-name kconf_id_lookup 12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
| D | zconf.l | 104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| D | zconf.hash.c | 34 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
|
| D | zconf.hash.c_shipped | 34 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)
|
| D | zconf.lex.c | 1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
| D | zconf.y | 232 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
|
| D | zconf.tab.c | 1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…
|
| D | zconf.lex.c_shipped | 1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
| D | zconf.tab.c_shipped | 1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…
|