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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l64 static void alloc_string(const char *str, int size)
107 alloc_string(yytext, yyleng);
140 alloc_string(yytext, yyleng);
H A Dlex.zconf.c835 static void alloc_string(const char *str, int size) function
1111 alloc_string(zconftext, zconfleng);
1183 alloc_string(zconftext, zconfleng);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3270.c105 cp->status = alloc_string(&cp->freemem, sizeof(blueprint));
164 s = alloc_string(&cp->freemem, size);
175 s = alloc_string(&cp->freemem, size);
626 condev->cline = alloc_string(&condev->freemem, condev->view.cols);
629 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.c164 line = alloc_string(&tp->freemem,
178 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6);
206 line = alloc_string(&tp->freemem,sizeof(blueprint));
271 s = alloc_string(&tp->freemem, size);
283 s = alloc_string(&tp->freemem, size);

Completed in 109 milliseconds