/illumos-gate/usr/src/uts/common/sys/ |
H A D | u8_textprep.h | 103 extern int u8_strcmp(const char *, const char *, size_t, int, size_t, int *);
|
/illumos-gate/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 | 498 if (u8_strcmp(vc_id->id_user, ossn->ssn_id.id_user, 0, in smb_vc_findcreate() 501 if (u8_strcmp(vc_id->id_domain, ossn->ssn_id.id_domain, 0, in smb_vc_findcreate() 718 if (u8_strcmp(ssp->ss_name, tcon->tc_sh.sh_name, 0, in smb_share_findcreate()
|
H A D | nsmb_ext.mapfile | 100 u8_strcmp { FLAGS = EXTERN };
|
/illumos-gate/usr/src/common/smbsrv/ |
H A D | smb_string.c | 342 rc = u8_strcmp(s1, s2, n, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err); in smb_strcasecmp()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 435 if (u8_strcmp(ctx->f_wildcard, ctx->f_name, in smbfs_xa_findnext()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 616 (u8_strcmp(snm, tnm, 0, U8_STRCMP_CI_UPPER, U8_UNICODE_LATEST, in pc_rename() 1127 if ((u8_strcmp(lfn, namep, 0, U8_STRCMP_CI_UPPER, in pc_match_long_fn()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adutils.c | 275 if (u8_strcmp(q->ecanonname, san, 0, in idmap_setqresults()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 249 if ((u8_strcmp(name, dl->dl_name, 0, cmpflags, in zfs_dirent_lock()
|
H A D | zfs_vnops.c | 3949 cmp = u8_strcmp(snm, tnm, 0, nofold, U8_UNICODE_LATEST, &error); in zfs_rename() 3982 u8_strcmp(snm, tnm, 0, zfsvfs->z_norm, U8_UNICODE_LATEST, in zfs_rename()
|
/illumos-gate/usr/src/common/unicode/ |
H A D | u8_textprep.c | 1850 u8_strcmp(const char *s1, const char *s2, size_t n, int flag, size_t uv, in u8_strcmp() function
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 1706 return (u8_strcmp(a, b, 0, U8_STRCMP_CI_LOWER, U8_UNICODE_LATEST, &err) in domain_eq()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 798 u8_strcmp;
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 530 u8_strcmp.9f \
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 537 u8_strcmp.3c \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 1425 file path=usr/share/man/man9f/u8_strcmp.9f
|
H A D | system-library.man3c.inc | 1507 file path=usr/share/man/man3c/u8_strcmp.3c
|