Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/comp/
H A Dcatopen.c57 } Cc_t; typedef
96 Cc_t* cc; in _ast_catopen()
105 if (!(cc = newof(0, Cc_t, 1, 0))) in _ast_catopen()
142 if (!((Cc_t*)cat)->set) in _ast_catgets()
147 msg = (char*)catgets(((Cc_t*)cat)->cat, set, num, msg); in _ast_catgets()
148 if (((Cc_t*)cat)->cvt != (iconv_t)(-1)) in _ast_catgets()
152 iconv_write(((Cc_t*)cat)->cvt, ((Cc_t*)cat)->tmp, &s, &n, NiL); in _ast_catgets()
153 if (s = sfstruse(((Cc_t*)cat)->tmp)) in _ast_catgets()
168 if (!((Cc_t*)cat)->set) in _ast_catclose()
170 if (((Cc_t*)cat)->cvt != (iconv_t)(-1)) in _ast_catclose()
[all …]