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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c311 size_t len3 = strlen (_XawDefaultTextTranslations3); local
313 char *buf = XtMalloc ((unsigned)(len1 + len2 + len3 + len4 + 1));
331 (void) strcpy( cp, _XawDefaultTextTranslations3); cp += len3;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c313 int len3 = strlen (_XawDefaultTextTranslations3); local
314 char *buf = XtMalloc (len1 + len2 + len3 + 1);

Completed in 47 milliseconds