Searched refs:kconf_id_lookup (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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 | 97 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 133 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); 171 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); 171 kconf_id_lookup (register const char *str, register unsigned int len)
|
D | zconf.lex.c | 1088 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1163 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
D | zconf.y | 227 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
|
D | zconf.tab.c | 1781 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…
|
D | zconf.lex.c_shipped | 1088 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1163 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
D | zconf.tab.c_shipped | 1781 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st…
|