Searched defs:unicode (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
H A D | arcfour_str2key.c | 12 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 D | smbfs_ntlmssp.c | 159 * 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 D | dir.c | 495 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 D | volume.c | 676 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 D | hfs.h | 413 unichar unicode[255]; /* 1 upto 255 */ member in struct:_HfsPUniStr255
|
Completed in 38 milliseconds