Home
last modified time | relevance | path

Searched refs:newpair (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h188 struct mecherrmap__pair newpair; in mecherrmap_add() local
203 newpair.l = l; in mecherrmap_add()
204 newpair.r = r; in mecherrmap_add()
210 mecherrmap__pairarray_set (&m->a, sz, newpair); in mecherrmap_add()
/titanic_41/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c889 KMF_X509_TYPE_VALUE_PAIR *newpair = NULL; in get_rdn() local
954 newpair = malloc(sizeof (KMF_X509_TYPE_VALUE_PAIR)); in get_rdn()
955 if (newpair == NULL) { in get_rdn()
959 (void) memset(newpair, 0, sizeof (KMF_X509_TYPE_VALUE_PAIR)); in get_rdn()
960 newpair->type.Data = (uchar_t *)AttrOID.bv_val; in get_rdn()
961 newpair->type.Length = AttrOID.bv_len; in get_rdn()
962 newpair->valueType = tag; /* what kind of string is it? */ in get_rdn()
963 newpair->value.Data = (uchar_t *)AttrValue; in get_rdn()
964 newpair->value.Length = strlen(AttrValue); in get_rdn()
968 newrdn.AttributeTypeAndValue = newpair; in get_rdn()
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndradm.c737 pair_diskqueue_check(int newpair) in pair_diskqueue_check() argument
742 for (i = 0; i < newpair; i++) { in pair_diskqueue_check()
743 if (strcmp(pair_list[i].group, pair_list[newpair].group) != 0) in pair_diskqueue_check()
745 if (strcmp(pair_list[i].diskqueue, pair_list[newpair].diskqueue) in pair_diskqueue_check()
748 if ((pair_list[newpair].group[0] != '\0') && in pair_diskqueue_check()
749 (pair_list[newpair].diskqueue[0] != '\0') && in pair_diskqueue_check()
753 "skipping set"), pair_list[newpair].diskqueue, in pair_diskqueue_check()
758 if ((strcmp(pair_list[newpair].diskqueue, "") == 0) && in pair_diskqueue_check()
759 pair_list[newpair].group[0] != '\0') { in pair_diskqueue_check()
760 (void) strncpy(pair_list[newpair].diskqueue, in pair_diskqueue_check()
[all …]