Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/kconfig/
Dlexer.l24 #define START_STRSIZE 16 macro
59 text = xmalloc(START_STRSIZE); in new_string()
60 text_asize = START_STRSIZE; in new_string()
69 new_size += START_STRSIZE - 1; in append_string()
70 new_size &= -START_STRSIZE; in append_string()