/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_string.c | 342 smb_codepage_t *unicode; in smb_unicode_init() local 346 unicode = MEM_ZALLOC("unicode", sizeof (smb_codepage_t) << 16); in smb_unicode_init() 347 if (unicode == NULL) in smb_unicode_init() 356 unicode[b].ctype = CODEPAGE_ISNONE; in smb_unicode_init() 357 unicode[b].upper = (smb_wchar_t)b; in smb_unicode_init() 358 unicode[b].lower = (smb_wchar_t)b; in smb_unicode_init() 371 unicode[b].ctype = CODEPAGE_ISNONE; in smb_unicode_init() 372 unicode[b].upper = (smb_wchar_t)b; in smb_unicode_init() 373 unicode[b].lower = (smb_wchar_t)b; in smb_unicode_init() 381 unicode[b].ctype = CODEPAGE_ISNONE; in smb_unicode_init() [all …]
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.c | 73 int unicode = (SMB_UNICODE_STRINGS(vcp)) ? 1 : 0; in smbfs_fullpath() local 79 if (unicode) { in smbfs_fullpath() 112 if (unicode) in smbfs_fullpath() 126 if (unicode) in smbfs_fullpath()
|
/titanic_41/usr/src/cmd/localedef/data/ |
H A D | THIRDPARTYLICENSE | 4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 5 http://www.unicode.org/cldr/data/ . Unicode Software includes any 7 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 8 http://www.unicode.org/cldr/data/. 20 under the Terms of Use in http://www.unicode.org/copyright.html.
|
H A D | 8859-8.TXT | 44 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 46 # Any comments or problems, contact <errata@unicode.org> 47 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-11.TXT | 44 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 48 # http://www.unicode.org/unicode/reporting.html
|
H A D | 8859-5.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-3.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-4.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-9.TXT | 44 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 46 # Any comments or problems, contact <errata@unicode.org> 47 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-13.TXT | 38 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 40 # Any comments or problems, contact <errata@unicode.org> 41 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-15.TXT | 41 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 43 # Any comments or problems, contact <errata@unicode.org> 44 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-1.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-2.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-10.TXT | 42 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 44 # Any comments or problems, contact <errata@unicode.org> 45 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-14.TXT | 39 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 41 # Any comments or problems, contact <errata@unicode.org> 42 # Please note that <errata@unicode.org> is an archival address;
|
H A D | 8859-16.TXT | 38 # <ftp://ftp.unicode.org/Public/MAPPINGS/> 40 # Any comments or problems, contact <errata@unicode.org> 41 # Please note that <errata@unicode.org> is an archival address;
|
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 1204 UdfTxName(uint16_t *unicode, int32_t count) in UdfTxName() argument 1209 if ((unicode[0] == DOT) && in UdfTxName() 1210 ((count == 1) || ((count == 2) && (unicode[1] == DOT)))) { in UdfTxName() 1215 unicode[0] = UNDERBAR; in UdfTxName() 1216 unicode[1] = POUND; in UdfTxName() 1217 unicode[2] = htoc[(uint16_t)(crc & 0xf000) >> 12]; in UdfTxName() 1218 unicode[3] = htoc[(uint16_t)(crc & 0xf00) >> 8]; in UdfTxName() 1219 unicode[4] = htoc[(uint16_t)(crc & 0xf0) >> 4]; in UdfTxName() 1220 unicode[5] = htoc[crc & 0xf]; in UdfTxName() 1228 crc += unicode[i]; in UdfTxName() [all …]
|
/titanic_41/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) in asctouni() argument 16 unicode[2*counter]=ascii[counter]; in asctouni() 17 unicode[2*counter + 1]=0x00; in asctouni()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | chars.c | 37 int unicode; member 107 return(ln->unicode); in mchars_spec2cp()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | THIRDPARTYLICENSE.unicode | 143 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 144 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code 146 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 147 http://www.unicode.org/cldr/data/. 159 the Terms of Use in http://www.unicode.org/copyright.html.
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 158 int unicode = 0; in smb_mbc_vdecodef() local 178 unicode = sr->smb_flg2 & SMB_FLAGS2_UNICODE; in smb_mbc_vdecodef() 291 if (unicode) in smb_mbc_vdecodef() 350 if (unicode) in smb_mbc_vdecodef() 510 int unicode = 0; in smb_mbc_vencodef() local 533 unicode = sr->smb_flg2 & SMB_FLAGS2_UNICODE; in smb_mbc_vencodef() 644 if (unicode) in smb_mbc_vencodef() 684 if (unicode) in smb_mbc_vencodef()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | ntlmssp.c | 179 const char *str, int unicode) in mb_put_sb_string() argument 195 err = mb_put_string(&tmp_mb, str, unicode); in mb_put_sb_string() 199 trim = (unicode) ? 2 : 1; in mb_put_sb_string()
|
/titanic_41/usr/src/lib/libc/ |
H A D | Makefile.targ | 292 $(UNICODEOBJS:%=pics/%): $(SRC)/common/unicode/$$(@F:.o=.c) 293 $(COMPILE.c) -o $@ $(SRC)/common/unicode/$(@F:.o=.c)
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | os.c | 537 if( FSOpenFork(&fsRef, dfName.length, dfName.unicode, in sqliteOsOpenReadWrite() 539 if( FSOpenFork(&fsRef, dfName.length, dfName.unicode, in sqliteOsOpenReadWrite() 541 if (FSOpenFork(&fsRef, dfName.length, dfName.unicode, in sqliteOsOpenReadWrite() 656 if( FSOpenFork(&fsRef, dfName.length, dfName.unicode, in sqliteOsOpenExclusive() 730 if( FSOpenFork(&fsRef, dfName.length, dfName.unicode, in sqliteOsOpenReadOnly()
|
/titanic_41/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 46 # 1. Define "ellipsis", either Unicode #2026 for unicode locales
|