Searched refs:wtext (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/oam/ |
H A D | fmtmsg.c | 67 wchar_t wtofix[SHORT_S], wlabel[SHORT_S], wsev[SHORT_S], wtext[LONG_S], in fmtmsg() local 79 mbstowcs(wtext, text, LONG_S); in fmtmsg() 86 if (wrap(wlabel, wsev, indent_len, wtext) <= 0) in fmtmsg() 93 mbstowcs(wtext, action, LONG_S); in fmtmsg() 94 if (wrap(wtofix, null, indent_len, wtext) <= 0) in fmtmsg()
|