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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c341 ReadXString(s, slen)
343 int slen;
412 if (bp < slen - 1)
421 memcpy(pwbuf, s, slen);
423 memset(pwbuf, '?', slen);
428 XTextWidth(font, pwbuf, slen),
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c297 unsigned slen; local
300 slen = obj->length;
304 slen = result->count;
308 result->value, slen);
309 result->value += slen;
310 result->count -= slen;

Completed in 541 milliseconds