Searched refs:alloc_string (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l63 void alloc_string(const char *str, int size)
106 alloc_string(yytext, yyleng);
139 alloc_string(yytext, yyleng);
H A Dlex.zconf.c798 void alloc_string(const char *str, int size) function
1038 alloc_string(zconftext, zconfleng);
1110 alloc_string(zconftext, zconfleng);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l63 void alloc_string(const char *str, int size)
106 alloc_string(yytext, yyleng);
139 alloc_string(yytext, yyleng);
H A Dlex.zconf.c810 void alloc_string(const char *str, int size) function
1052 alloc_string(zconftext, zconfleng);
1124 alloc_string(zconftext, zconfleng);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l60 void alloc_string(const char *str, int size)
114 alloc_string(yytext, yyleng);
140 alloc_string(yytext, yyleng);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3270.c112 cp->status = alloc_string(&cp->freemem, sizeof(blueprint));
171 s = alloc_string(&cp->freemem, size);
182 s = alloc_string(&cp->freemem, size);
623 condev->cline = alloc_string(&condev->freemem, condev->view.cols);
626 condev->input = alloc_string(&condev->freemem, 80);
H A Draw3270.h212 alloc_string(struct list_head *free_list, unsigned long len) function
H A Dtty3270.c172 line = alloc_string(&tp->freemem,
186 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6);
214 line = alloc_string(&tp->freemem,sizeof(blueprint));
279 s = alloc_string(&tp->freemem, size);
291 s = alloc_string(&tp->freemem, size);

Completed in 129 milliseconds