Searched refs:alloc_string (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | lexer.l | 70 static void alloc_string(const char *str, int size) in alloc_string() function 146 alloc_string(yytext, yyleng); 161 alloc_string(yytext, yyleng);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.l | 63 static void alloc_string(const char *str, int size) in alloc_string() function 111 alloc_string(yytext, yyleng); 146 alloc_string(yytext, yyleng);
|
| H A D | zconf.lex.c_shipped | 838 static void alloc_string(const char *str, int size) 1135 alloc_string(yytext, yyleng); 1218 alloc_string(yytext, yyleng);
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.l | 63 static void alloc_string(const char *str, int size) in alloc_string() function 112 alloc_string(yytext, yyleng); 148 alloc_string(yytext, yyleng);
|
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 850 static void alloc_string(const char *str, int size) 1133 alloc_string(zconftext, zconfleng); 1217 alloc_string(zconftext, zconfleng);
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | con3270.c | 109 cp->status = alloc_string(&cp->freemem, sizeof(blueprint)); in con3270_create_status() 173 s = alloc_string(&cp->freemem, size); in con3270_alloc_string() 184 s = alloc_string(&cp->freemem, size); in con3270_alloc_string() 639 condev->cline = alloc_string(&condev->freemem, condev->view.cols); in con3270_init() 642 condev->input = alloc_string(&condev->freemem, 80); in con3270_init()
|
| H A D | raw3270.h | 217 alloc_string(struct list_head *free_list, unsigned long len) in alloc_string() function
|
| H A D | tty3270.c | 173 line = alloc_string(&tp->freemem, in tty3270_create_prompt() 187 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6); in tty3270_create_prompt() 215 line = alloc_string(&tp->freemem,sizeof(blueprint)); in tty3270_create_status() 280 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string() 292 s = alloc_string(&tp->freemem, size); in tty3270_alloc_string()
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |