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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c1801 register int len1, len2; local
1804 len2 = strlen(s2);
1806 while (len1 >= len2) {
1808 if (strncmp(s1+1, s2+1, len2-1) == 0) return s1;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c312 int len2 = strlen (_XawDefaultTextTranslations2); local
314 char *buf = XtMalloc (len1 + len2 + len3 + 1);
326 strcpy (cp, _XawDefaultTextTranslations2); cp += len2;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c310 size_t len2 = strlen (_XawDefaultTextTranslations2); local
313 char *buf = XtMalloc ((unsigned)(len1 + len2 + len3 + len4 + 1));
330 (void) strcpy( cp, _XawDefaultTextTranslations2); cp += len2;

Completed in 29 milliseconds