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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMultiSrc.c604 wchar_t* wtarget; local
634 wtarget = &( ((wchar_t*)text->ptr) [text->firstPos] );
638 wtarget = _XawTextMBToWC( d, &text->ptr[ text->firstPos ], &wtarget_len );
641 /* OK, I can now assert that wtarget holds wide characters, wtarget_len
649 (void)wcsncpy(buf, wtarget, wtarget_len );

Completed in 25 milliseconds