Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/lxdialog/
Dutil.c373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local
375 strcpy(tempstr, prompt); in print_autowrap()
377 prompt_len = strlen(tempstr); in print_autowrap()
381 waddstr(win, tempstr); in print_autowrap()
386 word = tempstr; in print_autowrap()