Home
last modified time | relevance | path

Searched refs:U8_STRCMP_CI_LOWER (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Du8_textprep.h70 #define U8_STRCMP_CI_LOWER (0x00000004) macro
82 #define U8_TEXTPREP_TOLOWER (U8_STRCMP_CI_LOWER)
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_pass.c134 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 Dsmb_conn.c476 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_41/usr/src/common/smbsrv/
H A Dsmb_string.c328 rc = u8_strcmp(s1, s2, n, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err); in smb_strcasecmp()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c472 ctx->f_nmlen, U8_STRCMP_CI_LOWER, in smbfs_xa_findnext()
/titanic_41/usr/src/common/unicode/
H A Du8_textprep.c1867 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_41/usr/src/cmd/idmap/idmapd/
H A Dadutils.c274 U8_STRCMP_CI_LOWER, /* no normalization, for now */ in idmap_setqresults()
/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils.c1704 return (u8_strcmp(a, b, 0, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err) in domain_eq()