textbuf_strcpy
static void textbuf_strcpy(idm_textbuf_t *itb, char *str);
textbuf_strcpy(itb, key_name);
textbuf_strcpy(itb, value);
textbuf_strcpy(itb, key_name);
textbuf_strcpy(itb, value ? "Yes" : "No");
textbuf_strcpy(itb, key_name);
textbuf_strcpy(itb, "0x");
textbuf_strcpy(itb, key_name);
textbuf_strcpy(itb, str);
textbuf_strcpy(itb, key_name);
textbuf_strcpy(itb, vchoice_string);