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

/illumos-gate/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
1359 while (_ast_iconv(cd, fb, fn, &ts, &tn) == (size_t)(-1))
1365 _r = _ast_iconv(cd, fb, fn, &ts, &tn);
1425 while (_ast_iconv(cd, &fs, &fn, &ts, &tn) != (size_t)(-1) && fn > 0)

Completed in 57 milliseconds