Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Derrlist.awk78 astr[$1] = $2
94 if (astr[j] == "")
95 astr[j] = sprintf("Error %d", j)
97 printf "\t&__sys_errs[%d], C(\"%s\")\n", k, astr[j] \
99 k += length(astr[j]) + 1
107 printf "\t\"%s\\0\"\n", astr[j] >newfile
/titanic_50/usr/src/common/net/wanboot/
H A Dauxutil.c152 ASN1_STRING *astr = &tmpstr; local
166 ret = ASN1_mbstring_copy(&astr, ustr->data, ustr->length, mbflag,
173 retstr = OPENSSL_malloc(astr->length + 1);
179 (void) memcpy(retstr, astr->data, astr->length);
180 retstr[astr->length] = '\0';
181 OPENSSL_free(astr->data);
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c2354 ASN1_STRING *astr = &tmpstr; local
2368 ret = ASN1_mbstring_copy(&astr, ustr->data, ustr->length, mbflag,
2375 retstr = OPENSSL_malloc(astr->length + 1);
2381 (void) memcpy(retstr, astr->data, astr->length);
2382 retstr[astr->length] = '\0';
2383 OPENSSL_free(astr->data);
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c1023 char astr[INET6_ADDRSTRLEN]; in nwamd_ncu_handle_if_state_event() local
1033 ((struct sockaddr *)a, astr, in nwamd_ncu_handle_if_state_event()
1034 sizeof (astr)), in nwamd_ncu_handle_if_state_event()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c2601 char **astr, *address; in add_net_for_linkid() local
2623 astr = calloc(1, nnet * sizeof (uintptr_t)); in add_net_for_linkid()
2625 if (astr == NULL || zaddr == NULL) { in add_net_for_linkid()
2659 astr[j] = strdup(cp); in add_net_for_linkid()
2660 if (astr[j] == NULL) { in add_net_for_linkid()
2750 astr, naddr, DLADM_OPT_ACTIVE); in add_net_for_linkid()
2802 free(astr[j]); in add_net_for_linkid()
2803 free(astr); in add_net_for_linkid()
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c4912 STRING(astr); in idn_handler()
4916 INUM2STR(atype, astr); in idn_handler()
4918 (void) strcat(mstr, astr); in idn_handler()
5443 STRING(astr);
5447 INUM2STR(arg1, astr);
5448 (void) sprintf(str, "%s/%s", mstr, astr);
5727 STRING(astr);
5732 INUM2STR(a1, astr);
5733 (void) sprintf(str, "%s/%s", mstr, astr);
H A Didn_proto.c4334 STRING(astr); in idn_xphase_transition()
4340 INUM2STR(msgarg, astr); in idn_xphase_transition()
4346 proc, domid, mstr, astr); in idn_xphase_transition()
4360 proc, domid, idnxs_str[(int)o_xstate], mstr, astr); in idn_xphase_transition()
4392 tstr, msgtype, mstr, msg, astr, msgarg); in idn_xphase_transition()
8480 STRING(astr); in idn_send_acknack()
8483 INUM2STR(mtp->mt_atype, astr); in idn_send_acknack()
8489 astr, mstr, xargs[0], xargs[1], in idn_send_acknack()
8498 astr, mstr, idnnack_str[nack], in idn_send_acknack()
/titanic_50/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1728 ipadm_set_addr(ipadm_addrobj_t ipaddr, const char *astr, sa_family_t af) in ipadm_set_addr() argument
1741 (void) snprintf(addrstr, sizeof (addrstr), "%s", astr); in ipadm_set_addr()