Searched defs:Cc_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dcatopen.c32 * or a Cc_t* where Cc_t.cat is the native nl_catd
60 } Cc_t; typedef in typeref:struct:__anon1124
99 Cc_t* cc;
108 if (!(cc = newof(0, Cc_t, 1, 0)))
145 if (!((Cc_t*)cat)->set)
150 msg = (char*)catgets(((Cc_t*)cat)->cat, set, num, msg);
151 if (((Cc_t*)cat)->cvt != (iconv_t)(-1))
155 iconv_write(((Cc_t*)cat)->cvt, ((Cc_t*)ca
[all...]

Completed in 24 milliseconds