Searched defs:ucs (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | unistr.c | 514 ntfschar *ucs; local 526 ucs = *outs; 528 if (ucs && !ucs_len) { 563 if (!ucs) { 565 ucs = (ntfschar*)ntfs_malloc(ucs_len * sizeof(ntfschar)); 566 if (!ucs) 578 if (ucs == *outs) { 587 tc = (ntfschar*)realloc(ucs, ucs_len); 590 ucs = tc; 615 ucs[ 745 ntfschar *ucs = NULL; local 771 ntfs_ucsfree(ntfschar *ucs) argument [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/ |
H A D | ucstr.c | 120 krb5_ucs4 *ucs = NULL, *p, *ucsout = NULL; local 199 p = ucs = malloc(len * sizeof(*ucs)); 200 if (ucs == NULL) { 204 /* convert character before first non-ascii to ucs-4 */ 212 /* convert everything up to next ascii to ucs-4 */ 239 /* normalize ucs of length p - ucs */ 241 uccompatdecomp((const krb5_ui_4 *)ucs, p - ucs, 328 krb5_ucs4 *ucs, *ucsout1, *ucsout2; local [all...] |
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_ntlm.c | 558 uint16_t *ucs = NULL; local 562 ucs = smbfs_convert_utf8_to_leunicode(name); 563 if (ucs) 564 nlen = smbfs_unicode_strlen(ucs); 572 smbfs_mb_put_mem(mbp, (char *)ucs, nlen, MB_MSYSTEM); 574 if (ucs) 575 free(ucs);
|
Completed in 24 milliseconds