Searched refs:kconf_id_lookup (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.gperf | 3 %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 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);
|
| H A D | zconf.hash.c | |
| H A D | zconf.hash.c_shipped | 34 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 D | zconf.lex.c | |
| H A D | zconf.y | 239 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
|
| H A D | zconf.tab.c | |
| H A 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);
|
| H A D | zconf.tab.c_shipped | 1648 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.l | 103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| H A D | kconf_id.c | 41 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup() function
|
| H A D | zconf.y | 256 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
|
| H A D | zconf.lex.c_shipped | 1127 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 1213 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| H A D | zconf.tab.c_shipped | 1664 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |