Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dcatopen.c60 } Cc_t; typedef
99 Cc_t* cc; in _ast_catopen()
108 if (!(cc = newof(0, Cc_t, 1, 0))) in _ast_catopen()
146 if (!((Cc_t*)cat)->set) in _ast_catgets()
156 iconv_write(((Cc_t*)cat)->cvt, ((Cc_t*)cat)->tmp, &s, &n, NiL); in _ast_catgets()
157 if (s = sfstruse(((Cc_t*)cat)->tmp)) in _ast_catgets()
172 if (!((Cc_t*)cat)->set) in _ast_catclose()
175 iconv_close(((Cc_t*)cat)->cvt); in _ast_catclose()
176 if (((Cc_t*)cat)->tmp) in _ast_catclose()
177 sfclose(((Cc_t*)cat)->tmp); in _ast_catclose()
[all …]