/titanic_41/usr/src/uts/common/sys/ |
H A D | u8_textprep.h | 105 extern int u8_strcmp(const char *, const char *, size_t, int, size_t, int *);
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.c | 133 dsrv = u8_strcmp(pa->srvdom, pb->srvdom, 0, in smb_pkey_cmp() 139 duser = u8_strcmp(pa->username, pb->username, 0, in smb_pkey_cmp()
|
H A D | smb_conn.c | 475 if (u8_strcmp(vc_id->id_user, ossn->ssn_id.id_user, 0, in smb_vc_findcreate() 478 if (u8_strcmp(vc_id->id_domain, ossn->ssn_id.id_domain, 0, in smb_vc_findcreate() 690 if (u8_strcmp(ssp->ss_name, tcon->tc_sh.sh_name, 0, in smb_share_findcreate()
|
/titanic_41/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_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 471 if (u8_strcmp(ctx->f_wildcard, ctx->f_name, in smbfs_xa_findnext()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 614 (u8_strcmp(snm, tnm, 0, U8_STRCMP_CI_UPPER, U8_UNICODE_LATEST, in pc_rename() 1121 if ((u8_strcmp(lfn, namep, 0, U8_STRCMP_CI_UPPER, in pc_match_long_fn()
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | adutils.c | 273 if (u8_strcmp(q->ecanonname, san, 0, in idmap_setqresults()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 232 if ((u8_strcmp(name, dl->dl_name, 0, cmpflags, in zfs_dirent_lock()
|
H A D | zfs_vnops.c | 3564 cmp = u8_strcmp(snm, tnm, 0, nofold, U8_UNICODE_LATEST, &error); in zfs_rename() 3597 u8_strcmp(snm, tnm, 0, zfsvfs->z_norm, U8_UNICODE_LATEST, in zfs_rename()
|
/titanic_41/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()
|
/titanic_41/usr/src/common/unicode/ |
H A D | u8_textprep.c | 1844 u8_strcmp(const char *s1, const char *s2, size_t n, int flag, size_t uv, in u8_strcmp() function
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 423 u8_strcmp;
|
H A D | llib-lc | 1799 extern int u8_strcmp(const char *, const char *, size_t, int, size_t, int *);
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 472 u8_strcmp.9f \
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 483 u8_strcmp.3c \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 468 file path=usr/share/man/man9f/u8_strcmp.9f
|
H A D | system-library.man3c.inc | 478 file path=usr/share/man/man3c/u8_strcmp.3c
|