Searched refs:SHORT_S (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/oam/ |
H A D | fmtmsg.c | 45 #define SHORT_S 80 macro 67 wchar_t wtofix[SHORT_S], wlabel[SHORT_S], wsev[SHORT_S], wtext[LONG_S], in fmtmsg() 76 mbstowcs(wtofix, gettext(TOFIX), SHORT_S); in fmtmsg() 77 mbstowcs(wlabel, label, SHORT_S); in fmtmsg() 78 mbstowcs(wsev, gettext(severity_names[severity]), SHORT_S); in fmtmsg()
|