Searched refs:wsp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c132 wchar_t* wsp; local
702 for(n = 0, wsp = (wchar_t*)sp;; ++wsp, ++n)
704 (size < 0 && *wsp == 0) )
706 if((n_s = wcrtomb(buf, *wsp, &mbs)) <= 0)
710 { n_w = mbwidth(*wsp);
771 for(wsp = (wchar_t*)sp; w > 0; ++wsp, --w)
772 { if((n_s = wcrtomb(buf, *wsp, &mbs)) <= 0)
800 { if(!(wsp
[all...]
H A Dsfhdr.h721 wchar_t *ws, **wsp; member in union:__anon1183

Completed in 27 milliseconds