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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c743 char *result, *tempResult; local
755 tempResult=result=XtMalloc( (unsigned)(((Cardinal)(right-left))+ONE )* bytes);
760 memmove(tempResult, text.ptr, text.length * bytes);
761 tempResult += text.length * bytes;
765 *((wchar_t*)tempResult) = (wchar_t)0;
767 *tempResult = '\0';
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c693 char *result, *tempResult; local
697 tempResult = result = XtMalloc(length + ONE); /* leave space for '\0'. */
700 (void) strncpy(tempResult, text.ptr, text.length);
701 tempResult += text.length;

Completed in 1973 milliseconds