Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l22 #define START_STRSIZE 16 macro
50 text = xmalloc(START_STRSIZE); in new_string()
51 text_asize = START_STRSIZE; in new_string()
60 new_size += START_STRSIZE - 1; in append_string()
61 new_size &= -START_STRSIZE; in append_string()
/OK3568_Linux_fs/buildroot/support/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()
H A Dzconf.lex.c_shipped794 #define START_STRSIZE 16
818 text = xmalloc(START_STRSIZE);
819 text_asize = START_STRSIZE;
828 new_size += START_STRSIZE - 1;
829 new_size &= -START_STRSIZE;
/OK3568_Linux_fs/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()
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped806 #define START_STRSIZE 16
830 text = xmalloc(START_STRSIZE);
831 text_asize = START_STRSIZE;
840 new_size += START_STRSIZE - 1;
841 new_size &= -START_STRSIZE;
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c