Searched defs:_ast_iconv (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c50 #define _ast_iconv iconv macro
1235 _ast_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) function
1381 while (*fn > 0 && _ast_iconv(cd, fb, fn, &ts, &tn) == (size_t)(-1))
1387 _r = _ast_iconv(cd, fb, fn, &ts, &tn);
1488 while (fn > 0 && _ast_iconv(cd, &fs, &fn, &ts, &tn) == (size_t)(-1))

Completed in 17 milliseconds