Searched defs:slen (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/jdk/src/solaris/native/sun/awt/ |
| H A D | fontpath.c | 341 int i, pos, slen, nPaths, numDirs; local 386 slen = strlen(fontdirs[pos]); 387 if (slen > 0 && fontdirs[pos][slen-1] == '/') { 388 fontdirs[pos][slen-1] = '\0'; /* null out trailing "/" */
|
| /openjdk7/jdk/src/windows/native/sun/font/ |
| H A D | fontpath.c | 317 size_t slen; local 338 slen = wcslen(lpelfe->elfLogFont.lfFaceName); 339 fmi->family = (*env)->NewString(env,lpelfe->elfLogFont.lfFaceName, (jsize)slen);
|
| /openjdk7/jdk/src/share/demo/jvmti/hprof/ |
| H A D | hprof_init.c | 297 int slen; local 300 slen = (int)strlen(format_suffix); 302 for ( i = 0; i < slen; i++ ) {
|
| /openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
| H A D | ec.c | 889 int slen; /* length in bytes of a half signature (r or s) */ local 923 slen = signature->len/2; 941 CHECK_MPI_OK( mp_read_unsigned_octets(&r_, signature->data, slen) ); 942 CHECK_MPI_OK( mp_read_unsigned_octets(&s_, signature->data + slen, slen) );
|
| /solaris-userland-s11u3/components/openssh/sources/ |
| H A D | kexgssc.c | 65 uint_t klen, kout, slen = 0, strlen; local 198 packet_get_string(&slen); 291 (serverhostkey ? serverhostkey : empty), slen, 304 (serverhostkey ? serverhostkey : empty), slen,
|
| H A D | kexgsss.c | 77 uint_t slen, klen, kout; local 160 recv_tok.value = packet_get_string(&slen); 161 recv_tok.length = slen; 171 recv_tok.value = packet_get_string(&slen); 172 recv_tok.length = slen;
|
Completed in 87 milliseconds