Searched refs:ucs (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c120 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/libntfs/common/libntfs/
H A Dunistr.c514 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/libntfs/common/include/ntfs/
H A Dunistr.h66 extern void ntfs_ucsfree(ntfschar *ucs);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c558 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 19 milliseconds