Home
last modified time | relevance | path

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

/libio/
A Dtst-widetext.c70 size_t outleft = sizeof (wcbuf); in do_test() local
82 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 4 milliseconds