Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.l19 #define START_STRSIZE 16 macro
43 text = xmalloc(START_STRSIZE); in new_string()
44 text_asize = START_STRSIZE; in new_string()
53 new_size += START_STRSIZE - 1; in append_string()
54 new_size &= -START_STRSIZE; in append_string()
Dzconf.lex.c781 #define START_STRSIZE 16 macro
805 text = xmalloc(START_STRSIZE); in new_string()
806 text_asize = START_STRSIZE; in new_string()
815 new_size += START_STRSIZE - 1; in append_string()
816 new_size &= -START_STRSIZE; in append_string()
Dzconf.lex.c_shipped781 #define START_STRSIZE 16
805 text = xmalloc(START_STRSIZE);
806 text_asize = START_STRSIZE;
815 new_size += START_STRSIZE - 1;
816 new_size &= -START_STRSIZE;