Searched refs:U8_STRCMP_CI_LOWER (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | u8_textprep.h | 70 #define U8_STRCMP_CI_LOWER (0x00000004) macro 82 #define U8_TEXTPREP_TOLOWER (U8_STRCMP_CI_LOWER)
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.c | 134 U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &error); in smb_pkey_cmp() 140 U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &error); in smb_pkey_cmp()
|
H A D | smb_conn.c | 476 U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &error)) in smb_vc_findcreate() 479 U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &error)) in smb_vc_findcreate() 691 U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &error)) in smb_share_findcreate()
|
/titanic_50/usr/src/common/smbsrv/ |
H A D | smb_string.c | 328 rc = u8_strcmp(s1, s2, n, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err); in smb_strcasecmp()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 472 ctx->f_nmlen, U8_STRCMP_CI_LOWER, in smbfs_xa_findnext()
|
/titanic_50/usr/src/common/unicode/ |
H A D | u8_textprep.c | 1867 U8_STRCMP_CI_LOWER); in u8_strcmp() 1871 f != U8_STRCMP_CI_LOWER) { in u8_strcmp() 1904 } else if (flag == U8_STRCMP_CI_LOWER) { in u8_strcmp()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | adutils.c | 274 U8_STRCMP_CI_LOWER, /* no normalization, for now */ in idmap_setqresults()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 1704 return (u8_strcmp(a, b, 0, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err) in domain_eq()
|