Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dzconf.l27 static int text_size, text_asize; variable
47 text_size = 0; in new_string()
53 int new_size = text_size + size + 1; in append_string()
60 memcpy(text + text_size, str, size); in append_string()
61 text_size += size; in append_string()
62 text[text_size] = 0; in append_string()

Completed in 3 milliseconds