Searched defs:unicode (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c12 static void asctouni(unsigned char *unicode, unsigned char *ascii, size_t len) argument
16 unicode[2*counter]=ascii[counter];
17 unicode[2*counter + 1]=0x00;
40 Since the password must be stored in unicode, we need to increase
53 /* make the string. start by creating the unicode version of the password*/
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlmssp.c159 * the data is a string (OEM or unicode).
165 const char *s, int unicode)
179 err = smbfs_mb_put_string(&tmp_mb, s, unicode);
185 trim = (unicode) ? 2 : 1;
164 smbfs_mb_put_sb_string(struct mbdata *mbp, struct sec_buf *sb, const char *s, int unicode) argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c495 ntfschar *unicode = NULL; local
508 unicode = calloc(1, MAX_PATH);
510 if (!unicode || !ascii) {
535 len = ntfs_mbstoucs(p, &unicode, MAX_PATH);
542 inum = ntfs_inode_lookup_by_name(ni, unicode, len);
562 free(unicode);
1064 * @name: unicode name of new object
1065 * @name_len: length of the name in unicode characters
1068 * @target: target in unicode (only for symlinks)
1069 * @target_len: length of target in unicode character
[all...]
H A Dvolume.c676 ntfschar *unicode = NULL; local
691 unicode_len = ntfs_mbstoucs(hiberfile, &unicode, 0);
697 inode = ntfs_inode_lookup_by_name(ni_root, unicode, unicode_len);
711 free(unicode);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h413 unichar unicode[255]; /* 1 upto 255 */ member in struct:_HfsPUniStr255

Completed in 34 milliseconds