Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dcurses.c467 size_t sfch, smbch; in convert_font() local
472 sfch = sizeof(fch); in convert_font()
475 if (iconv(conv, &pfch, &sfch, &pmbch, &smbch) == (size_t) -1) { in convert_font()