Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.l28 static int text_size, text_asize; variable
46 text_size = 0; in new_string()
52 int new_size = text_size + size + 1; in append_string()
59 memcpy(text + text_size, str, size); in append_string()
60 text_size += size; in append_string()
61 text[text_size] = 0; in append_string()
H A Dlex.zconf.c799 static int text_size, text_asize; variable
817 text_size = 0; in new_string()
823 int new_size = text_size + size + 1; in append_string()
830 memcpy(text + text_size, str, size); in append_string()
831 text_size += size; in append_string()
832 text[text_size] = 0; in append_string()
H A Dlex.zconf.c_shipped799 static int text_size, text_asize;
817 text_size = 0;
823 int new_size = text_size + size + 1;
830 memcpy(text + text_size, str, size);
831 text_size += size;
832 text[text_size] = 0;