Searched refs:ustr (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.c2346 utf82ascstr(ASN1_UTF8STRING *ustr) argument
2354 if (ustr == NULL || ustr->type != V_ASN1_UTF8STRING) {
2363 ret = ASN1_mbstring_copy(&astr, ustr->data, ustr->length, mbflag,
2592 ASN1_UTF8STRING *ustr = NULL; local
2608 ustr = ASN1_UTF8STRING_new();
2609 if (ustr == NULL) {
2615 ASN1_UTF8STRING_free(ustr);
2620 if (ASN1_STRING_set(ustr, fnam
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c300 char *ustr = NULL; local
434 if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) {
436 "%s: unable to allocate ustr\n", __func__);
453 topo_dprintf(thp, TOPO_DBG_SNAP, "%s: returning ustr=%s\n",
454 __func__, ustr);
455 return (ustr);
944 char *ustr; local
965 ustr = topo_snap_create(thp, errp, B_FALSE);
967 return (ustr);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c607 char *ustr, namespace; local
651 ustr = grub_malloc (ns * GRUB_MAX_UTF8_PER_UTF16 + 1);
652 if (ustr == NULL)
661 *grub_utf16_to_utf8 ((grub_uint8_t *) ustr, tmp, ns) = '\0';
666 if (hook (ustr, type, fdiro))
668 grub_free (ustr);
672 grub_free (ustr);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c1173 ntfschar *ustr; local
1187 if ((ustr = ntfs_str2ucs("$Bad", &len)) == NULL) {
1192 if (ustr && ntfs_names_are_equal(ustr, len,
1197 ntfs_ucsfree(ustr);
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c646 char *ustr, *cstr; local
674 ustr = strrchr(user_rec->pathname, '/');
678 MAX(ustr - user_rec->pathname,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1718 ntfschar *ustr; local
1724 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) {
1729 if (ntfs_attr_lookup(AT_DATA, ustr, len, 0, 0, NULL, 0, ctx)) {
1733 ntfs_ucsfree(ustr);
H A Dntfsresize.c1994 ntfschar *ustr; local
2003 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) {
2008 if (ntfs_attr_lookup(AT_DATA, ustr, len, 0, 0, NULL, 0, *ctx))
2011 ntfs_ucsfree(ustr);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c460 static const char ustr[] = "username"; local
581 if (lstreqcase(ustr, attr, alen)) {
/osnet-11/usr/src/common/mpi/
H A Dmpi.c2673 unsigned char *ustr = (unsigned char *)str; local
2680 if(ustr[0])
2689 if((res = mp_add_d(mp, ustr[ix], mp)) != MP_OKAY)

Completed in 62 milliseconds