Searched refs:outleft (Results 1 – 1 of 1) sorted by relevance
70 size_t outleft = sizeof (wcbuf); in do_test() local82 nonr = iconv (cd, &inbuf, &inleft, &outbuf, &outleft); in do_test()94 __LINE__, nonr, inleft, outleft); in do_test()106 if ((sizeof (wcbuf) - outleft) % sizeof (wchar_t) != 0) in do_test()112 wcsize = (sizeof (wcbuf) - outleft) / sizeof (wchar_t); in do_test()
Completed in 3 milliseconds