Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dzconf.l19 #define START_STRSIZE 16 macro
45 text = xmalloc(START_STRSIZE); in new_string()
46 text_asize = START_STRSIZE; in new_string()
55 new_size += START_STRSIZE - 1; in append_string()
56 new_size &= -START_STRSIZE; in append_string()

Completed in 4 milliseconds