Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c86 } Conv_t; typedef
88 static Conv_t* freelist[4];
239 _win_iconv_open(register Conv_t* cc, const char* t, const char* f) in _win_iconv_open()
262 Conv_t* cc = (Conv_t*)cd; in _win_iconv()
1049 register Conv_t* cc; in _ast_iconv_open()
1102 if (!(cc = newof(0, Conv_t, 1, strlen(to) + strlen(fr) + 2))) in _ast_iconv_open()
1182 Conv_t* cc; in _ast_iconv_close()
1183 Conv_t* oc; in _ast_iconv_close()
1189 if (!(cc = (Conv_t*)cd)) in _ast_iconv_close()
1237 Conv_t* cc = (Conv_t*)cd; in _ast_iconv()