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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMultiSrc.c1032 int char_count = src->multi_src.length; local
1036 /* I believe the char_count + 1 and the NULL termination are unneeded! FS*/
1038 wc_string = (wchar_t*) XtMalloc((unsigned)(char_count + 1) * sizeof(wchar_t));
1044 wc_string[ char_count ] = (wchar_t)0; /* NULL terminate this sucker. */
1057 wc_string, &char_count );

Completed in 13 milliseconds