Home
last modified time | relevance | path

Searched refs:alloc_string (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l70 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 Dzconf.l63 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 Dzconf.lex.c_shipped838 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 Dzconf.l63 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 Dzconf.lex.c
H A Dzconf.lex.c_shipped850 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 Dcon3270.c109 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 Draw3270.h217 alloc_string(struct list_head *free_list, unsigned long len) in alloc_string() function
H A Dtty3270.c173 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 Dzconf.lex.c