Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c1244 char* tfb; in _ast_iconv() local
1270 tfb = *fb; in _ast_iconv()
1272 if ((*cc->from.fun)(cc->cvt, &tfb, &tfn, &b, &i) == (size_t)(-1)) in _ast_iconv()
1275 tfb = cc->buf; in _ast_iconv()
1276 n = (*cc->to.fun)(cc->cvt, &tfb, &tfn, tb, tn); in _ast_iconv()
1277 i = tfb - cc->buf; in _ast_iconv()