Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dlexer.l21 #define START_STRSIZE 16 macro
49 text = xmalloc(START_STRSIZE); in new_string()
50 text_asize = START_STRSIZE; in new_string()
59 new_size += START_STRSIZE - 1; in append_string()
60 new_size &= -START_STRSIZE; in append_string()
/openbmc/u-boot/scripts/kconfig/
H A 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()