Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A 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()
H A Dlex.zconf.c791 #define START_STRSIZE 16 macro
815 text = malloc(START_STRSIZE); in new_string()
816 text_asize = START_STRSIZE; in new_string()
825 new_size += START_STRSIZE - 1; in append_string()
826 new_size &= -START_STRSIZE; in append_string()
H A 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;