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

/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c692 wchar_t *wtarget; local in function:Search
721 wtarget = &(((wchar_t*)text->ptr) [text->firstPos]);
724 wtarget = _XawTextMBToWC(d, &text->ptr[text->firstPos], &wtarget_len);
727 /* OK, I can now assert that wtarget holds wide characters, wtarget_len
733 (void)wcsncpy(buf, wtarget, (size_t)wtarget_len);

Completed in 6 milliseconds