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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dcatopen.c32 * or a Cc_t* where Cc_t.cat is the native nl_catd
57 } Cc_t; typedef in typeref:struct:__anon2605
96 Cc_t* cc;
105 if (!(cc = newof(0, Cc_t, 1, 0)))
142 if (!((Cc_t*)cat)->set)
147 msg = (char*)catgets(((Cc_t*)cat)->cat, set, num, msg);
148 if (((Cc_t*)cat)->cvt != (iconv_t)(-1))
152 iconv_write(((Cc_t*)cat)->cvt, ((Cc_t*)ca
[all...]

Completed in 138 milliseconds