Lines Matching refs:Conv_t
86 } Conv_t;
88 static Conv_t* freelist[4];
239 _win_iconv_open(register Conv_t* cc, const char* t, const char* f)
262 Conv_t* cc = (Conv_t*)cd;
1049 register Conv_t* cc;
1102 if (!(cc = newof(0, Conv_t, 1, strlen(to) + strlen(fr) + 2)))
1182 Conv_t* cc;
1183 Conv_t* oc;
1189 if (!(cc = (Conv_t*)cd))
1237 Conv_t* cc = (Conv_t*)cd;