Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.l27 static int text_size, text_asize; variable
45 text_size = 0; in new_string()
51 int new_size = text_size + size + 1; in append_string()
58 memcpy(text + text_size, str, size); in append_string()
59 text_size += size; in append_string()
60 text[text_size] = 0; in append_string()
H A Dzconf.lex.c_shipped814 static int text_size, text_asize;
832 text_size = 0;
838 int new_size = text_size + size + 1;
845 memcpy(text + text_size, str, size);
846 text_size += size;
847 text[text_size] = 0;