Home
last modified time | relevance | path

Searched refs:CSlength (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dxccs.multibyte.c52 static int CSlength = 1; local
64 if (*s == 0 && CSlength == 1)
66 if (*s == 0 && *(s + 1) == 0 && CSlength == 2)
88 CSlength = 2;
96 CSlength = 1;
103 if (CSlength == 1) {
116 if (CSlength == 2)
119 return (CSlength);
180 static int CSlength = 1; local
193 if (*s == 0 && CSlength == 1)
[all …]