Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/comp/
H A Diconv.c1245 size_t tfn; in _ast_iconv() local
1271 tfn = *fn; in _ast_iconv()
1272 if ((*cc->from.fun)(cc->cvt, &tfb, &tfn, &b, &i) == (size_t)(-1)) in _ast_iconv()
1274 tfn = b - cc->buf; in _ast_iconv()
1276 n = (*cc->to.fun)(cc->cvt, &tfb, &tfn, tb, tn); in _ast_iconv()