Searched refs:START_STRSIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l20 #define START_STRSIZE 16
44 text = malloc(START_STRSIZE);
45 text_asize = START_STRSIZE;
54 new_size += START_STRSIZE - 1;
55 new_size &= -START_STRSIZE;
H A Dlex.zconf.c791 #define START_STRSIZE 16 macro
815 text = malloc(START_STRSIZE);
816 text_asize = START_STRSIZE;
825 new_size += START_STRSIZE - 1;
826 new_size &= -START_STRSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l19 #define START_STRSIZE 16
43 text = malloc(START_STRSIZE);
44 text_asize = START_STRSIZE;
53 new_size += START_STRSIZE - 1;
54 new_size &= -START_STRSIZE;
H A Dlex.zconf.c754 #define START_STRSIZE 16 macro
778 text = malloc(START_STRSIZE);
779 text_asize = START_STRSIZE;
788 new_size += START_STRSIZE - 1;
789 new_size &= -START_STRSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l19 #define START_STRSIZE 16
39 text = malloc(START_STRSIZE);
40 text_asize = START_STRSIZE;

Completed in 107 milliseconds