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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtos.c321 int wccount; local
356 if ((wccount = mbstowcs(wstring, sstring, slen - 1)) == -1) {
360 if (wccount > len) {
381 if ((wccount = wcstombs(sstring, wstring, ssize)) == -1) {
417 int wccount; local
452 if ((wccount = mbstowcs(wstring, sstring, slen - 1)) == -1) {
456 if (wccount > len) {
477 if ((wccount = wcstombs(sstring, wstring, ssize)) == -1) {

Completed in 59 milliseconds