Home
last modified time | relevance | path

Searched refs:START_STRSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/scripts/kconfig/
Dzconf.l20 #define START_STRSIZE 16 macro
44 text = malloc(START_STRSIZE); in new_string()
45 text_asize = START_STRSIZE; in new_string()
54 new_size += START_STRSIZE - 1; in append_string()
55 new_size &= -START_STRSIZE; in append_string()
Dlex.zconf.c_shipped791 #define START_STRSIZE 16
815 text = malloc(START_STRSIZE);
816 text_asize = START_STRSIZE;
825 new_size += START_STRSIZE - 1;
826 new_size &= -START_STRSIZE;